# Description: Outil pour la diffusion vidéo # URL: http://www.dennedy.org/mlt/twiki/bin/view/MLT/ # Packager: NuTyX core team # Maintainer: thierryn1 at hispeed dot ch # Depends on: qt, sdl, gtk, ffmpeg, sox, libquicktime, frei0r-plugins # Run on: qt,sdl,gtk,ffmpeg,sox,libquicktime,frei0r-plugins name=mlt version=0.6.2 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --enable-gpl --enable-shared --enable-theora \ --enable-vorbis --enable-libogg --enable-mp3lame --enable-pp \ --enable-shared-pp --enable-motion-est --disable-gtk --disable-mmx \ --mandir=/usr/share/man --qimage-include=/usr/include/Qt \ --avformat-swscale \ --infodir=/usr/share/info make make DESTDIR=$PKG install }