pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 18 08:43:06 UTC 2022

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo options.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.135 -r1.136 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.39 -r1.40 pkgsrc/audio/musicpd/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.262 pkgsrc/audio/musicpd/Makefile:1.263
--- pkgsrc/audio/musicpd/Makefile:1.262 Thu Apr 28 05:48:01 2022
+++ pkgsrc/audio/musicpd/Makefile       Wed May 18 08:43:06 2022
@@ -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

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.135 pkgsrc/audio/musicpd/distinfo:1.136
--- pkgsrc/audio/musicpd/distinfo:1.135 Mon Apr 18 18:13:55 2022
+++ pkgsrc/audio/musicpd/distinfo       Wed May 18 08:43:06 2022
@@ -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

Index: pkgsrc/audio/musicpd/options.mk
diff -u pkgsrc/audio/musicpd/options.mk:1.39 pkgsrc/audio/musicpd/options.mk:1.40
--- pkgsrc/audio/musicpd/options.mk:1.39        Mon Nov  1 21:51:20 2021
+++ pkgsrc/audio/musicpd/options.mk     Wed May 18 08:43:06 2022
@@ -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 @@ MESON_ARGS+=        -Dshine=disabled
 #.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