Hi,
I've seen a couple posts about there not being a deb package for download at the official kdenlive homepage. I wanted to try it too, so I searched out all the dependencies and archived them together with the kdenlive installer. I uploaded it to my site - it's available here: DOWNLOAD.
For testing purposes, I tried to download it and install it on another ubuntu based PC. It worked & here's what I had to do:
Download the file. Save it to desktop & extract all files. In Terminal:
cd /home/username/Desktop/Kdenlive0.7/dependencies/
sudo dpkg -i *.deb
After that, you may have a few errors with ffmpeg & mlt. Next, to fix the broken dependencies:
sudo apt-get install -f
This will correct the broken depencies. Now you can install Kdenlive either by double-clicking the "kdenlive_0.7-0.0_i386.deb" installer or in the terminal window:
cd ..
sudo dpkg -i kdenlive_0.7-0.0_i386.deb
Note: I successfully installed it on machines using Ubuntu Intrepid (8.10). Ubuntu (gnome) Users: To avoid complications, you'll need some KDE4 core files, such as kdebase-runtime and kdelibs5, etc.. A quick way to do that would be to install the kde4 games packages - or click: HERE. But you can of course just use synaptic to do it.
Enjoy