[arch-commits] CVS update of extra/multimedia/alsaplayer (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jun 3 04:12:59 UTC 2007


    Date: Sunday, June 3, 2007 @ 00:12:59
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/alsaplayer

Modified: PKGBUILD (1.13 -> 1.14)

upgpkg: alsaplayer 0.99.79-1
Upstream update


----------+
 PKGBUILD |   21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)


Index: extra/multimedia/alsaplayer/PKGBUILD
diff -u extra/multimedia/alsaplayer/PKGBUILD:1.13 extra/multimedia/alsaplayer/PKGBUILD:1.14
--- extra/multimedia/alsaplayer/PKGBUILD:1.13	Sun Mar 11 11:36:45 2007
+++ extra/multimedia/alsaplayer/PKGBUILD	Sun Jun  3 00:12:58 2007
@@ -1,26 +1,22 @@
-# $Id: PKGBUILD,v 1.13 2007/03/11 15:36:45 jgc Exp $
+# $Id: PKGBUILD,v 1.14 2007/06/03 04:12:58 travis Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 
 pkgname=alsaplayer
-pkgver=0.99.77
+pkgver=0.99.79
 pkgrel=1
-pkgdesc="AlsaPlayer is a new type of PCM player. It is heavily multi-threaded and tries to excercise the ALSA library and driver quite a bit."
-arch=(i686 x86_64)
+pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA library and driver quite a bit."
 license=('GPL')
 url="http://www.alsaplayer.org/"
+arch=('i686' 'x86_64')
 depends=('gtk' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack-audio-connection-kit>=0.102.20-2' 'esd' 'gcc')
-options=('nolibtool')
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2
-	alsaplayer-0.99.76+flac-1.1.3.patch)
-md5sums=('3280795b199ae1bb245559ccbbca5c02'
-	  '19cf3100a14b3492786e96d800e32aa1')
-sha1sums=('dffb35c121216399e8f543559456dafd1b4abd6e'
-	  'ad24b1aac3a8f32876d841938053cf037ef122c0')
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ef5abf11f553d95c2a1b031dcef1a553')
+sha1sums=('3c5dd288386a3cc0f158510ec0a2d40a36460aac')
+options=('!libtool')
 
 build() {
     cd ${startdir}/src/${pkgname}-${pkgver}
-    patch -Np1 -i ${startdir}/src/alsaplayer-0.99.76+flac-1.1.3.patch || return 1
     autoconf
     ./configure --prefix=/usr --enable-esd \
       --disable-opengl --enable-gtk --enable-jack \
@@ -28,3 +24,4 @@
     make || return 1
     make DESTDIR=${startdir}/pkg install
 }
+




More information about the arch-commits mailing list