summaryrefslogtreecommitdiff
path: root/extra/mpd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-05 23:14:38 +0000
committerroot <root@rshg054.dnsready.net>2011-09-05 23:14:38 +0000
commite05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (patch)
tree426be7e1703e9b4aaec588af1dcec4ae24fe161e /extra/mpd
parentf651180e6b1ac9508ec0d1d9b94972de776020a9 (diff)
Mon Sep 5 23:14:38 UTC 2011
Diffstat (limited to 'extra/mpd')
-rw-r--r--extra/mpd/ChangeLog4
-rw-r--r--extra/mpd/PKGBUILD15
2 files changed, 10 insertions, 9 deletions
diff --git a/extra/mpd/ChangeLog b/extra/mpd/ChangeLog
index 56ccb2263..40ba5e4e7 100644
--- a/extra/mpd/ChangeLog
+++ b/extra/mpd/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-03 Angel Velasquez <angvp@archlinux.org>
+ * Version bump to 0.16.4
+ * Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included upstream
+
2011-06-25 Angel Velasquez <angvp@archlinux.org>
* Added a patch for bug with ffmpeg FS#24839
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD
index 046904a22..fcfe8d4a2 100644
--- a/extra/mpd/PKGBUILD
+++ b/extra/mpd/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 128638 2011-06-25 09:54:26Z angvp $
+# $Id: PKGBUILD 136986 2011-09-04 17:03:38Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
# Contributor: Ben <ben@benmazer.net>
pkgname=mpd
-pkgver=0.16.3
-pkgrel=2
+pkgver=0.16.4
+pkgrel=1
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
arch=('i686' 'x86_64')
license=('GPL')
@@ -18,11 +18,9 @@ makedepends=('pkgconfig' 'doxygen')
install=${pkgname}.install
changelog=ChangeLog
source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"
- 'mpd'
- 'mpd-0.16.3_ffmpeg_sigsegv.patch')
-md5sums=('6e708c02b0e8c288aec855eecf441a5a'
- 'e5669c2bff4031928531e52475addeb1'
- '9a730957e213c62339e9335971e4b85e')
+'mpd')
+md5sums=('ddac46eb7d976c5cc6f9bac9e4e100f1'
+ 'e5669c2bff4031928531e52475addeb1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -35,7 +33,6 @@ build() {
--disable-libwrap \
--disable-cue \
--disable-sidplay
- patch -Np1 -i $srcdir/mpd-0.16.3_ffmpeg_sigsegv.patch
make
}