Hi,
This is a simple update for mpd.
Portcheck complains about the hardcoded /var/spool paths in README. I
think this is fine. Lib-depends-check is happy.
I tested the update by clicking around in ncmpcpp and playing some
files (amd64).
Software changes:
ver 0.22.11 (2021/08/24)
* protocol
- fix "albumart" crash
* filter
- ffmpeg: pass "channel_layout" instead of "channels" to buffersrc
- ffmpeg: fix "av_buffersink_get_frame() failed: Resource temporarily
unavailable"
- ffmpeg: support double-precision samples (by converting to single precision)
* Android
- build with NDK r23
- playlist_directory defaults to
"/sdcard/Android/data/org.musicpd/files/playlists"
ver 0.22.10 (2021/08/06)
* protocol
- support "albumart" for virtual tracks in CUE sheets
* database
- simple: fix crash bug
- simple: fix absolute paths in CUE "as_directory" entries
- simple: prune CUE entries from database for non-existent songs
* input
- curl: fix crash bug after stream with Icy metadata was closed by peer
- tidal: remove defunct unmaintained plugin
* tags
- fix crash caused by bug in TagBuilder and a few potential reference leaks
* output
- httpd: fix missing tag after seeking into a new song
- oss: fix channel order of multi-channel files
* mixer
- alsa: fix yet more rounding errors
ver 0.22.9 (2021/06/23)
* database
- simple: load all .mpdignore files of all parent directories
* tags
- fix "readcomments" and "readpicture" on remote files with ID3 tags
* decoder
- ffmpeg: support the tags "sort_album", "album-sort", "artist-sort"
- ffmpeg: fix build failure with FFmpeg 3.4
* Android
- fix auto-start on boot in Android 8 or later
* Windows
- fix build failure with SQLite
Best regards,
Stefan
Index: audio/mpd/Makefile
===================================================================
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.135
diff -u -p -u -p -r1.135 Makefile
--- audio/mpd/Makefile 6 May 2021 11:11:17 -0000 1.135
+++ audio/mpd/Makefile 11 Sep 2021 09:27:03 -0000
@@ -2,12 +2,11 @@
BROKEN-hppa = no atomic ops
COMMENT = Music Player Daemon
-VER = 0.22.6
+VER = 0.22.11
DISTNAME = mpd-${VER}
EXTRACT_SUFX = .tar.xz
CATEGORIES = audio
HOMEPAGE = https://www.musicpd.org/
-REVISION = 0
# GPLv2+
PERMIT_PACKAGE = Yes
Index: audio/mpd/distinfo
===================================================================
RCS file: /cvs/ports/audio/mpd/distinfo,v
retrieving revision 1.58
diff -u -p -u -p -r1.58 distinfo
--- audio/mpd/distinfo 20 Feb 2021 14:43:01 -0000 1.58
+++ audio/mpd/distinfo 11 Sep 2021 09:27:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.22.6.tar.xz) = K+FJpIlcPLYTR3+M8Rk1k+PYodOKdf+n0y2oyDFqTV4=
-SIZE (mpd-0.22.6.tar.xz) = 730524
+SHA256 (mpd-0.22.11.tar.xz) = FD9/NKruboeIjz3TXUmq3mZWBSZRuWDKQrRsu1GMoKA=
+SIZE (mpd-0.22.11.tar.xz) = 737184