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:           Tue Nov 16 14:36:21 UTC 2021

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: update to 0.23.4.

ver 0.23.4 (2021/11/11)
* protocol
  - add optional position parameter to "searchaddpl"
* decoder
  - ffmpeg: support libavcodec 59
* output
  - alsa: add option "thesycon_dsd_workaround" to work around device bug
* fix crash on debug builds if startup fails
* systemd
  - remove "RuntimeDirectory" directive because it caused problems
  - ignore the "pid_file" setting if started as systemd service
* Windows
  - enable the "openmpt" decoder plugin


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.131 -r1.132 pkgsrc/audio/musicpd/distinfo

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.252 pkgsrc/audio/musicpd/Makefile:1.253
--- pkgsrc/audio/musicpd/Makefile:1.252 Sun Nov  7 12:15:29 2021
+++ pkgsrc/audio/musicpd/Makefile       Tue Nov 16 14:36:21 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.252 2021/11/07 12:15:29 wiz Exp $
+# $NetBSD: Makefile,v 1.253 2021/11/16 14:36:21 wiz Exp $
 
-DISTNAME=      mpd-0.23.3
+DISTNAME=      mpd-0.23.4
 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.131 pkgsrc/audio/musicpd/distinfo:1.132
--- pkgsrc/audio/musicpd/distinfo:1.131 Sun Nov  7 12:15:29 2021
+++ pkgsrc/audio/musicpd/distinfo       Tue Nov 16 14:36:21 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.131 2021/11/07 12:15:29 wiz Exp $
+$NetBSD: distinfo,v 1.132 2021/11/16 14:36:21 wiz Exp $
 
-BLAKE2s (mpd-0.23.3.tar.xz) = f6ae6a56b924c0900ef42feee22867d8986b60cd26054e217725d363768f7827
-SHA512 (mpd-0.23.3.tar.xz) = 8f8b519bd2980ac617b4b9846f2d1b834b2b72e7f4a4e451799753f56a43626618f222ede685e7db04d99e8567b0728f763a03d27a17e25cb392e94588f8b3de
-Size (mpd-0.23.3.tar.xz) = 767596 bytes
+BLAKE2s (mpd-0.23.4.tar.xz) = e4b5cbe4dca952c43b50745c52889d49497c1b1bddefaa444f505394c6fe1b72
+SHA512 (mpd-0.23.4.tar.xz) = fb476b108a7be842663683fe6ca6737cffad73c0f09874f9d052121d188d16f69b144e993d1691f2edfac713db24aa3c28302b399f4720b29c09c909860c0938
+Size (mpd-0.23.4.tar.xz) = 768768 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e



Home | Main Index | Thread Index | Old Index