wok rev 3001

Up: alsa* (1.0.20)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 11 21:51:38 2009 +0200 (2009-05-11)
parents 18db3f5da4e6
children 4583873b6d8b
files alsa-lib-dev/receipt alsa-lib/receipt alsa-plugins/receipt alsa-utils/receipt ghostscript-dev/receipt
line diff
     1.1 --- a/alsa-lib-dev/receipt	Mon May 11 21:44:31 2009 +0200
     1.2 +++ b/alsa-lib-dev/receipt	Mon May 11 21:51:38 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="alsa-lib-dev"
     1.7 -VERSION="1.0.18"
     1.8 +VERSION="1.0.20"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Alsa sound libraries devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,6 @@
    1.13  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.14  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.15  	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.16 -	
    1.17  	# Copy all and then remove shared libs.
    1.18  	cp -a $_pkg/usr/lib/alsa-lib $fs/usr/lib
    1.19  	rm $fs/usr/lib/alsa-lib/smixer/*.so*
     2.1 --- a/alsa-lib/receipt	Mon May 11 21:44:31 2009 +0200
     2.2 +++ b/alsa-lib/receipt	Mon May 11 21:51:38 2009 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="alsa-lib"
     2.7 -VERSION="1.0.18"
     2.8 +VERSION="1.0.20"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="Alsa sound libraries."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/alsa-plugins/receipt	Mon May 11 21:44:31 2009 +0200
     3.2 +++ b/alsa-plugins/receipt	Mon May 11 21:51:38 2009 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="alsa-plugins"
     3.7 -VERSION="1.0.18"
     3.8 +VERSION="1.0.20"
     3.9  CATEGORY="multimedia"
    3.10  SHORT_DESC="Alsa sound system additionnal plugins."
    3.11  MAINTAINER="pankso@slitaz.org"
     4.1 --- a/alsa-utils/receipt	Mon May 11 21:44:31 2009 +0200
     4.2 +++ b/alsa-utils/receipt	Mon May 11 21:51:38 2009 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="alsa-utils"
     4.7 -VERSION="1.0.18"
     4.8 +VERSION="1.0.20"
     4.9  CATEGORY="multimedia"
    4.10  SHORT_DESC="Alsa sound system utilities et config tools."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -16,11 +16,13 @@
    4.13  compile_rules()
    4.14  {
    4.15  	cd $src
    4.16 -	
    4.17  	# Remove xmlto dependency
    4.18 -	patch -p1 -i ../stuff/alsactl-no-xmlto.patch && 
    4.19 -	./configure --prefix=/usr --infodir=/usr/share/info \
    4.20 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    4.21 +	#patch -p1 -i ../stuff/alsactl-no-xmlto.patch && 
    4.22 +	./configure \
    4.23 +		--prefix=/usr \
    4.24 +		--infodir=/usr/share/info \
    4.25 +		--mandir=/usr/share/man \
    4.26 +		$CONFIGURE_ARGS &&
    4.27  	make &&
    4.28  	make DESTDIR=$PWD/_pkg install
    4.29  }
    4.30 @@ -33,16 +35,12 @@
    4.31  	cp -a $_pkg/usr/sbin $fs/usr
    4.32  	touch $fs/etc/asound.state
    4.33  	chmod 755 $fs/usr/sbin/*
    4.34 -	
    4.35  	# Remove speaker-test (18 Ko and needs sounds)
    4.36  	rm $fs/usr/bin/speaker-test
    4.37 -
    4.38  	# For conf we need /var/tmp
    4.39  	mkdir -p $fs/var/tmp
    4.40  	chmod 1777 $fs/var/tmp
    4.41 -
    4.42  	# Remove alsaconf (use soundconf) + Getopt precomp needed by soundconf.
    4.43  	rm $fs/usr/sbin/alsaconf
    4.44  	install -g root -o root -m 0755 stuff/getopt $fs/usr/bin
    4.45  }
    4.46 -
     5.1 --- a/ghostscript-dev/receipt	Mon May 11 21:44:31 2009 +0200
     5.2 +++ b/ghostscript-dev/receipt	Mon May 11 21:51:38 2009 +0200
     5.3 @@ -3,12 +3,11 @@
     5.4  PACKAGE="ghostscript-dev"
     5.5  VERSION="8.64"
     5.6  CATEGORY="development"
     5.7 -SHORT_DESC=" ghostscript devel file"
     5.8 +SHORT_DESC="Ghostscript devel file"
     5.9  MAINTAINER="jozee@slitaz.org"
    5.10  WANTED="ghostscript"
    5.11  WEB_SITE="http://ghostscript.com/" 
    5.12  
    5.13 -
    5.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.15  genpkg_rules()
    5.16  {