[arch-commits] CVS update of arch/build/multimedia/alsa-utils (2 files)

Tobias Powalowski tpowa at archlinux.org
Fri May 25 17:29:03 UTC 2007


    Date: Friday, May 25, 2007 @ 13:29:03
  Author: tpowa
    Path: /home/cvs-arch/arch/build/multimedia/alsa-utils

Modified: PKGBUILD (1.40 -> 1.41)
 Removed: alsa-utils.patch.bz2 (1.1)

'upgpkg: update to new version'


----------------------+
 PKGBUILD             |   17 +++++++++++------
 alsa-utils.patch.bz2 |    <<Binary file>>
 2 files changed, 12 insertions(+), 6 deletions(-)


Index: arch/build/multimedia/alsa-utils/PKGBUILD
diff -u arch/build/multimedia/alsa-utils/PKGBUILD:1.40 arch/build/multimedia/alsa-utils/PKGBUILD:1.41
--- arch/build/multimedia/alsa-utils/PKGBUILD:1.40	Sat Apr 28 09:22:00 2007
+++ arch/build/multimedia/alsa-utils/PKGBUILD	Fri May 25 13:29:03 2007
@@ -1,19 +1,24 @@
-# $Id: PKGBUILD,v 1.40 2007/04/28 13:22:00 tpowa Exp $
+# $Id: PKGBUILD,v 1.41 2007/05/25 17:29:03 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=alsa-utils
-pkgver=1.0.14rc2
-pkgrel=2
+pkgver=1.0.14rc4
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org"
-depends=('alsa-lib>=1.0.14rc3' 'dialog' 'pciutils')
+depends=('alsa-lib>=1.0.14rc4' 'dialog' 'pciutils' 'ncurses')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2 \
-        alsa alsaconf.patch alsa-utils.patch.bz2)
+        alsa alsaconf.patch \
+	http://www.archlinux.org/~tpowa/alsa-patches/alsa-utils-20070524.patch.bz2)
+md5sums=('72e287534222b2422189d9edba35291b'
+         'fc8526312f35fe9c7a095edc3dca28f3'
+         '538f82650d08e901efea86c5395520df'
+         '224cd63b158ce61a6eefcc8057225639')
 
 build() {
   cd $startdir/src/$pkgname-${pkgver}
-  patch -Np1 -i ../alsa-utils.patch || return 1
+  patch -Np1 -i ../alsa-utils-20070524.patch || return 1
   patch -Np1 -i ../alsaconf.patch || return 1
   ./configure --prefix=/usr
   make || return 1
Index: arch/build/multimedia/alsa-utils/alsa-utils.patch.bz2
<<Binary file>>




More information about the arch-commits mailing list