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:           Sun Jan 22 13:12:42 UTC 2023

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

Log Message:
musicpd: update to 0.23.12.

ver 0.23.12 (2023/01/17)
* input
  - curl: require CURL 7.55.0 or later
* decoder
  - mad: fix integer underflow with very small files
* tags
  - fix crash bug due to race condition
* output
  - pipewire: adjust to PipeWire 0.3.64 API change
* fix build failures with GCC 13


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.144 -r1.145 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.44 -r1.45 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.283 pkgsrc/audio/musicpd/Makefile:1.284
--- pkgsrc/audio/musicpd/Makefile:1.283 Wed Dec 21 17:08:39 2022
+++ pkgsrc/audio/musicpd/Makefile       Sun Jan 22 13:12:42 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.283 2022/12/21 17:08:39 triaxx Exp $
+# $NetBSD: Makefile,v 1.284 2023/01/22 13:12:42 wiz Exp $
 
-DISTNAME=      mpd-0.23.11
-PKGREVISION=   1
+DISTNAME=      mpd-0.23.12
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.144 pkgsrc/audio/musicpd/distinfo:1.145
--- pkgsrc/audio/musicpd/distinfo:1.144 Wed Dec 21 17:08:39 2022
+++ pkgsrc/audio/musicpd/distinfo       Sun Jan 22 13:12:42 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.144 2022/12/21 17:08:39 triaxx Exp $
+$NetBSD: distinfo,v 1.145 2023/01/22 13:12:42 wiz Exp $
 
-BLAKE2s (mpd-0.23.11.tar.xz) = e6bbf596f1bd6e4a5e9475d3f48e821b6c5f07801965a5e15e62449dbb1e45d7
-SHA512 (mpd-0.23.11.tar.xz) = 971ae6b8ee5bf963a0f2408194fa01089713b606b3a2423081621b80a25e1b480f0e80a6d155ac8c2083960d99681c90f4bf00bf0baffa1f977259f1687c4ceb
-Size (mpd-0.23.11.tar.xz) = 774592 bytes
+BLAKE2s (mpd-0.23.12.tar.xz) = a47a41a84d8b8923ca0952d8d5b3cce225dd6b42d3d48262a4bbbcbaa9af7656
+SHA512 (mpd-0.23.12.tar.xz) = 54495b839d86b47ae6e2f6cf4e1baebd0e8eb924742e9db42cc7462ffc4b6f650b83f3eaea291fe905ff5f1975cf875537ffd23a111724013ce58e6df26ce36e
+Size (mpd-0.23.12.tar.xz) = 774708 bytes
 SHA1 (patch-doc_mpd.conf.5.rst) = ee22092564075cdf7917e4e66687f6ab98b5817c
 SHA1 (patch-src_decoder_plugins_meson.build) = 8033d6e19da05f472f14f3562a5dfc2f410da98b
 SHA1 (patch-src_net_IPv6Address.hxx) = f89b838ad5e946c5db8d95a6dd560e02bdccae29

Index: pkgsrc/audio/musicpd/options.mk
diff -u pkgsrc/audio/musicpd/options.mk:1.44 pkgsrc/audio/musicpd/options.mk:1.45
--- pkgsrc/audio/musicpd/options.mk:1.44        Wed Jul 27 09:42:45 2022
+++ pkgsrc/audio/musicpd/options.mk     Sun Jan 22 13:12:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.44 2022/07/27 09:42:45 wiz Exp $
+# $NetBSD: options.mk,v 1.45 2023/01/22 13:12:42 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.musicpd
 
@@ -65,6 +65,7 @@ MESON_ARGS+=  -Dchromaprint=disabled
 .endif
 
 .if !empty(PKG_OPTIONS:Mcurl)
+BUILDLINK_API_DEPENDS.curl+=   curl>=7.55
 .  include "../../www/curl/buildlink3.mk"
 .else
 MESON_ARGS+=   -Dcurl=disabled



Home | Main Index | Thread Index | Old Index