summaryrefslogtreecommitdiff
path: root/extra/mpd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-06 00:03:52 -0800
committerroot <root@rshg054.dnsready.net>2013-03-06 00:03:52 -0800
commit3af1ee89ded5209697eec4e2ecb77cf1f3f19803 (patch)
tree57d232dc9df39b389372f4df52f4353f3b368d2e /extra/mpd/PKGBUILD
parent582035722561a5ecbadc13abc26331353d810567 (diff)
Wed Mar 6 00:03:52 PST 2013
Diffstat (limited to 'extra/mpd/PKGBUILD')
-rw-r--r--extra/mpd/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD
index 0e63f3824..1762049e5 100644
--- a/extra/mpd/PKGBUILD
+++ b/extra/mpd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 178137 2013-02-16 22:48:55Z ioni $
+# $Id: PKGBUILD 179309 2013-03-05 11:03:53Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=mpd
pkgver=0.17.3
-pkgrel=2
+pkgrel=3
pkgdesc='Flexible, powerful, server-side application for playing music'
url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
license=('GPL')
@@ -16,9 +16,11 @@ depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'f
'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
makedepends=('doxygen')
source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"
+ 'ffmpeg.patch'
'tmpfiles.d'
'rc.d')
sha1sums=('f684d73a7517371a4461afdb2439f9533b51a49d'
+ '8a06d04bfdf4e0dc43479907dc9b3bd7fba6dd10'
'f4d5922abb69abb739542d8e93f4dfd748acdad7'
'3470d489565f0ed479f1665dd2876f66acb5a585')
@@ -28,6 +30,8 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 -i ../ffmpeg.patch
+
./configure \
--prefix=/usr \
--sysconfdir=/etc \