wok rev 2476
libpng, libtheora-enc, libwnck, libsdl-*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 15 20:19:07 2009 +0000 (2009-03-15) |
parents | a714cd6d9d90 |
children | 4786cbebbb4b |
files | libpng/receipt libsdl-gfx/receipt libsdl-image/receipt libsdl-mixer/receipt libsdl-net/receipt libsdl-ttf/receipt libtheora-enc/receipt libwnck/receipt |
line diff
1.1 --- a/libpng/receipt Sun Mar 15 20:13:13 2009 +0000 1.2 +++ b/libpng/receipt Sun Mar 15 20:19:07 2009 +0000 1.3 @@ -9,6 +9,7 @@ 1.4 BUILD_DEPENDS="pkg-config" 1.5 WEB_SITE="http://libpng.org/pub/png/libpng.html" 1.6 WGET_URL="$SF_MIRROR/libpng/$TARBALL" 1.7 +DEPENDS="zlib" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()
2.1 --- a/libsdl-gfx/receipt Sun Mar 15 20:13:13 2009 +0000 2.2 +++ b/libsdl-gfx/receipt Sun Mar 15 20:19:07 2009 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="SDL gfx support." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="xorg libSDL" 2.8 +DEPENDS="xorg libSDL libiconv" 2.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 2.10 TARBALL="$SOURCE-$VERSION.tar.gz" 2.11 WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/" 2.12 @@ -16,8 +16,8 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - ./configure --prefix=/usr $CONFIGURE_ARGS 2.17 - make 2.18 + ./configure --prefix=/usr $CONFIGURE_ARGS && 2.19 + make && 2.20 make DESTDIR=$PWD/_pkg install 2.21 } 2.22
3.1 --- a/libsdl-image/receipt Sun Mar 15 20:13:13 2009 +0000 3.2 +++ b/libsdl-image/receipt Sun Mar 15 20:19:07 2009 +0000 3.3 @@ -11,7 +11,7 @@ 3.4 WEB_SITE="http://www.libsdl.org/projects/SDL_image/" 3.5 WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL" 3.6 3.7 -DEPENDS="libSDL libpng jpeg zlib " 3.8 +DEPENDS="libSDL libpng jpeg zlib libiconv" 3.9 BUILD_DEPENDS="libSDL libSDL-dev libpng-dev jpeg-dev tiff-dev zlib-dev " 3.10 3.11 # Rules to configure and make the package. 3.12 @@ -23,8 +23,8 @@ 3.13 --mandir=/usr/share/man \ 3.14 --infodir=/usr/share/info \ 3.15 LIBS=" -lz " \ 3.16 - $CONFIGURE_ARGS 3.17 - make 3.18 + $CONFIGURE_ARGS && 3.19 + make && 3.20 make DESTDIR=$PWD/_pkg install 3.21 } 3.22
4.1 --- a/libsdl-mixer/receipt Sun Mar 15 20:13:13 2009 +0000 4.2 +++ b/libsdl-mixer/receipt Sun Mar 15 20:19:07 2009 +0000 4.3 @@ -11,7 +11,7 @@ 4.4 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" 4.5 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" 4.6 4.7 -DEPENDS="libSDL libmad libvorbis libogg " 4.8 +DEPENDS="libSDL libmad libvorbis libogg libiconv" 4.9 BUILD_DEPENDS="libSDL libSDL-dev libmad-dev libvorbis-dev libogg-dev " 4.10 4.11 # Rules to configure and make the package. 4.12 @@ -23,8 +23,8 @@ 4.13 --mandir=/usr/share/man \ 4.14 --infodir=/usr/share/info \ 4.15 --enable-music-mp3-mad \ 4.16 - $CONFIGURE_ARGS 4.17 - make 4.18 + $CONFIGURE_ARGS && 4.19 + make && 4.20 make DESTDIR=$PWD/_pkg install 4.21 } 4.22
5.1 --- a/libsdl-net/receipt Sun Mar 15 20:13:13 2009 +0000 5.2 +++ b/libsdl-net/receipt Sun Mar 15 20:19:07 2009 +0000 5.3 @@ -6,7 +6,7 @@ 5.4 CATEGORY="x-window" 5.5 SHORT_DESC="SDL net support." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 -DEPENDS="xorg libSDL" 5.8 +DEPENDS="xorg libSDL libiconv" 5.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 5.10 TARBALL="$SOURCE-$VERSION.tar.gz" 5.11 WEB_SITE="http://www.libsdl.org/projects/SDL_net/" 5.12 @@ -16,8 +16,8 @@ 5.13 compile_rules() 5.14 { 5.15 cd $src 5.16 - ./configure --prefix=/usr $CONFIGURE_ARGS 5.17 - make 5.18 + ./configure --prefix=/usr $CONFIGURE_ARGS && 5.19 + make && 5.20 make DESTDIR=$PWD/_pkg install 5.21 } 5.22
6.1 --- a/libsdl-ttf/receipt Sun Mar 15 20:13:13 2009 +0000 6.2 +++ b/libsdl-ttf/receipt Sun Mar 15 20:19:07 2009 +0000 6.3 @@ -6,7 +6,7 @@ 6.4 CATEGORY="x-window" 6.5 SHORT_DESC="SDL ttf support." 6.6 MAINTAINER="pankso@slitaz.org" 6.7 -DEPENDS="xorg libSDL" 6.8 +DEPENDS="xorg libSDL freetype libiconv zlib" 6.9 BUILD_DEPENDS="xorg-dev libSDL-dev" 6.10 TARBALL="$SOURCE-$VERSION.tar.gz" 6.11 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/" 6.12 @@ -16,8 +16,8 @@ 6.13 compile_rules() 6.14 { 6.15 cd $src 6.16 - ./configure --prefix=/usr $CONFIGURE_ARGS 6.17 - make 6.18 + ./configure --prefix=/usr $CONFIGURE_ARGS && 6.19 + make && 6.20 make DESTDIR=$PWD/_pkg install 6.21 } 6.22
7.1 --- a/libtheora-enc/receipt Sun Mar 15 20:13:13 2009 +0000 7.2 +++ b/libtheora-enc/receipt Sun Mar 15 20:19:07 2009 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="multimedia" 7.5 SHORT_DESC="Thera video encoding/decoding library." 7.6 MAINTAINER="pankso@slitaz.org" 7.7 +DEPENDS="libogg" 7.8 WANTED="libtheora" 7.9 WEB_SITE="http://www.theora.org/" 7.10
8.1 --- a/libwnck/receipt Sun Mar 15 20:13:13 2009 +0000 8.2 +++ b/libwnck/receipt Sun Mar 15 20:19:07 2009 +0000 8.3 @@ -5,6 +5,9 @@ 8.4 CATEGORY="x-window" 8.5 SHORT_DESC="libwnck is Window Navigator Construction Kit." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 +DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \ 8.8 +xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 8.9 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender" 8.10 BUILD_DEPENDS="perl-xml-parser gettext xorg-dev" 8.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.12 WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/"