wok-4.x rev 2456
php-apache, php-dev, pidgin, pmount, poedit, poppler-apps, poppler, privoxy, psycopg, ptlib: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 14 07:42:38 2009 +0000 (2009-03-14) |
parents | 93b397dc8274 |
children | 89e187b7d309 |
files | php-apache/receipt php-dev/receipt pidgin/receipt pmount/receipt poedit/receipt poppler-apps/receipt poppler/receipt privoxy/receipt psycopg/receipt ptlib/receipt |
line diff
1.1 --- a/php-apache/receipt Sat Mar 14 07:28:53 2009 +0000 1.2 +++ b/php-apache/receipt Sat Mar 14 07:42:38 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="PHP module for apache." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="php-common apache" 1.8 +DEPENDS="php-common apache libxml2 zlib" 1.9 WEB_SITE="http://www.php.net/" 1.10 WANTED="php" 1.11 PROVIDE="php:apache"
2.1 --- a/php-dev/receipt Sat Mar 14 07:28:53 2009 +0000 2.2 +++ b/php-dev/receipt Sat Mar 14 07:42:38 2009 +0000 2.3 @@ -5,7 +5,8 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="PHP web programming language development files." 2.6 MAINTAINER="pascal.bellard@slitaz.org" 2.7 -DEPENDS="php" 2.8 +DEPENDS="php cyrus-sasl libldap libmysqlclient libpng libpostgresqlclient \ 2.9 +libunixODBC mhash openssl" 2.10 WEB_SITE="http://www.php.net/" 2.11 WANTED="php" 2.12
3.1 --- a/pidgin/receipt Sat Mar 14 07:28:53 2009 +0000 3.2 +++ b/pidgin/receipt Sat Mar 14 07:42:38 2009 +0000 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="network" 3.5 SHORT_DESC="Instant messaging client using GTK+." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="gtk+" 3.8 +DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification" 3.9 BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev 3.10 startup-notification-dev libiconv" 3.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
4.1 --- a/pmount/receipt Sat Mar 14 07:28:53 2009 +0000 4.2 +++ b/pmount/receipt Sat Mar 14 07:42:38 2009 +0000 4.3 @@ -8,6 +8,7 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WEB_SITE="http://www.piware.de/projects.shtml" 4.6 WGET_URL="http://www.piware.de/projects/$TARBALL" 4.7 +DEPENDS="dbus hal sysfsutils" 4.8 CONFIG_FILES="/etc/pmount.allow" 4.9 4.10 # Rules to configure and make the package.
5.1 --- a/poedit/receipt Sat Mar 14 07:28:53 2009 +0000 5.2 +++ b/poedit/receipt Sat Mar 14 07:42:38 2009 +0000 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="Editor for i18n po files." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 -DEPENDS="xorg wxWidgets pango gettext" 5.8 +DEPENDS="xorg wxWidgets pango gettext libdb" 5.9 BUILD_DEPENDS="wxWidgets-dev gettext" 5.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.11 WEB_SITE="http://www.poedit.net/"
6.1 --- a/poppler-apps/receipt Sat Mar 14 07:28:53 2009 +0000 6.2 +++ b/poppler-apps/receipt Sat Mar 14 07:42:38 2009 +0000 6.3 @@ -6,6 +6,7 @@ 6.4 SHORT_DESC="Poppler utilities to manipulate PDF file." 6.5 MAINTAINER="pankso@slitaz.org" 6.6 WANTED="poppler" 6.7 +DEPENDS="fontconfig poppler zlib" 6.8 WEB_SITE="http://poppler.freedesktop.org/" 6.9 6.10 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/poppler/receipt Sat Mar 14 07:28:53 2009 +0000 7.2 +++ b/poppler/receipt Sat Mar 14 07:42:38 2009 +0000 7.3 @@ -7,6 +7,7 @@ 7.4 MAINTAINER="pankso@slitaz.org" 7.5 BUILD_DEPENDS="pkg-config jpeg fontconfig" 7.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.7 +DEPENDS="expat freetype gtk+ jpeg libxml2" 7.8 WEB_SITE="http://poppler.freedesktop.org/" 7.9 WGET_URL="http://poppler.freedesktop.org/$TARBALL" 7.10
8.1 --- a/privoxy/receipt Sat Mar 14 07:28:53 2009 +0000 8.2 +++ b/privoxy/receipt Sat Mar 14 07:42:38 2009 +0000 8.3 @@ -5,7 +5,7 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="Non-caching web privacy proxy." 8.6 MAINTAINER="paul@slitaz.org" 8.7 -DEPENDS="zlib" 8.8 +DEPENDS="zlib pcre" 8.9 BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" 8.10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 8.11 WEB_SITE="http://www.privoxy.org/" 8.12 @@ -28,8 +28,8 @@ 8.13 --sysconfdir=/etc/privoxy \ 8.14 --infodir=/usr/share/info \ 8.15 --mandir=/usr/share/man \ 8.16 - $CONFIGURE_ARGS 8.17 - make 8.18 + $CONFIGURE_ARGS && 8.19 + make && 8.20 make DESTDIR=$PWD/_pkg install 8.21 } 8.22
9.1 --- a/psycopg/receipt Sat Mar 14 07:28:53 2009 +0000 9.2 +++ b/psycopg/receipt Sat Mar 14 07:42:38 2009 +0000 9.3 @@ -8,7 +8,7 @@ 9.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.5 WEB_SITE="http://initd.org/" 9.6 WGET_URL="${WEB_SITE}pub/software/$PACKAGE/$TARBALL" 9.7 -DEPENDS="python egenix-mx-base" 9.8 +DEPENDS="python egenix-mx-base libpostgresqlclient" 9.9 BUILD_DEPENDS="python python-dev egenix-mx-base postgresql-dev libpostgresqlclient" 9.10 9.11 # Rules to configure and make the package.
10.1 --- a/ptlib/receipt Sat Mar 14 07:28:53 2009 +0000 10.2 +++ b/ptlib/receipt Sat Mar 14 07:42:38 2009 +0000 10.3 @@ -8,6 +8,8 @@ 10.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.5 WEB_SITE="http://www.ekiga.org/" 10.6 WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" 10.7 +DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libiconv libraw1394 \ 10.8 +libunixODBC openssl" 10.9 BUILD_DEPENDS="pkg-config bison" 10.10 10.11 # Rules to configure and make the package.