diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-27 22:08:34 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-27 22:08:34 -0500 |
commit | be6c1245520a53bf43513cdde697a09b90e62361 (patch) | |
tree | 13cb12f2b23e886d5d1c9ccdf447cfe24808aed8 /extra/mpd/PKGBUILD | |
parent | eadaf245dcd43f5a3b33585ff80fdae7e64f850b (diff) | |
parent | 0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (diff) |
merged pre master
Diffstat (limited to 'extra/mpd/PKGBUILD')
-rw-r--r-- | extra/mpd/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD index 5c40e219d..6bd462840 100644 --- a/extra/mpd/PKGBUILD +++ b/extra/mpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 127604 2011-06-16 17:50:00Z angvp $ +# $Id: PKGBUILD 128638 2011-06-25 09:54:26Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> @@ -6,7 +6,7 @@ pkgname=mpd pkgver=0.16.3 -pkgrel=1 +pkgrel=2 pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -16,10 +16,13 @@ depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'f 'libpulse') makedepends=('pkgconfig' 'doxygen') install=${pkgname}.install +changelog=ChangeLog source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2" - 'mpd') + 'mpd' + 'mpd-0.16.3_ffmpeg_sigsegv.patch') md5sums=('6e708c02b0e8c288aec855eecf441a5a' - 'e5669c2bff4031928531e52475addeb1') + 'e5669c2bff4031928531e52475addeb1' + '9a730957e213c62339e9335971e4b85e') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -32,6 +35,7 @@ build() { --disable-libwrap \ --disable-cue \ --disable-sidplay + patch -Np1 -i $srcdir/mpd-0.16.3_ffmpeg_sigsegv.patch make } |