Dobrica Pavlinušić's random unstructured stuff
kdenlive: Revision 1
My page with hints about usage of Kdenlive
InstallationThere is binary package availabe, add following to /etc/apt/sources.list deb http://www.debian-multimedia.org unstable main You will have use for this line, even if installing from source (as described below) because it contains also development libraries needed for compilation. Prerequisitssudo apt-get libqt3-mt-psql libmlt-dev libmlt++-dev Compilationsvn co https://kdenlive.svn.sourceforge.net/svnroot/kdenlive/trunk/kdenlive cd kdenlive ./bootstrap ./configure --with-qt-dir=/usr/share/qt3/ |