Hi!
I'm trying to compile kdenlive 0.7.5 on Ubuntu Jaunty 9.04 and follwed the instructions in INSTALL.
After cmake .. I get this error:
CMake Error at mimetypes/CMakeLists.txt:1 (find_package):
Could not find module FindSharedMimeInfo.cmake or a configuration file for
package SharedMimeInfo.
Adjust CMAKE_MODULE_PATH to find FindSharedMimeInfo.cmake or set
SharedMimeInfo_DIR to the directory containing a CMake configuration file
for SharedMimeInfo. The file will have one of the following names:
SharedMimeInfoConfig.cmake
sharedmimeinfo-config.cmake
CMake Error at mimetypes/CMakeLists.txt:3 (install):
install FILES given no DESTINATION!
CMake Error at mimetypes/CMakeLists.txt:4 (update_xdg_mimetypes):
Unknown CMake command "update_xdg_mimetypes".
Does anyone have an hint for me?
thx!

Hi xzhayon!
I reinstalled kdelibs5 and kdelibs5-dev, but still get the above error.
What I found:
FindSharedMimeInfo.cmake is in $KDE4_PREFIX/share/kde4/apps/cmake/modules (with $KDE4_PREFIX = /usr)
not in $KDE4_PREFIX/share/apps/cmake/modules
Could this cause the trouble?
Thanks for your help!
Jonathan