[arch-commits] CVS update of arch/build/daemons/esd (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat May 5 12:16:36 UTC 2007


    Date: Saturday, May 5, 2007 @ 08:16:36
  Author: jgc
    Path: /home/cvs-arch/arch/build/daemons/esd

Modified: PKGBUILD (1.28 -> 1.29)

upgpkg: esd 0.2.38-1


----------+
 PKGBUILD |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)


Index: arch/build/daemons/esd/PKGBUILD
diff -u arch/build/daemons/esd/PKGBUILD:1.28 arch/build/daemons/esd/PKGBUILD:1.29
--- arch/build/daemons/esd/PKGBUILD:1.28	Wed Apr 11 11:39:17 2007
+++ arch/build/daemons/esd/PKGBUILD	Sat May  5 08:16:36 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.28 2007/04/11 15:39:17 jgc Exp $
+# $Id: PKGBUILD,v 1.29 2007/05/05 12:16:36 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=esd
-pkgver=0.2.37
-pkgrel=3
+pkgver=0.2.38
+pkgrel=1
 pkgdesc="Enlightened Sound Daemon"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -11,19 +11,12 @@
 backup=('etc/esd.conf')
 options=('nolibtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-${pkgver}.tar.bz2
-	esd
-	esd-r487.patch
-	bgo419642.patch)
-md5sums=('99cc68770176c8940cf346f60208420e' 'a4c76e7c7f75b201ea7ab6fb15b47472'
-	 'd7312b2a12166be4b36504ca5f8ab658' 'a648c602afef190015b1dcaf476bc410')
+	esd)
+md5sums=('1c48c100b450d617b58dacb59837d34f'
+         'a4c76e7c7f75b201ea7ab6fb15b47472')
 
 build() {
   cd ${startdir}/src/esound-${pkgver}
-  patch -Np0 -i ${startdir}/src/esd-r487.patch || return 1
-  patch -Np1 -i ${startdir}/src/bgo419642.patch || return 1
-  aclocal -I ./m4 || return 1
-  autoconf || return 1
-  automake || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --with-audiofile --enable-alsa
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1




More information about the arch-commits mailing list