
This is really annoying me: I had exactly this error a couple of months ago, but am not sure what I had to do to fix it!

WARNING: running bootstrap is only usefull when checking out Kdenlive from CVS. Please report problems related to script here.įeel free to comment, improve the script or discuss configuration parameters used here.Īdvices from more experienced "bashists" are welcomed.īootstrap is now trying to create a. The script is very simple, it tests nothing! You are expected to have all necessary external libs already installed prior to execution of this script.Ĭheck kdenlive requirements at. configure -prefix=$DEST_DIR -enable-gpl -avformat-swscale -enable-motion-est -disable-mmx &Įcho 'Kdenlive & ffmpeg & mlt & mlt++ build script utilizing LD_RUN_PATH'Įcho 'Set DEST_DIR in script, otherwise ~/build/kdenlive is used by default' enable-vhook -enable-x11grab -enable-libx264 & enable-libfaac -enable-libfaad -enable-libvorbis -enable-liba52 \ enable-libogg -enable-pp -enable-libtheora -enable-libmp3lame \ configure -prefix=$DEST_DIR -enable-gpl -enable-shared -enable-swscaler \ #./configure -prefix=$DEST_DIR -enable-gpl -enable-shared -enable-libvorbis -enable-libogg -enable-pp -enable-swscaler & # Caution: if you pick /usr here, you system kdenlive, ffmpeg and mlt will be overwritten! # Or you can copy it afterwars to /opt/kdenlive- or wherever you want. # Modify the destination directory if you want # kdenlive_builder build - call configure and make and make install for all subprojects # kdenlive_builder clean - call make clean for all subprojects

# kdenlive_builder getsources - call svn to get sources for all subprojects # Set DEST_DIR in script, otherwise ~/build/kdenlive is used by default. # You can safely have multiple kdenlive/ffmpeg versions. # cd ~/build/kdenlive/bin & LD_DEBUG=libs. # This sript ensures, that kdenlive will call # All subprojects are compiled and installed to specified directory. # Script for easy Kdenlive & ffmpeg & mlt & mlt++ build utilizing LD_RUN_PATH After successful compilation go into destination directory, ~/build/kdenlive, into bin directory, and run.

Put the script to your source root directory and run it! I suggest kdenlive_builder.sh as a name for the script. everything is builded into separate directory. IMPORTANT: The script will not interfere with any installed ffmpeg or mlt or kdenlive from you distribution. You don't need to set LD_LIBRARY_PATH anymore. IMPORTANT: The script force kdenlive to look for its libraries primarily in local. It's suggested to have self compiled latest ffmpeg and mlt when you are going to report a bug. I can only recommend to anyone to use this script. This is a script I use for downloading sources and building kdenlive + ffmpeg + mlt and there is no reason why not to share it with others.
