summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2016-02-08 16:57:01 +0100
committerblackhole2016-02-08 16:57:01 +0100
commitd7bdd2db922b010a8a813ad8e115e4085e48be53 (patch)
treeeb8daa3e442a09c2368890f60b523131efae57ec
parent063ad66ec304f22ba3a3a864c760142031b5d984 (diff)
downloadaur-d7bdd2db922b010a8a813ad8e115e4085e48be53.tar.gz
Update to 0.19.12
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Add-native-DSD-support-to-MPD-0.19.12.patch (renamed from 0001-Add-native-DSD-support-to-MPD-0.19.11.patch)23
-rw-r--r--PKGBUILD8
3 files changed, 22 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da0e218917a0..f0a32804f6fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 2 08:25:01 UTC 2016
+# Mon Feb 8 15:54:57 UTC 2016
pkgbase = mpd-dsd
pkgdesc = Flexible, powerful, server-side application for playing music with DSD patches and Sox enabled
- pkgver = 0.19.11
- pkgrel = 3
+ pkgver = 0.19.12
+ pkgrel = 1
url = https://github.com/lintweaker/mpd-dsd-019
install = install
arch = i686
@@ -36,11 +36,11 @@ pkgbase = mpd-dsd
depends = smbclient
optdepends = sox-dsd-git
backup = etc/mpd.conf
- source = http://www.musicpd.org/download/mpd/0.19/mpd-0.19.11.tar.xz
- source = http://www.musicpd.org/download/mpd/0.19/mpd-0.19.11.tar.xz.sig
+ source = http://www.musicpd.org/download/mpd/0.19/mpd-0.19.12.tar.xz
+ source = http://www.musicpd.org/download/mpd/0.19/mpd-0.19.12.tar.xz.sig
source = tmpfiles.d
source = conf
- source = 0001-Add-native-DSD-support-to-MPD-0.19.11.patch
+ source = 0001-Add-native-DSD-support-to-MPD-0.19.12.patch
sha1sums = SKIP
sha1sums = SKIP
sha1sums = SKIP
diff --git a/0001-Add-native-DSD-support-to-MPD-0.19.11.patch b/0001-Add-native-DSD-support-to-MPD-0.19.12.patch
index 2030acd0cf35..d9cbcd5ea9a8 100644
--- a/0001-Add-native-DSD-support-to-MPD-0.19.11.patch
+++ b/0001-Add-native-DSD-support-to-MPD-0.19.12.patch
@@ -1,13 +1,14 @@
-From 2f1d304c4ffef9124795872d471237ad2031bbe0 Mon Sep 17 00:00:00 2001
+From 23a6dbb62a0347a5791335bb195baedd94045923 Mon Sep 17 00:00:00 2001
From: Jurgen Kramer <gtmkramer@xs4all.nl>
-Date: Mon, 23 Nov 2015 11:07:18 +0100
-Subject: [PATCH] Add native DSD support to MPD 0.19.11
-
-Add native DSD support to MPD 0.19 using DSD_U8 and DSD_U32_BE sample formats.
+Date: Mon, 11 Jan 2016 12:21:06 +0100
+Subject: [PATCH] Add native DSD support to MPD 0.19 using DSD_U8 and
+ DSD_U32_BE sample formats.
See https://github.com/lintweaker/xmos-native-dsd for more info.
Jurgen Kramer
+
+Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
---
Makefile.am | 5 ++-
README-DSD | 52 +++++++++++++++++++++++
@@ -33,7 +34,7 @@ Jurgen Kramer
create mode 100644 src/pcm/PcmDsdNative.hxx
diff --git a/Makefile.am b/Makefile.am
-index 89819de..dedc881 100644
+index 307fcba..e905003 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -495,7 +495,8 @@ PCM_LIBS = \
@@ -46,7 +47,7 @@ index 89819de..dedc881 100644
endif
if HAVE_LIBSAMPLERATE
-@@ -2092,7 +2093,7 @@ endif
+@@ -2093,7 +2094,7 @@ endif
#
man_MANS = doc/mpd.1 doc/mpd.conf.5
@@ -114,14 +115,14 @@ index 0000000..d896020
+
+
diff --git a/configure.ac b/configure.ac
-index 3d29e72..1216881 100644
+index 107b45a..c7079c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
--AC_INIT(mpd, 0.19.11, musicpd-dev-team@lists.sourceforge.net)
-+AC_INIT(mpd, 0.19.11-dsd, gtmkramer@xs4all.nl)
+-AC_INIT(mpd, 0.19.12, musicpd-dev-team@lists.sourceforge.net)
++AC_INIT(mpd, 0.19.12-dsd, gtmkramer@xs4all.nl)
VERSION_MAJOR=0
VERSION_MINOR=19
@@ -787,5 +788,5 @@ index b12d8fd..ec718be 100644
return src;
}
--
-2.1.0
+2.5.0
diff --git a/PKGBUILD b/PKGBUILD
index 3e735c0bea27..37c9455394de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: Ben <ben@benmazer.net>
pkgname=mpd-dsd
-pkgver=0.19.11
-pkgrel=3
+pkgver=0.19.12
+pkgrel=1
pkgdesc='Flexible, powerful, server-side application for playing music with DSD patches and Sox enabled'
url='https://github.com/lintweaker/mpd-dsd-019'
license=('GPL')
@@ -22,7 +22,7 @@ validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
source=("http://www.musicpd.org/download/mpd/${pkgver%.*}/mpd-${pkgver}.tar.xz"{,.sig}
'tmpfiles.d'
'conf'
- '0001-Add-native-DSD-support-to-MPD-0.19.11.patch')
+ '0001-Add-native-DSD-support-to-MPD-0.19.12.patch')
sha1sums=('SKIP'
'SKIP'
'SKIP'
@@ -34,7 +34,7 @@ install=install
prepare() {
cd "${srcdir}/mpd-${pkgver}"
- patch -Np1 -i "../0001-Add-native-DSD-support-to-MPD-0.19.11.patch"
+ patch -Np1 -i "../0001-Add-native-DSD-support-to-MPD-0.19.12.patch"
}
build() {