[arch-commits] Commit in mpd/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Tuesday, December 22, 2009 @ 12:51:40
  Author: andrea
Revision: 61738

Merged revisions 61737 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mpd/trunk

........
  r61737 | andrea | 2009-12-22 18:50:50 +0100 (Tue, 22 Dec 2009) | 2 lines
  
  upgpkg: mpd 0.15.6-2
      enabled last.fm support (FS#17577)
........

Modified:
  mpd/repos/extra-i686/	(properties)
  mpd/repos/extra-i686/PKGBUILD

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


Property changes on: mpd/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /mpd/trunk:1-60762
   + /mpd/trunk:1-61737

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-12-22 17:50:50 UTC (rev 61737)
+++ extra-i686/PKGBUILD	2009-12-22 17:51:40 UTC (rev 61738)
@@ -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