pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: update to 0.23.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/401ec84d8c3d
branches:  trunk
changeset: 379512:401ec84d8c3d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 18 08:43:06 2022 +0000

description:
musicpd: update to 0.23.7.

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

diffstat:

 audio/musicpd/Makefile   |  5 ++---
 audio/musicpd/distinfo   |  8 ++++----
 audio/musicpd/options.mk |  3 ++-
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 622b63841408 -r 401ec84d8c3d audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Wed May 18 08:37:54 2022 +0000
+++ b/audio/musicpd/Makefile    Wed May 18 08:43:06 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.262 2022/04/28 05:48:01 wiz Exp $
+# $NetBSD: Makefile,v 1.263 2022/05/18 08:43:06 wiz Exp $
 
-DISTNAME=      mpd-0.23.6
+DISTNAME=      mpd-0.23.7
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   3
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 622b63841408 -r 401ec84d8c3d audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Wed May 18 08:37:54 2022 +0000
+++ b/audio/musicpd/distinfo    Wed May 18 08:43:06 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.135 2022/04/18 18:13:55 nia Exp $
+$NetBSD: distinfo,v 1.136 2022/05/18 08:43:06 wiz Exp $
 
-BLAKE2s (mpd-0.23.6.tar.xz) = 804b2600782b47177bb9ef35c5f927bd4b33f76345faf244b0335628e49e2953
-SHA512 (mpd-0.23.6.tar.xz) = 1595fcc53a67f1a68b0c0516697d242da53b91626e37bc2f49095add78eb497a52c67c961a421f20b40f3c57a571557a76559a212838de2a3ec4aec6c7a3288d
-Size (mpd-0.23.6.tar.xz) = 770812 bytes
+BLAKE2s (mpd-0.23.7.tar.xz) = ff61c933a47e491a6169f9ea3da268687783790ee59171bbd99c6e9c56dd2a29
+SHA512 (mpd-0.23.7.tar.xz) = 2a6b3eb2c8b61a22861ae75fe2f62c8ec6cd391f029438577127e309b910e99d7b735e40afae96d52ed4f161195a0ce7cb89cc51ad45df5a18e04736c16ce3a6
+Size (mpd-0.23.7.tar.xz) = 771992 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e
 SHA1 (patch-src_util_WStringAPI.hxx) = 92f39096770943c26d8aaae8a7581d4daca2d233
diff -r 622b63841408 -r 401ec84d8c3d audio/musicpd/options.mk
--- a/audio/musicpd/options.mk  Wed May 18 08:37:54 2022 +0000
+++ b/audio/musicpd/options.mk  Wed May 18 08:43:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.39 2021/11/01 21:51:20 wiz Exp $
+# $NetBSD: options.mk,v 1.40 2022/05/18 08:43:06 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.musicpd
 
@@ -206,6 +206,7 @@
 #.endif
 
 .if !empty(PKG_OPTIONS:Mshout)
+BUILDLINK_API_DEPENDS.libshout+=       libshout>=2.4.0
 .  include "../../audio/libshout/buildlink3.mk"
 .  include "../../audio/lame/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index