summaryrefslogtreecommitdiffstats
path: root/abs/extra/mpd
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-04 21:23:07 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-04 21:23:07 (GMT)
commita70ea0d2e760e0b345f5d3e87f7e4f0e4aa549b3 (patch)
tree2ce1316467b2b76807ac8180cec0be16fa9a2db2 /abs/extra/mpd
parentfeaf408ec0e330a242b6e737f63071da796766d9 (diff)
downloadlinhes_pkgbuild-a70ea0d2e760e0b345f5d3e87f7e4f0e4aa549b3.zip
linhes_pkgbuild-a70ea0d2e760e0b345f5d3e87f7e4f0e4aa549b3.tar.gz
linhes_pkgbuild-a70ea0d2e760e0b345f5d3e87f7e4f0e4aa549b3.tar.bz2
mpd:bumped to latest
Diffstat (limited to 'abs/extra/mpd')
-rw-r--r--abs/extra/mpd/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/abs/extra/mpd/PKGBUILD b/abs/extra/mpd/PKGBUILD
index 60d0a9d..302126b 100644
--- a/abs/extra/mpd/PKGBUILD
+++ b/abs/extra/mpd/PKGBUILD
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD 102920 2010-12-13 06:36:00Z angvp $
+# $Id: PKGBUILD 98460 2010-11-09 13:34:29Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
# Contributor: Ben <ben@benmazer.net>
pkgname=mpd
-pkgver=0.16
-pkgrel=2
+pkgver=0.15.15
+pkgrel=1
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
arch=('i686' 'x86_64')
license=('GPL')
url="http://mpd.wikia.com/wiki/Server"
depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2'
'sqlite3' 'libsamplerate' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag')
-
-makedepends=('pkgconfig' 'doxygen')
+makedepends=('pkgconfig')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"
'mpd')
-md5sums=('3fc8ccc4488cbaadc1a10f415eada35f'
+md5sums=('af0972af6237771acc420d2452fa627a'
'e5669c2bff4031928531e52475addeb1')
build() {
@@ -25,12 +24,9 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-lastfm \
- --enable-pulse \
- --enable-documentation \
- --disable-libwrap \
--disable-cue \
--disable-sidplay \
- --disable-pulse
+ --disable-pulse
make
}