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:           Mon Aug 22 10:59:45 UTC 2022

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo
Removed Files:
        pkgsrc/audio/musicpd/patches: patch-src_decoder_plugins_FfmpegIo.cxx

Log Message:
musicpd: update to 0.23.9.

ver 0.23.9 (2022/08/18)
* input
  - cdio_paranoia: add options "mode" and "skip"
* decoder
  - ffmpeg: support FFmpeg 5.1
* filter
  - replay gain: fix delayed volume display with handler=mixer
* output
  - pipewire: set app icon
* fix bogus volume levels with multiple partitions
* improve iconv detection
* macOS: fix macOS 10 build problem (0.23.8 regression)
* Android
  - load mpd.conf from app data directory


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.140 -r1.141 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/audio/musicpd/patches/patch-src_decoder_plugins_FfmpegIo.cxx

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.275 pkgsrc/audio/musicpd/Makefile:1.276
--- pkgsrc/audio/musicpd/Makefile:1.275 Thu Aug 11 05:08:03 2022
+++ pkgsrc/audio/musicpd/Makefile       Mon Aug 22 10:59:45 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.275 2022/08/11 05:08:03 gutteridge Exp $
+# $NetBSD: Makefile,v 1.276 2022/08/22 10:59:45 wiz Exp $
 
-DISTNAME=      mpd-0.23.8
+DISTNAME=      mpd-0.23.9
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   5
 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.140 pkgsrc/audio/musicpd/distinfo:1.141
--- pkgsrc/audio/musicpd/distinfo:1.140 Wed Jul 27 09:42:45 2022
+++ pkgsrc/audio/musicpd/distinfo       Mon Aug 22 10:59:45 2022
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.140 2022/07/27 09:42:45 wiz Exp $
+$NetBSD: distinfo,v 1.141 2022/08/22 10:59:45 wiz Exp $
 
-BLAKE2s (mpd-0.23.8.tar.xz) = f7573d127356d7e8a2042086abdd4b65eedd9eea85b80505a26277a7a892a898
-SHA512 (mpd-0.23.8.tar.xz) = 62f7571de29a329b8ef1fc6f7c338125e70895e06fca134eb9ade19635498ec13da00511870bfadabc5a9ccb090c44543d3101361ffe109e4fadce66435b37ab
-Size (mpd-0.23.8.tar.xz) = 773280 bytes
+BLAKE2s (mpd-0.23.9.tar.xz) = 3e1cfa083da618d6bc5a8a67ab282e997dd8e81d9feb288e447c8e3085e9bda1
+SHA512 (mpd-0.23.9.tar.xz) = 67db093e35693f79267f955463ecaa284773b5e47a38f1548a0d16c9ba82aecc3434fd805e224b78782c5978c07e16d26f7632823e536f5304f557985f028d6e
+Size (mpd-0.23.9.tar.xz) = 774156 bytes
 SHA1 (patch-doc_mpd.conf.5.rst) = ee22092564075cdf7917e4e66687f6ab98b5817c
-SHA1 (patch-src_decoder_plugins_FfmpegIo.cxx) = 01a0dede40448c1b145f2465531fd063550bd360
 SHA1 (patch-src_decoder_plugins_meson.build) = 8033d6e19da05f472f14f3562a5dfc2f410da98b
 SHA1 (patch-src_net_IPv6Address.hxx) = f89b838ad5e946c5db8d95a6dd560e02bdccae29
 SHA1 (patch-src_util_WStringAPI.hxx) = 92f39096770943c26d8aaae8a7581d4daca2d233



Home | Main Index | Thread Index | Old Index