# HG changeset patch # User Christophe Lincoln # Date 1242071498 -7200 # Node ID 69664636fac86076009fee4f9595625f4934a8d1 # Parent 18db3f5da4e6eb27df6405cab10b7e61f832d32f Up: alsa* (1.0.20) diff -r 18db3f5da4e6 -r 69664636fac8 alsa-lib-dev/receipt --- a/alsa-lib-dev/receipt Mon May 11 21:44:31 2009 +0200 +++ b/alsa-lib-dev/receipt Mon May 11 21:51:38 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-lib-dev" -VERSION="1.0.18" +VERSION="1.0.20" CATEGORY="development" SHORT_DESC="Alsa sound libraries devel files." MAINTAINER="pankso@slitaz.org" @@ -16,7 +16,6 @@ cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/share/aclocal $fs/usr/share - # Copy all and then remove shared libs. cp -a $_pkg/usr/lib/alsa-lib $fs/usr/lib rm $fs/usr/lib/alsa-lib/smixer/*.so* diff -r 18db3f5da4e6 -r 69664636fac8 alsa-lib/receipt --- a/alsa-lib/receipt Mon May 11 21:44:31 2009 +0200 +++ b/alsa-lib/receipt Mon May 11 21:51:38 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-lib" -VERSION="1.0.18" +VERSION="1.0.20" CATEGORY="multimedia" SHORT_DESC="Alsa sound libraries." MAINTAINER="pankso@slitaz.org" diff -r 18db3f5da4e6 -r 69664636fac8 alsa-plugins/receipt --- a/alsa-plugins/receipt Mon May 11 21:44:31 2009 +0200 +++ b/alsa-plugins/receipt Mon May 11 21:51:38 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-plugins" -VERSION="1.0.18" +VERSION="1.0.20" CATEGORY="multimedia" SHORT_DESC="Alsa sound system additionnal plugins." MAINTAINER="pankso@slitaz.org" diff -r 18db3f5da4e6 -r 69664636fac8 alsa-utils/receipt --- a/alsa-utils/receipt Mon May 11 21:44:31 2009 +0200 +++ b/alsa-utils/receipt Mon May 11 21:51:38 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-utils" -VERSION="1.0.18" +VERSION="1.0.20" CATEGORY="multimedia" SHORT_DESC="Alsa sound system utilities et config tools." MAINTAINER="pankso@slitaz.org" @@ -16,11 +16,13 @@ compile_rules() { cd $src - # Remove xmlto dependency - patch -p1 -i ../stuff/alsactl-no-xmlto.patch && - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + #patch -p1 -i ../stuff/alsactl-no-xmlto.patch && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } @@ -33,16 +35,12 @@ cp -a $_pkg/usr/sbin $fs/usr touch $fs/etc/asound.state chmod 755 $fs/usr/sbin/* - # Remove speaker-test (18 Ko and needs sounds) rm $fs/usr/bin/speaker-test - # For conf we need /var/tmp mkdir -p $fs/var/tmp chmod 1777 $fs/var/tmp - # Remove alsaconf (use soundconf) + Getopt precomp needed by soundconf. rm $fs/usr/sbin/alsaconf install -g root -o root -m 0755 stuff/getopt $fs/usr/bin } - diff -r 18db3f5da4e6 -r 69664636fac8 ghostscript-dev/receipt --- a/ghostscript-dev/receipt Mon May 11 21:44:31 2009 +0200 +++ b/ghostscript-dev/receipt Mon May 11 21:51:38 2009 +0200 @@ -3,12 +3,11 @@ PACKAGE="ghostscript-dev" VERSION="8.64" CATEGORY="development" -SHORT_DESC=" ghostscript devel file" +SHORT_DESC="Ghostscript devel file" MAINTAINER="jozee@slitaz.org" WANTED="ghostscript" WEB_SITE="http://ghostscript.com/" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() {