The Ubuntu 10.10 build of kdenlive at ppa:sunab/kdenlive-svn complains that libmlt.so.2 is not present. It appears that the provided libmlt2 package only contains /usr/lib/libmlt.so.3.
I did this to make it run again:
sudo ln -s libmlt.so.0.5.11 /usr/lib/libmlt.so.2
Not sure if that is an appropriate fix though.
