summaryrefslogtreecommitdiff
path: root/extra/mpd
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-06 13:16:36 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-06 13:16:36 -0300
commit0e83b6eeba6643b6636469de8aa2b77dd0b295ae (patch)
tree150783d401d7648efda130edd1e64aba6993315e /extra/mpd
parent58d6937e71aea203f6693a68146018f950922fbc (diff)
parente05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/stone-soup/PKGBUILD extra/alsa-oss/PKGBUILD extra/habak/PKGBUILD extra/libmcrypt/PKGBUILD extra/mahjong/PKGBUILD extra/mcrypt/PKGBUILD
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 6bd462840..79276ebb6 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' 'mips64el')
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
}