[arch-commits] Commit in mpd/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Dec 22 17:50:51 UTC 2009


    Date: Tuesday, December 22, 2009 @ 12:50:50
  Author: andrea
Revision: 61737

upgpkg: mpd 0.15.6-2
    enabled last.fm support (FS#17577)

Modified:
  mpd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-22 17:09:09 UTC (rev 61736)
+++ PKGBUILD	2009-12-22 17:50:50 UTC (rev 61737)
@@ -5,7 +5,7 @@
 
 pkgname=mpd
 pkgver=0.15.6
-pkgrel=1.1
+pkgrel=2
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,7 +22,11 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-    --sysconfdir=/etc
+    --sysconfdir=/etc \
+    --enable-lastfm \
+    --disable-cue \
+    --disable-sidplay \
+    --disable-pulse || return 1
   make || return 1
   make DESTDIR=${pkgdir} install
 




More information about the arch-commits mailing list