summaryrefslogtreecommitdiffstats
path: root/audio-players
diff options
context:
space:
mode:
authorFlorian Franzmann2018-02-03 21:24:57 +0100
committerFlorian Franzmann2018-02-03 21:24:57 +0100
commit533d640d6415718eb2f0bae5cb596946c19cac5d (patch)
treecd3edb8d884410fa1332be69d8bda32d8602ce64 /audio-players
parent03310983a9480743a56f6a02926083f0e584e9e5 (diff)
audio-players/mpd: version 0.20.16
Diffstat (limited to 'audio-players')
-rwxr-xr-xaudio-players/mpd/DETAILS2
-rw-r--r--audio-players/mpd/HISTORY4
-rwxr-xr-xaudio-players/mpd/PRE_BUILD4
-rw-r--r--audio-players/mpd/libcdio.patch11
4 files changed, 5 insertions, 16 deletions
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index e19fe2a350..63729eccd8 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpd
- VERSION=0.20.15
+ VERSION=0.20.16
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.musicpd.org/download/${SPELL}/${VERSION:0:4}/${SOURCE}
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 47cee22720..747035c59b 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,7 @@
+2018-02-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.20.16
+ * PRE_BUILD, libcdio.patch: removed
+
2018-02-02 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 0.20.15
* DEPENDS: added optional libcdio
diff --git a/audio-players/mpd/PRE_BUILD b/audio-players/mpd/PRE_BUILD
deleted file mode 100755
index c0fdd7798c..0000000000
--- a/audio-players/mpd/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-patch -p1 < "${SPELL_DIRECTORY}/libcdio.patch"
diff --git a/audio-players/mpd/libcdio.patch b/audio-players/mpd/libcdio.patch
deleted file mode 100644
index b4dd40f4a8..0000000000
--- a/audio-players/mpd/libcdio.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mpd-0.20.15.orig/src/archive/plugins/Iso9660ArchivePlugin.cxx
-+++ mpd-0.20.15/src/archive/plugins/Iso9660ArchivePlugin.cxx
-@@ -115,7 +115,7 @@
- visitor.VisitArchiveEntry(path + 1);
- }
- }
-- _cdio_list_free (entlist, true);
-+ iso9660_filelist_free(entlist);
- }
-
- static ArchiveFile *