Hello,

Here's an update for audio/mpd to 0.23.7 that builds/runs fine on amd64.

Changelog:

ver 0.23.7 (2022/05/09)
* database
  - upnp: support pupnp 1.14
* decoder
  - ffmpeg: fix HLS seeking
  - opus: fix missing song length on high-latency files
* output
  - shout: require at least libshout 2.4.0
* mixer
  - pipewire: fix volume restore
  - software: update volume of disabled outputs
* support libiconv

ver 0.23.6 (2022/03/14)
* protocol
  - support filename "cover.webp" for "albumart" command
  - support "readcomments" and "readpicture" on CUE tracks
* decoder
  - ffmpeg: fix end-of-file check (update stuck at empty files)
  - opus: fix "readpicture" on Opus files
* output
  - pipewire: fix crash bug if setting volume before playback starts
  - wasapi: fix resume after pause

re libiconv, I wasn't sure whether or not to bump WANTLIB to include
iconv. iconv seems to get picked up in the build (and it's enabled
in the Makefile), but `make port-lib-depends-check` returns that
it's an extra lib. If someone has guidance there, I'd be curious
if anything else needs to be updated or if the bump is unneeded.

Thanks,
Lucas
diff 653c551c03c0eb83ff2b11d0bcbccc852ee32590 /usr/ports
blob - d88d543d61303e6dd7d5ad8c1989d55281db5874
file + audio/mpd/Makefile
--- audio/mpd/Makefile
+++ audio/mpd/Makefile
@@ -1,6 +1,6 @@
 BROKEN-hppa =          no atomic ops
 COMMENT =              Music Player Daemon
-VER =                  0.23.5
+VER =                  0.23.7
 DISTNAME =             mpd-${VER}
 EXTRACT_SUFX =         .tar.xz
 CATEGORIES =           audio
blob - 2f8c74f6e604252c63c4adca598b651568beeac1
file + audio/mpd/distinfo
--- audio/mpd/distinfo
+++ audio/mpd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.23.5.tar.xz) = 8iwsJQk6BfRWb5zXIHz7zYQFr2ftKamJvPiQX4C3opk=
-SIZE (mpd-0.23.5.tar.xz) = 770700
+SHA256 (mpd-0.23.7.tar.xz) = lg3LrHF8OI9dzE/ZReOvGaR28rFfNn6WU9THqUh2ghE=
+SIZE (mpd-0.23.7.tar.xz) = 771992

Reply via email to