# HG changeset patch # User Pascal Bellard # Date 1253958480 -7200 # Node ID 18292a22a63aa658200dd0808624d25c06dc294e # Parent 2ec9b37c540b1c41486b1fdf3447e53b27dae9ef ffmpeg: fix build path diff -r 2ec9b37c540b -r 18292a22a63a ffmpeg/receipt --- a/ffmpeg/receipt Sat Sep 26 11:32:26 2009 +0200 +++ b/ffmpeg/receipt Sat Sep 26 11:48:00 2009 +0200 @@ -8,7 +8,8 @@ WEB_SITE="http://ffmpeg.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="${WEB_SITE}releases/$TARBALL" -DEPENDS="bzlib freetype libsdl imlib2 alsa-lib jack-audio-connection-kit" +DEPENDS="bzlib freetype libsdl imlib2 alsa-lib jack-audio-connection-kit zlib" +BUILD_DEPENDS="imlib2-dev freetype-dev libsdl-dev zlib-dev bzlib-dev" # Rules to configure and make the package. compile_rules() @@ -20,7 +21,7 @@ --enable-postproc \ --disable-mmx --disable-mmx2 --disable-ssse3 && make && - make DESTDIR=$PWD/../_pkg install + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.