wok diff ffmpeg/receipt @ rev 4309

Add: aufs-utils (aufs2 utilities)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Sep 28 15:57:37 2009 +0200 (2009-09-28)
parents 2ec9b37c540b
children bfee99ebda41
line diff
     1.1 --- a/ffmpeg/receipt	Sat Sep 26 11:32:26 2009 +0200
     1.2 +++ b/ffmpeg/receipt	Mon Sep 28 15:57:37 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.