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

Angel Velásquez angvp at archlinux.org
Mon Dec 13 06:36:00 UTC 2010


    Date: Monday, December 13, 2010 @ 01:36:00
  Author: angvp
Revision: 102920

upgpkg: mpd 0.16-2
Removing libwrap and adding documentation

Modified:
  mpd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-13 01:31:11 UTC (rev 102919)
+++ PKGBUILD	2010-12-13 06:36:00 UTC (rev 102920)
@@ -5,7 +5,7 @@
 
 pkgname=mpd
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2'
          'sqlite3' 'libsamplerate' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
          'libpulse')
-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'doxygen')
 install=${pkgname}.install
 source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"
         'mpd')
@@ -25,9 +25,11 @@
   ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --enable-lastfm \
+    --enable-pulse \
+    --enable-documentation \
+    --disable-libwrap \
     --disable-cue \
-    --disable-sidplay \
-    --enable-pulse
+    --disable-sidplay 
   make
 }
 




More information about the arch-commits mailing list