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

Ionut Biru ibiru at archlinux.org
Wed Dec 23 20:11:40 UTC 2009


    Date: Wednesday, December 23, 2009 @ 15:11:40
  Author: ibiru
Revision: 61783

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

........
  r60762 | andrea | 2009-12-07 01:14:29 +0200 (Mon, 07 Dec 2009) | 2 lines
  
  upgpkg: mpd 0.15.6-1.1
      rebuilt without jack (FS#17409)
........
  r61737 | andrea | 2009-12-22 19:50:50 +0200 (Tue, 22 Dec 2009) | 2 lines
  
  upgpkg: mpd 0.15.6-2
      enabled last.fm support (FS#17577)
........

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

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


Property changes on: mpd/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mpd/trunk:1-60423
   + /mpd/trunk:1-61782

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-23 15:13:28 UTC (rev 61782)
+++ extra-x86_64/PKGBUILD	2009-12-23 20:11:40 UTC (rev 61783)
@@ -5,12 +5,12 @@
 
 pkgname=mpd
 pkgver=0.15.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://musicpd.org"
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl'
          'sqlite3' 'libsamplerate' 'libmms' 'wavpack' 'libmpcdec' 'avahi')
 makedepends=('pkgconfig')
 install=mpd.install
@@ -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