summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMelvin Vermeeren2016-05-07 13:05:38 +0200
committerMelvin Vermeeren2016-05-07 13:05:38 +0200
commitc5d55c28b790f8a9bbd0ce34bc4adc6fa1e88964 (patch)
tree378433a82eb68703b67a5e9f29926a89cb86dbe3
parent4beb77548fdf26998e9ae807bd2ce40cb72f2397 (diff)
downloadaur-c5d55c28b790f8a9bbd0ce34bc4adc6fa1e88964.tar.gz
Update sacd upstream and pkgbuild upstream.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc468d07a8bf..23b14aa334ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 18:01:13 UTC 2016
+# Sat May 7 11:04:42 UTC 2016
pkgbase = mpd-sacd
pkgdesc = MPD with patches for SACD and DVDA ISO playback.
pkgver = 0.20
- pkgrel = 4
+ pkgrel = 5
url = http://git.musicpd.org/cgit/manisiutkin/mpd.git/
install = install
arch = i686
@@ -33,10 +33,11 @@ pkgbase = mpd-sacd
depends = libsamplerate
depends = libsoxr
depends = smbclient
+ depends = libcdio-paranoia
provides = mpd=0.20
conflicts = mpd
backup = etc/mpd.conf
- source = git://git.musicpd.org/manisiutkin/mpd.git
+ source = git://git.musicpd.org/manisiutkin/mpd.git#commit=c9d51633a1f720d1d1ffa1748bf8cd257d1e1560
source = tmpfiles.d
source = conf
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9272f2e4b053..ebe0849a74d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=mpd-sacd
pkgver=0.20
-pkgrel=4
+pkgrel=5
pkgdesc='MPD with patches for SACD and DVDA ISO playback.'
url='http://git.musicpd.org/cgit/manisiutkin/mpd.git/'
license=('GPL')
arch=('i686' 'x86_64')
depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2'
'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 'libcdio-paranoia')
makedepends=('boost' 'doxygen')
conflicts=('mpd')
provides=('mpd=0.20')
-source=('git://git.musicpd.org/manisiutkin/mpd.git'
+source=('git://git.musicpd.org/manisiutkin/mpd.git#commit=c9d51633a1f720d1d1ffa1748bf8cd257d1e1560'
'tmpfiles.d'
'conf')
sha1sums=('SKIP'
@@ -35,6 +35,7 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --enable-cdio-paranoia \
--enable-libmpdclient \
--enable-jack \
--enable-soundcloud \