wok-4.x rev 12119
libhx, openjpeg, vlc, zlib: update bdeps (bb incompatibilities)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 13 13:21:44 2012 +0100 (2012-03-13) |
parents | e01952170f7c |
children | 1d7ed7daacdd |
files | libhx/receipt openjpeg/receipt vlc/receipt zlib/receipt |
line diff
1.1 --- a/libhx/receipt Tue Mar 13 12:04:47 2012 +0100 1.2 +++ b/libhx/receipt Tue Mar 13 13:21:44 2012 +0100 1.3 @@ -7,10 +7,12 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 SOURCE="libHX" 1.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.7 -DEPENDS="coreutils-file-special" 1.8 WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 1.11 +DEPENDS="coreutils-file-special" 1.12 +BUILD_DEPENDS="coreutils-file-special" 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 @@ -19,7 +21,7 @@ 1.18 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.19 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 make && 1.21 - make DESTDIR=$PWD/_pkg install 1.22 + make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/openjpeg/receipt Tue Mar 13 12:04:47 2012 +0100 2.2 +++ b/openjpeg/receipt Tue Mar 13 13:21:44 2012 +0100 2.3 @@ -11,6 +11,8 @@ 2.4 WEB_SITE="http://www.openjpeg.org/" 2.5 WGET_URL="http://openjpeg.googlecode.com/files/$TARBALL" 2.6 2.7 +BUILD_DEPENDS="coreutils-directory" 2.8 + 2.9 # Rules to configure and make the package. 2.10 compile_rules() 2.11 {
3.1 --- a/vlc/receipt Tue Mar 13 12:04:47 2012 +0100 3.2 +++ b/vlc/receipt Tue Mar 13 13:21:44 2012 +0100 3.3 @@ -19,7 +19,7 @@ 3.4 expat-dev xorg-dev-proto zlib zlib-dev libogg libogg-dev \ 3.5 util-linux-ng-uuid-dev pkg-config libxcb-dev dbus-dev \ 3.6 libdvdread-dev libmad-dev ffmpeg-dev faad2-dev fribidi-dev portaudio-dev \ 3.7 -alsa-lib-dev libcroco-dev jack-audio-connection-kit-dev" 3.8 +alsa-lib-dev libcroco-dev jack-audio-connection-kit-dev tar" 3.9 3.10 # Rules to configure and make the package. 3.11 # Use --enable-ffmpeg to build against shared ffmpeg
4.1 --- a/zlib/receipt Tue Mar 13 12:04:47 2012 +0100 4.2 +++ b/zlib/receipt Tue Mar 13 13:21:44 2012 +0100 4.3 @@ -10,6 +10,7 @@ 4.4 WGET_URL="$WEB_SITE/$TARBALL" 4.5 4.6 DEPENDS="glibc-base" 4.7 +BUILD_DEPENDS="coreutils-file-special" 4.8 4.9 # Rules to compile & install the temporary toolchain by Tazwok. 4.10 cook_tmp_toolchain()