[arch-commits] CVS update of extra/daemons/mpd (PKGBUILD)

Dan McGee dan at archlinux.org
Mon Jul 9 02:55:29 UTC 2007


    Date: Sunday, July 8, 2007 @ 22:55:29
  Author: dan
    Path: /home/cvs-extra/extra/daemons/mpd

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: mpd 0.13.0-1


----------+
 PKGBUILD |   22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)


Index: extra/daemons/mpd/PKGBUILD
diff -u extra/daemons/mpd/PKGBUILD:1.12 extra/daemons/mpd/PKGBUILD:1.13
--- extra/daemons/mpd/PKGBUILD:1.12	Sat Apr  7 08:42:54 2007
+++ extra/daemons/mpd/PKGBUILD	Sun Jul  8 22:55:29 2007
@@ -1,25 +1,29 @@
-# Maintainter: Damir Perisa <damir.perisa at bluewin.ch>
+# $Id $
+# Maintainer: Damir Perisa <damir.perisa at bluewin.ch>
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=mpd
-pkgver=0.12.2
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
 arch=('i686' 'x86_64')
 license="GPL"
 url="http://musicpd.org"
-depends=('libid3tag' 'libmad' 'flac>=1.1.4' 'audiofile' 'faad2>=2.5' 'libmikmod'
-         'alsa-lib' 'libshout' 'libmpcdec>=1.2.5')
+depends=('libid3tag' 'libmad' 'flac>=1.1.3' 'audiofile' 'faad2>=2.5' 'libmikmod'
+         'alsa-lib' 'libshout' 'libmpcdec>=1.2.5' 'libsamplerate')
 install=mpd.install
 source=(http://musicpd.org/uploads/files/mpd-${pkgver}.tar.gz
-        mpd-0.12.1-flac-1.1.4-support.patch mpd mpd.conf.example)
-md5sums=('6c724ed2efb70f8d2e3adfc370efe2ea' '2739d904bf452fcd2cd38618b866302f'
-         '567efa195f146d7093e32dec32cdd8ef' 'b3e370377d39d17427c50f04a0cdea6e')
+        mpd mpd.conf.example)
+md5sums=('0b33bdb9d706439949344073e90f812a'
+         '567efa195f146d7093e32dec32cdd8ef'
+         'b3e370377d39d17427c50f04a0cdea6e')
+sha1sums=('96f939b3d926c5b95d7615c1a5e7860f4d5fcd94'
+          '6257a29d97871a00ee1bea15690b7cc0a9ed1936'
+          'f04a668c89cd3511751cc7d0b05cc8a3dd36c437')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/mpd-0.12.1-flac-1.1.4-support.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-jack -with-zeroconf=no
   make || return 1
   make DESTDIR=${startdir}/pkg install
 




More information about the arch-commits mailing list