# HG changeset patch # User Pascal Bellard # Date 1234429128 0 # Node ID a24865656800d041c7e5c1f4b1c57a4ac61b2b11 # Parent 1e5ead21b64777e6f414ae633ce5efdd3e8a159a Remove libtag diff -r 1e5ead21b647 -r a24865656800 gogglesmm/receipt --- a/gogglesmm/receipt Thu Feb 12 08:09:44 2009 +0000 +++ b/gogglesmm/receipt Thu Feb 12 08:58:48 2009 +0000 @@ -11,11 +11,11 @@ WEB_SITE="http://code.google.com/p/gogglesmm/" WGET_URL="http://gogglesmm.googlecode.com/files/$TARBALL" -DEPENDS="libfox xine-lib sqlite libtag libpng jpeg " +DEPENDS="libfox xine-lib sqlite taglib libpng jpeg " # When compiling, it needs the main packages too. -BUILD_DEPENDS="libfox libfox-utils xine-lib sqlite libtag -libfox-dev xine-lib-dev sqlite-dev libtag-dev " +BUILD_DEPENDS="libfox libfox-utils xine-lib sqlite taglib +libfox-dev xine-lib-dev sqlite-dev taglib-dev " # Rules to configure and make the package. compile_rules() diff -r 1e5ead21b647 -r a24865656800 libtag-dev/receipt --- a/libtag-dev/receipt Thu Feb 12 08:09:44 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libtag-dev" -VERSION="1.5" -CATEGORY="development" -SHORT_DESC="Development files of TagLib." -MAINTAINER="chadi.elahmad@gmail.com" - -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" - -WANTED="libtag" -SOURCE="taglib" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/lib/pkgconfig $fs/usr/include - - _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr -} diff -r 1e5ead21b647 -r a24865656800 libtag/receipt --- a/libtag/receipt Thu Feb 12 08:09:44 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libtag" -SOURCE="taglib" -VERSION="1.5" -CATEGORY="multimedia" -SHORT_DESC="TagLib is a library for reading and editing the meta-data of several popular audio formats." -MAINTAINER="chadi.elahmad@gmail.com" - -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" -WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" - -DEPENDS="zlib " -BUILD_DEPENDS="zlib-dev " - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib -} diff -r 1e5ead21b647 -r a24865656800 perdition-pam/receipt --- a/perdition-pam/receipt Thu Feb 12 08:09:44 2009 +0000 +++ b/perdition-pam/receipt Thu Feb 12 08:58:48 2009 +0000 @@ -12,6 +12,7 @@ BUILD_DEPENDS="vanessa_logger-dev vanessa_logger vanessa_adt-dev vanessa_adt vanessa_socket-dev vanessa_socket openldap-dev pam pam-dev" DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap pam" CONFIG_FILES="/etc/perdition" +PROVIDE="perdition:pam" BUGS="Very slow: more than 10 seconds for login with squirrelmail, why ?" # Rules to configure and make the package. diff -r 1e5ead21b647 -r a24865656800 taglib/receipt --- a/taglib/receipt Thu Feb 12 08:09:44 2009 +0000 +++ b/taglib/receipt Thu Feb 12 08:58:48 2009 +0000 @@ -8,6 +8,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://developer.kde.org/~wheeler/taglib.html" WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" # Rules to configure and make the package. compile_rules()