wok-stable rev 2440

sox, speex, squid, sshfs-fuse, streamripper, subversion, sudoku-savant, supertux: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 09:14:24 2009 +0000 (2009-03-13)
parents 1d043f8c9982
children 0d71947173a7
files sox/receipt speex/receipt squid-auth-helpers/receipt squid/receipt sshfs-fuse/receipt streamripper/receipt subversion/receipt sudoku-savant/receipt supertux/receipt
line diff
     1.1 --- a/sox/receipt	Fri Mar 13 08:17:18 2009 +0000
     1.2 +++ b/sox/receipt	Fri Mar 13 09:14:24 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Swiss Army knife of sound processing programs."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="libtool libsamplerate"
     1.8 +DEPENDS="libtool libsamplerate alsa-lib flac libid3tag libmad libvorbis"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://sox.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -15,8 +15,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22  
     2.1 --- a/speex/receipt	Fri Mar 13 08:17:18 2009 +0000
     2.2 +++ b/speex/receipt	Fri Mar 13 09:14:24 2009 +0000
     2.3 @@ -6,6 +6,7 @@
     2.4  SHORT_DESC="Low bandwith voice codec."
     2.5  MAINTAINER="pascal.bellard@slitaz.org"
     2.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.7 +DEPENDS="libogg"
     2.8  WEB_SITE="http://www.speex.org/"
     2.9  WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL"
    2.10  
    2.11 @@ -14,8 +15,8 @@
    2.12  {
    2.13  	cd $src
    2.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    2.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.16 -	make
    2.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.18 +	make &&
    2.19  	make DESTDIR=$PWD/_pkg install
    2.20  }
    2.21  
     3.1 --- a/squid-auth-helpers/receipt	Fri Mar 13 08:17:18 2009 +0000
     3.2 +++ b/squid-auth-helpers/receipt	Fri Mar 13 09:14:24 2009 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.5  WEB_SITE="http://www.squid-cache.org/"
     3.6  WANTED="squid"
     3.7 -DEPENDS="squid libldap cyrus-sasl"
     3.8 +DEPENDS="squid libldap cyrus-sasl openssl"
     3.9  
    3.10  
    3.11  
     4.1 --- a/squid/receipt	Fri Mar 13 08:17:18 2009 +0000
     4.2 +++ b/squid/receipt	Fri Mar 13 09:14:24 2009 +0000
     4.3 @@ -9,8 +9,9 @@
     4.4  WEB_SITE="http://www.squid-cache.org/"
     4.5  WGET_URL="${WEB_SITE}Versions/v3/3.0/$TARBALL"
     4.6  CONFIG_FILES="/etc/squid"
     4.7 -#DEPENDS="iptables"
     4.8 +DEPENDS="cyrus-sasl libldap openssl"
     4.9  BUILD_DEPENDS="perl openssl-dev libldap openldap-dev cyrus-sasl cyrus-sasl-dev"
    4.10 +SUGGESTED="iptables"
    4.11  
    4.12  # Rules to configure and make the package.
    4.13  compile_rules()
     5.1 --- a/sshfs-fuse/receipt	Fri Mar 13 08:17:18 2009 +0000
     5.2 +++ b/sshfs-fuse/receipt	Fri Mar 13 09:14:24 2009 +0000
     5.3 @@ -5,7 +5,7 @@
     5.4  CATEGORY="system-tools"
     5.5  SHORT_DESC="SSH Filesystem implemented with FUSE."
     5.6  MAINTAINER="pascal.bellard@slitaz.org"
     5.7 -DEPENDS="fuse openssh"
     5.8 +DEPENDS="fuse openssh glib"
     5.9  BUILD_DEPENDS="fuse-dev gettext glib glib-dev"
    5.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.11  WEB_SITE="http://fuse.sourceforge.net/sshfs.html"
     6.1 --- a/streamripper/receipt	Fri Mar 13 08:17:18 2009 +0000
     6.2 +++ b/streamripper/receipt	Fri Mar 13 09:14:24 2009 +0000
     6.3 @@ -5,7 +5,7 @@
     6.4  CATEGORY="multimedia"
     6.5  SHORT_DESC="Record streaming mp3 to your hard drive."
     6.6  MAINTAINER="pankso@slitaz.org"
     6.7 -DEPENDS="gtk+ libmad"
     6.8 +DEPENDS="gtk+ libmad libvorbis"
     6.9  BUILD_DEPENDS="gtk+-dev libmad-dev"
    6.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.11  WEB_SITE="http://streamripper.sourceforge.net/"
    6.12 @@ -18,8 +18,8 @@
    6.13  	chmod +x install-sh
    6.14  	./configure \
    6.15  		--prefix=/usr \
    6.16 -		$CONFIGURE_ARGS
    6.17 -	make
    6.18 +		$CONFIGURE_ARGS &&
    6.19 +	make &&
    6.20  	make DESTDIR=$PWD/_pkg install
    6.21  }
    6.22  
     7.1 --- a/subversion/receipt	Fri Mar 13 08:17:18 2009 +0000
     7.2 +++ b/subversion/receipt	Fri Mar 13 09:14:24 2009 +0000
     7.3 @@ -5,7 +5,7 @@
     7.4  CATEGORY="development"
     7.5  SHORT_DESC="Subversion Source Code Management access"
     7.6  MAINTAINER="lehswe@gmail.com"
     7.7 -DEPENDS="apr-util cyrus-sasl openssl krb5"
     7.8 +DEPENDS="apr-util cyrus-sasl openssl krb5 libuuid expat zlib"
     7.9  BUILD_DEPENDS="zlib-dev neon expat apr-dev apr-util-dev apr-util mysql-dev"
    7.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.11  WEB_SITE="http://subversion.tigris.org"
     8.1 --- a/sudoku-savant/receipt	Fri Mar 13 08:17:18 2009 +0000
     8.2 +++ b/sudoku-savant/receipt	Fri Mar 13 09:14:24 2009 +0000
     8.3 @@ -4,6 +4,9 @@
     8.4  VERSION="1.2.1"
     8.5  CATEGORY="games"
     8.6  SHORT_DESC="Sudoku games/generator using GTK."
     8.7 +DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
     8.8 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
     8.9 +xorg-libXrender"
    8.10  BUILD_DEPENDS="gtk+-dev"
    8.11  MAINTAINER="pankso@slitaz.org"
    8.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.13 @@ -16,11 +19,12 @@
    8.14  	cd $src
    8.15  	./configure \
    8.16  		--prefix=/usr \
    8.17 -		--mandir=/usr/share/man
    8.18 -	make
    8.19 +		--mandir=/usr/share/man \
    8.20 +		$CONFIGURE_ARGS &&
    8.21 +	make &&
    8.22  	make DESTDIR=$PWD/_pkg install
    8.23  	# No desktop-file-utils
    8.24 -	echo "Continue..."
    8.25 +	#echo "Continue..."
    8.26  }
    8.27  
    8.28  # Rules to gen a SliTaz package suitable for Tazpkg.
     9.1 --- a/supertux/receipt	Fri Mar 13 08:17:18 2009 +0000
     9.2 +++ b/supertux/receipt	Fri Mar 13 09:14:24 2009 +0000
     9.3 @@ -5,7 +5,7 @@
     9.4  CATEGORY="games"
     9.5  SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games."
     9.6  MAINTAINER="mallory@skyrock.com"
     9.7 -DEPENDS="libSDL libsdl-image libsdl-mixer"
     9.8 +DEPENDS="libSDL libsdl-image libsdl-mixer libiconv"
     9.9  BUILD_DEPENDS="libSDL-dev libsdl-image-dev libsdl-mixer-dev"
    9.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.11  WEB_SITE="http://supertux.lethargik.org/"