wok-6.x rev 4285
ffmpeg: fix build path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 11:48:00 2009 +0200 (2009-09-26) |
parents | 2ec9b37c540b |
children | f30d8b9a47f5 |
files | ffmpeg/receipt |
line diff
1.1 --- a/ffmpeg/receipt Sat Sep 26 11:32:26 2009 +0200 1.2 +++ b/ffmpeg/receipt Sat Sep 26 11:48:00 2009 +0200 1.3 @@ -8,7 +8,8 @@ 1.4 WEB_SITE="http://ffmpeg.org/" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WGET_URL="${WEB_SITE}releases/$TARBALL" 1.7 -DEPENDS="bzlib freetype libsdl imlib2 alsa-lib jack-audio-connection-kit" 1.8 +DEPENDS="bzlib freetype libsdl imlib2 alsa-lib jack-audio-connection-kit zlib" 1.9 +BUILD_DEPENDS="imlib2-dev freetype-dev libsdl-dev zlib-dev bzlib-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 @@ -20,7 +21,7 @@ 1.14 --enable-postproc \ 1.15 --disable-mmx --disable-mmx2 --disable-ssse3 && 1.16 make && 1.17 - make DESTDIR=$PWD/../_pkg install 1.18 + make DESTDIR=$PWD/_pkg install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.