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

Tobias Powalowski tpowa at archlinux.org
Fri Oct 19 07:16:18 UTC 2007


    Date: Friday, October 19, 2007 @ 03:16:18
  Author: tpowa
    Path: /home/cvs-extra/extra/multimedia/alsa-lib

Modified: PKGBUILD (1.49 -> 1.50)

'upgpkg: update to new version'


----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)


Index: extra/multimedia/alsa-lib/PKGBUILD
diff -u extra/multimedia/alsa-lib/PKGBUILD:1.49 extra/multimedia/alsa-lib/PKGBUILD:1.50
--- extra/multimedia/alsa-lib/PKGBUILD:1.49	Tue Oct 16 02:25:41 2007
+++ extra/multimedia/alsa-lib/PKGBUILD	Fri Oct 19 03:16:18 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.49 2007/10/16 06:25:41 tpowa Exp $
+# $Id: PKGBUILD,v 1.50 2007/10/19 07:16:18 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=alsa-lib
-pkgver=1.0.15rc3
-pkgrel=2
+pkgver=1.0.15
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org"
@@ -11,18 +11,15 @@
 makedepends=('python')
 license=('GPL')
 options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-1.0.15rc3.tar.bz2
-	http://www.archlinux.org/~tpowa/alsa-patches/alsa-lib-20070922.patch.bz2
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-1.0.15.tar.bz2
 	revert-patch-to-fix-converting-32bit-audio-to-16bit.patch)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../alsa-lib-20070922.patch || return 1
   patch -Rp1 -i ../revert-patch-to-fix-converting-32bit-audio-to-16bit.patch || return 1
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-md5sums=('db611fc767656675e72c5c3a7481c559'
-         'd39abf0840fe7576cdb318202d32d203'
+md5sums=('94254ea0d2c966a58184b134e9da29ff'
          '8d536608a5c1aa6174d1c1b567c2a391')




More information about the arch-commits mailing list