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

Jan de Groot jgc at archlinux.org
Wed May 16 20:03:27 UTC 2007


    Date: Wednesday, May 16, 2007 @ 16:03:27
  Author: jgc
    Path: /home/cvs-arch/arch/build/daemons/esd

Modified: PKGBUILD (1.29 -> 1.30)

upgpkg: esd 0.2.38-2
Remove static libs, enable TCP wrappers, disable alsa support, which is broken in quite some situations


----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


Index: arch/build/daemons/esd/PKGBUILD
diff -u arch/build/daemons/esd/PKGBUILD:1.29 arch/build/daemons/esd/PKGBUILD:1.30
--- arch/build/daemons/esd/PKGBUILD:1.29	Sat May  5 08:16:36 2007
+++ arch/build/daemons/esd/PKGBUILD	Wed May 16 16:03:27 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.29 2007/05/05 12:16:36 jgc Exp $
-# Maintainer: judd <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.30 2007/05/16 20:03:27 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=esd
 pkgver=0.2.38
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightened Sound Daemon"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('audiofile' 'alsa-lib')
+depends=('audiofile' 'tcp_wrappers')
 url="http://www.tux.org/~ricdude/EsounD.html"
 backup=('etc/esd.conf')
-options=('nolibtool')
+options=('!libtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-${pkgver}.tar.bz2
 	esd)
 md5sums=('1c48c100b450d617b58dacb59837d34f'
@@ -17,7 +17,10 @@
 
 build() {
   cd ${startdir}/src/esound-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-audiofile --enable-alsa
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static \
+              --with-audiofile --with-libwrap \
+	      --disable-alsa --disable-artstest
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
   install -D -m755 ${startdir}/src/esd ${startdir}/pkg/etc/rc.d/esd




More information about the arch-commits mailing list