Script compile kdenlive ffmpeg mlt mlt++ for kubuntu 9.04

this script download and install erverything, but it doesn't install dependeces.. you have to see here for that
http://www.nowardev.netsons.org/?q=node/32

save as you want
- chmod +x nameofscritp
- sudo ./nameofscritp

#!/bin/bash

outfolder=$PWD/kdenlivesvn

if [ "$(id -u)" = 0 ]; then
echo "you have the power lol"
echo "installing..."
else
echo "YOU ARE NOT ROOT TO INSTALL YOU MUST BE ROOT. "
echo "have you typed wrong password?"
exit 0
fi

#ìRemove the old folder
if [[ -e $outfolder ]]; then

Syndicate content