wok-next rev 4999
c*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 28 13:03:20 2010 +0100 (2010-02-28) |
parents | 395ec8205cff |
children | 6e90579538d6 |
files | cadaver/receipt cairo-clock/receipt cairomm/receipt calcurse/receipt catalyst/receipt cclfox/receipt centerim/receipt chocolate-doom/receipt claws-mail-archive/receipt claws-mail-plugins/receipt claws-mail/receipt clisp/receipt clutter/receipt cmake/receipt cndrvcups-common/receipt commoncpp2/receipt coreutils-directory/receipt coreutils-operations/receipt couchdb/receipt cromfs/receipt cups-pam/receipt cups/receipt cvs/receipt cyrus-imapd/receipt cyrus-sasl-pam/receipt cyrus-sasl/receipt |
line diff
1.1 --- a/cadaver/receipt Sun Feb 28 12:41:24 2010 +0100 1.2 +++ b/cadaver/receipt Sun Feb 28 13:03:20 2010 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.webdav.org/cadaver" 1.6 WGET_URL="$WEB_SITE/$TARBALL" 1.7 -DEPENDS="openssl libkrb5 krb5 expat neon readline" 1.8 +DEPENDS="openssl libkrb5 krb5 expat neon readline zlib libcomerr3" 1.9 BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev readline-dev" 1.10 TAGS="webdav" 1.11
2.1 --- a/cairo-clock/receipt Sun Feb 28 12:41:24 2010 +0100 2.2 +++ b/cairo-clock/receipt Sun Feb 28 13:03:20 2010 +0100 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Nice analog clock displaying the system-time." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="gtk+ cairo librsvg xorg-xcompmgr" 2.8 +DEPENDS="gtk+ cairo librsvg xorg-xcompmgr libglade libgsf" 2.9 BUILD_DEPENDS="gtk+-dev cairo-dev librsvg-dev" 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WEB_SITE="http://macslow.thepimp.net/?page_id=23"
3.1 --- a/cairomm/receipt Sun Feb 28 12:41:24 2010 +0100 3.2 +++ b/cairomm/receipt Sun Feb 28 13:03:20 2010 +0100 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="x-window" 3.5 SHORT_DESC="2D graphics library (mm)." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="pixman cairo libsigc++ xcb-util" 3.8 +DEPENDS="pixman cairo libsigc++ xcb-util gcc-lib-base" 3.9 BUILD_DEPENDS="pixman-dev cairo-dev" 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WEB_SITE="http://www.cairographics.org/"
4.1 --- a/calcurse/receipt Sun Feb 28 12:41:24 2010 +0100 4.2 +++ b/calcurse/receipt Sun Feb 28 13:03:20 2010 +0100 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="office" 4.5 SHORT_DESC="Text-based calender and scheduling application." 4.6 MAINTAINER="paul@slitaz.org" 4.7 -DEPENDS="ncurses" 4.8 +DEPENDS="ncurses ncursesw" 4.9 BUILD_DEPENDS="ncurses-dev" 4.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.11 WEB_SITE="http://culot.org/calcurse/"
5.1 --- a/catalyst/receipt Sun Feb 28 12:41:24 2010 +0100 5.2 +++ b/catalyst/receipt Sun Feb 28 13:03:20 2010 +0100 5.3 @@ -6,7 +6,7 @@ 5.4 MAINTAINER="jozee@slitaz.org" 5.5 SHORT_DESC="AMD/ATI beta drivers (non-free) for Radeon brand cards " 5.6 WEB_SITE="http://www.ati.amd.com" 5.7 -DEPENDS="xorg-server mesa" 5.8 +DEPENDS="xorg-server mesa nvidia fontconfig" 5.9 BUILD_DEPENDS="linux xorg-server" 5.10 TARBALL="ati-driver-installer-$VERSION-x86.x86_64.run" 5.11 TAGS="drivers graphic video"
6.1 --- a/cclfox/receipt Sun Feb 28 12:41:24 2010 +0100 6.2 +++ b/cclfox/receipt Sun Feb 28 13:03:20 2010 +0100 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="server gui for libccls" 6.6 MAINTAINER="allan316@gmail.com" 6.7 -DEPENDS="libccls fox14" 6.8 +DEPENDS="libccls fox14 glib" 6.9 BUILD_DEPENDS="libccls-dev fox14-dev" 6.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.11 WEB_SITE="http://ccl.sourceforge.net"
7.1 --- a/centerim/receipt Sun Feb 28 12:41:24 2010 +0100 7.2 +++ b/centerim/receipt Sun Feb 28 13:03:20 2010 +0100 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="Console mode IM" 7.5 MAINTAINER="allan316@gmail.com" 7.6 BUILD_DEPENDS="curl curl-dev libldap openldap-dev openssl openssl-dev" 7.7 -DEPENDS="curl libldap openssl libcrypto gpgme" 7.8 +DEPENDS="curl libldap openssl libcrypto gpgme ncursesw jpeg gcc-lib-base" 7.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.10 WEB_SITE="http://www.centerim.org" 7.11 WGET_URL="$WEB_SITE/download/releases/$TARBALL" 7.12 @@ -18,8 +18,8 @@ 7.13 cd $src 7.14 mkdir -p _pkg/usr 7.15 ./configure --prefix=/$PWD/_pkg/usr --infodir=/usr/share/info \ 7.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 7.17 - make 7.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 7.19 + make && 7.20 make install 7.21 } 7.22
8.1 --- a/chocolate-doom/receipt Sun Feb 28 12:41:24 2010 +0100 8.2 +++ b/chocolate-doom/receipt Sun Feb 28 13:03:20 2010 +0100 8.3 @@ -8,7 +8,7 @@ 8.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.5 WEB_SITE="http://$PACKAGE.sourceforge.net/" 8.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.7 -DEPENDS="libsdl libsdl-mixer libsdl-net" 8.8 +DEPENDS="libsdl libsdl-mixer libsdl-net libsamplerate" 8.9 BUILD_DEPENDS="libsdl-mixer-dev libsdl-net-dev libsdl-dev" 8.10 8.11 # Rules to configure and make the package.
9.1 --- a/claws-mail-archive/receipt Sun Feb 28 12:41:24 2010 +0100 9.2 +++ b/claws-mail-archive/receipt Sun Feb 28 13:03:20 2010 +0100 9.3 @@ -5,7 +5,7 @@ 9.4 CATEGORY="newtwork" 9.5 SHORT_DESC="claws-mail archiving features" 9.6 MAINTAINER="erjo@slitaz.org" 9.7 -DEPENDS="claws-mail libarchive acl" 9.8 +DEPENDS="claws-mail libarchive acl liblzma bzlib" 9.9 BUILD_DEPENDS="claws-mail-dev libarchive-dev acl-dev" 9.10 SOURCE="archive" 9.11 TARBALL="$SOURCE-$VERSION.tar.gz"
10.1 --- a/claws-mail-plugins/receipt Sun Feb 28 12:41:24 2010 +0100 10.2 +++ b/claws-mail-plugins/receipt Sun Feb 28 13:03:20 2010 +0100 10.3 @@ -6,7 +6,7 @@ 10.4 SHORT_DESC="Standart plugins for claws-mail." 10.5 MAINTAINER="erjo@slitaz.org" 10.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.7 -DEPENDS="claws-mail bogofilter xorg-libXdamage" 10.8 +DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base" 10.9 WEB_SITE="http://www.claws-mail.org/index.php" 10.10 WANTED="claws-mail" 10.11
11.1 --- a/claws-mail/receipt Sun Feb 28 12:41:24 2010 +0100 11.2 +++ b/claws-mail/receipt Sun Feb 28 13:03:20 2010 +0100 11.3 @@ -9,7 +9,7 @@ 11.4 gnutls gtk+ libgcrypt startup-notification xorg-libICE xorg-libSM \ 11.5 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \ 11.6 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 11.7 -xorg-libXdamage" 11.8 +xorg-libXdamage gcc-lib-base" 11.9 BUILD_DEPENDS="libetpan-dev curl-dev gpgme-dev glib-dev libgpg-error-dev enchant libidn-dev db-dev expat-dev \ 11.10 cyrus-sasl-dev xcb-util-dev" 11.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12.1 --- a/clisp/receipt Sun Feb 28 12:41:24 2010 +0100 12.2 +++ b/clisp/receipt Sun Feb 28 13:03:20 2010 +0100 12.3 @@ -5,7 +5,7 @@ 12.4 CATEGORY="development" 12.5 SHORT_DESC="GNU ANSI common lisp implementation." 12.6 MAINTAINER="paul@slitaz.org" 12.7 -DEPENDS="readline" 12.8 +DEPENDS="readline ncurses" 12.9 BUILD_DEPENDS="readline-dev libsigsegv libffcall glibc-locale" 12.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.11 WEB_SITE="http://clisp.sourceforge.net/" 12.12 @@ -24,10 +24,10 @@ 12.13 --with-libsigsegv \ 12.14 --infodir=/usr/share/info \ 12.15 --mandir=/usr/share/man \ 12.16 - --cbc build 12.17 + --cbc build && 12.18 12.19 # Be careful - unusual build rules! 12.20 - cd build 12.21 + cd build && 12.22 make DESTDIR=$src/_pkg install 12.23 } 12.24
13.1 --- a/clutter/receipt Sun Feb 28 12:41:24 2010 +0100 13.2 +++ b/clutter/receipt Sun Feb 28 13:03:20 2010 +0100 13.3 @@ -5,7 +5,7 @@ 13.4 CATEGORY="x-window" 13.5 SHORT_DESC="Animated graphical user interfaces library." 13.6 MAINTAINER="pankso@slitaz.org" 13.7 -DEPENDS="gtk+ mesa libdrm" 13.8 +DEPENDS="gtk+ mesa libdrm nvidia" 13.9 BUILD_DEPENDS="gtk+-dev mesa-dev libdrm-dev" 13.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.11 WEB_SITE="http://clutter-project.org/"
14.1 --- a/cmake/receipt Sun Feb 28 12:41:24 2010 +0100 14.2 +++ b/cmake/receipt Sun Feb 28 13:03:20 2010 +0100 14.3 @@ -5,7 +5,7 @@ 14.4 CATEGORY="development" 14.5 SHORT_DESC="Cross-platform Make." 14.6 MAINTAINER="pankso@slitaz.org" 14.7 -DEPENDS="openssl libidn" 14.8 +DEPENDS="openssl libidn gcc-lib-base" 14.9 BUILD_DEPENDS="ncurses-dev" 14.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.11 WEB_SITE="http://www.cmake.org/"
15.1 --- a/cndrvcups-common/receipt Sun Feb 28 12:41:24 2010 +0100 15.2 +++ b/cndrvcups-common/receipt Sun Feb 28 13:03:20 2010 +0100 15.3 @@ -6,7 +6,7 @@ 15.4 MAINTAINER="jozee@slitaz.org" 15.5 SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers" 15.6 WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" 15.7 -DEPENDS="cups cairo" 15.8 +DEPENDS="cups cairo gtk+" 15.9 BUILD_DEPENDS="autoconf automake cairo-dev gtk+-dev" 15.10 SOURCE="ufr2linuxv180" 15.11 TARBALL="${SOURCE}.zip"
16.1 --- a/commoncpp2/receipt Sun Feb 28 12:41:24 2010 +0100 16.2 +++ b/commoncpp2/receipt Sun Feb 28 13:03:20 2010 +0100 16.3 @@ -5,7 +5,7 @@ 16.4 CATEGORY="development" 16.5 SHORT_DESC="A very portable and highly optimized class framework for writing C++ applications." 16.6 MAINTAINER="rcx@zoominternet.net" 16.7 -DEPENDS="glibc-base gcc-lib-base" 16.8 +DEPENDS="glibc-base gcc-lib-base zlib" 16.9 BUILD_DEPENDS="slitaz-toolchain" 16.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.11 WEB_SITE="http://www.gnu.org/software/commoncpp/"
17.1 --- a/coreutils-directory/receipt Sun Feb 28 12:41:24 2010 +0100 17.2 +++ b/coreutils-directory/receipt Sun Feb 28 13:03:20 2010 +0100 17.3 @@ -6,7 +6,7 @@ 17.4 SHORT_DESC="GNU utilities that list directories." 17.5 MAINTAINER="rcx@zoominternet.net" 17.6 WEB_SITE="http://www.gnu.org/software/coreutils/" 17.7 -DEPENDS="glibc-base" 17.8 +DEPENDS="glibc-base libcap acl" 17.9 WANTED="coreutils" 17.10 17.11 # Rules to gen a SliTaz package suitable for Tazpkg.
18.1 --- a/coreutils-operations/receipt Sun Feb 28 12:41:24 2010 +0100 18.2 +++ b/coreutils-operations/receipt Sun Feb 28 13:03:20 2010 +0100 18.3 @@ -6,7 +6,7 @@ 18.4 SHORT_DESC="GNU utilities that perform basic operations." 18.5 MAINTAINER="rcx@zoominternet.net" 18.6 WEB_SITE="http://www.gnu.org/software/coreutils/" 18.7 -DEPENDS="glibc-base" 18.8 +DEPENDS="glibc-base acl" 18.9 WANTED="coreutils" 18.10 18.11 # Rules to gen a SliTaz package suitable for Tazpkg.
19.1 --- a/couchdb/receipt Sun Feb 28 12:41:24 2010 +0100 19.2 +++ b/couchdb/receipt Sun Feb 28 13:03:20 2010 +0100 19.3 @@ -6,7 +6,7 @@ 19.4 CATEGORY="development" 19.5 SHORT_DESC="Apache CouchDB is document-oriented database." 19.6 MAINTAINER="claudinei@slitaz.org" 19.7 -DEPENDS="erlang icu icu-dev openssl spidermonkey curl" 19.8 +DEPENDS="erlang icu icu-dev openssl spidermonkey curl gcc-lib-base" 19.9 BUILD_DEPENDS="$DEPENDS openssl-dev spidermonkey-dev curl-dev" 19.10 TARBALL="$SOURCE-$VERSION.tar.gz" 19.11 WEB_SITE="http://www.couchdb.apache.org"
20.1 --- a/cromfs/receipt Sun Feb 28 12:41:24 2010 +0100 20.2 +++ b/cromfs/receipt Sun Feb 28 13:03:20 2010 +0100 20.3 @@ -5,7 +5,7 @@ 20.4 CATEGORY="system-tools" 20.5 SHORT_DESC="Compressed read only filesystem implemented with FUSE." 20.6 MAINTAINER="pascal.bellard@slitaz.org" 20.7 -DEPENDS="fuse lzma lzo" 20.8 +DEPENDS="fuse lzma lzo libgomp" 20.9 BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev" 20.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 20.11 WEB_SITE="http://bisqwit.iki.fi/source/cromfs.html"
21.1 --- a/cups-pam/receipt Sun Feb 28 12:41:24 2010 +0100 21.2 +++ b/cups-pam/receipt Sun Feb 28 13:03:20 2010 +0100 21.3 @@ -6,7 +6,7 @@ 21.4 SHORT_DESC="Common UNIX Printing System with pam support." 21.5 MAINTAINER="pascal.bellard@slitaz.org" 21.6 DEPENDS="openssl slitaz-base-files gnutls ghostscript dbus jpeg libpng tiff \ 21.7 -zlib pam libcomerr libkrb5" 21.8 +zlib pam libcomerr libkrb5 acl libcomerr3" 21.9 BUILD_DEPENDS="openssl-dev gnutls-dev ghostscript dbus-dev pam pam-dev" 21.10 SOURCE="cups" 21.11 TARBALL="$SOURCE-$VERSION-source.tar.bz2"
22.1 --- a/cups/receipt Sun Feb 28 12:41:24 2010 +0100 22.2 +++ b/cups/receipt Sun Feb 28 13:03:20 2010 +0100 22.3 @@ -6,7 +6,7 @@ 22.4 SHORT_DESC="Common UNIX Printing System." 22.5 MAINTAINER="erjo@slitaz.org" 22.6 DEPENDS="openssl slitaz-base-files gnutls dbus jpeg libpng tiff zlib \ 22.7 -libcomerr libkrb5" 22.8 +libcomerr libkrb5 gcc-lib-base libusb" 22.9 BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev gnutls php-dev" 22.10 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 22.11 WEB_SITE="http://www.cups.org/"
23.1 --- a/cvs/receipt Sun Feb 28 12:41:24 2010 +0100 23.2 +++ b/cvs/receipt Sun Feb 28 13:03:20 2010 +0100 23.3 @@ -5,7 +5,7 @@ 23.4 CATEGORY="development" 23.5 SHORT_DESC="Concurrent Versions System" 23.6 MAINTAINER="erjo@slitaz.org" 23.7 -DEPENDS="libcomerr libcrypto krb5" 23.8 +DEPENDS="libcomerr libcomerr3 libcrypto krb5" 23.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.10 WEB_SITE="http://ximbiot.com/cvs/" 23.11 WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
24.1 --- a/cyrus-imapd/receipt Sun Feb 28 12:41:24 2010 +0100 24.2 +++ b/cyrus-imapd/receipt Sun Feb 28 13:03:20 2010 +0100 24.3 @@ -9,7 +9,8 @@ 24.4 WEB_SITE="http://cyrusimap.web.cmu.edu/" 24.5 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus/$TARBALL" 24.6 BUILD_DEPENDS="libcomerr-dev cyrus-sasl cyrus-sasl-dev openssl-dev db-dev" 24.7 -DEPENDS="libcomerr cyrus-sasl openssl db perl libwrap slitaz-base-files" 24.8 +DEPENDS="libcomerr cyrus-sasl openssl db perl libwrap slitaz-base-files \ 24.9 +net-snmp" 24.10 CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" 24.11 24.12 # Rules to configure and make the package.
25.1 --- a/cyrus-sasl-pam/receipt Sun Feb 28 12:41:24 2010 +0100 25.2 +++ b/cyrus-sasl-pam/receipt Sun Feb 28 13:03:20 2010 +0100 25.3 @@ -9,7 +9,7 @@ 25.4 TARBALL="$SOURCE-$VERSION.tar.gz" 25.5 WEB_SITE="http://cyrusimap.web.cmu.edu/" 25.6 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" 25.7 -DEPENDS="libldap openssl libdb pam" 25.8 +DEPENDS="libldap openssl libdb pam libkrb5 libcomerr3" 25.9 BUILD_DEPENDS="openldap-dev pam pam-dev" 25.10 PROVIDE="cyrus-sasl:pam" 25.11
26.1 --- a/cyrus-sasl/receipt Sun Feb 28 12:41:24 2010 +0100 26.2 +++ b/cyrus-sasl/receipt Sun Feb 28 13:03:20 2010 +0100 26.3 @@ -8,7 +8,7 @@ 26.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.5 WEB_SITE="http://cyrusimap.web.cmu.edu/" 26.6 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" 26.7 -DEPENDS="libldap openssl libdb libsasl libsasl-modules" 26.8 +DEPENDS="libldap openssl libdb libsasl libsasl-modules libkrb5 libcomerr3" 26.9 BUILD_DEPENDS="openldap-dev db-dev" 26.10 26.11 # Rules to configure and make the package.