Diff below brings mpd to 0.21.18, which fixes a curl related bug.
Changelog can be found at
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.18/NEWS.
While here sync WANTLIB.
Tested on amd64 in combination with mpc and ncmpc.
Comments/OK?
diff --git Makefile Makefile
index fc78d4511ea..6efd562363a 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
BROKEN-hppa = no atomic ops
COMMENT = Music Player Daemon
-VER = 0.21.16
+VER = 0.21.18
DISTNAME = mpd-${VER}
EXTRACT_SUFX = .tar.xz
CATEGORIES = audio
@@ -13,7 +13,7 @@ PERMIT_PACKAGE = Yes
WANTLIB = FLAC audiofile avcodec avformat avutil \
bz2 c cdio cdio_cdda cdio_paranoia curl \
- expat faad iconv icui18n icuuc \
+ expat faad icui18n icuuc \
id3tag iso9660 m mikmod mp3lame mpcdec \
mpdclient ogg opus pcre pthread samplerate \
shout sndfile sndio sqlite3 \
diff --git distinfo distinfo
index bf82fac8c5d..63aee9e3cbc 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.21.16.tar.xz) = MM8b3ffXOISHJ2dFrTUV8TTgfwxX+fl8srXTvv1KTZI=
-SIZE (mpd-0.21.16.tar.xz) = 673732
+SHA256 (mpd-0.21.18.tar.xz) = h4LmbNWv1skoYHJRlrNbbfB9PRJ+9w6QDhRDIwielEI=
+SIZE (mpd-0.21.18.tar.xz) = 676084
No comments:
Post a Comment