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 May 28 17:11:56 UTC 2023

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo
Removed Files:
        pkgsrc/audio/musicpd/patches: patch-src_SongPrint.cxx
            patch-src_TagPrint.cxx patch-src_TimePrint.cxx
            patch-src_command_FileCommands.cxx
            patch-src_command_PlayerCommands.cxx
            patch-src_command_TagCommands.cxx

Log Message:
musicpd: update to 0.23.13.

ver 0.23.13 (2023/05/22)
* input
  - curl: fix busy loop after connection failed
  - curl: hide "404" log messages for non-existent ".mpdignore" files
* archive
  - zzip: fix crash bug
* database
  - simple: reveal hidden songs after deleting containing CUE
* decoder
  - ffmpeg: reorder to a lower priority than "gme"
  - gme: require GME 0.6 or later
* output
  - pipewire: fix corruption bug due to missing lock
* Linux
  - shut down if parent process dies in --no-daemon mode
  - determine systemd unit directories via pkg-config
* support libfmt 10


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.146 -r1.147 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/musicpd/patches/patch-src_SongPrint.cxx \
    pkgsrc/audio/musicpd/patches/patch-src_TagPrint.cxx \
    pkgsrc/audio/musicpd/patches/patch-src_TimePrint.cxx \
    pkgsrc/audio/musicpd/patches/patch-src_command_FileCommands.cxx \
    pkgsrc/audio/musicpd/patches/patch-src_command_PlayerCommands.cxx \
    pkgsrc/audio/musicpd/patches/patch-src_command_TagCommands.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.292 pkgsrc/audio/musicpd/Makefile:1.293
--- pkgsrc/audio/musicpd/Makefile:1.292 Tue May 16 21:20:49 2023
+++ pkgsrc/audio/musicpd/Makefile       Sun May 28 17:11:55 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.292 2023/05/16 21:20:49 wiz Exp $
+# $NetBSD: Makefile,v 1.293 2023/05/28 17:11:55 wiz Exp $
 
-DISTNAME=      mpd-0.23.12
+DISTNAME=      mpd-0.23.13
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   8
 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.146 pkgsrc/audio/musicpd/distinfo:1.147
--- pkgsrc/audio/musicpd/distinfo:1.146 Wed May 17 10:45:41 2023
+++ pkgsrc/audio/musicpd/distinfo       Sun May 28 17:11:55 2023
@@ -1,15 +1,9 @@
-$NetBSD: distinfo,v 1.146 2023/05/17 10:45:41 wiz Exp $
+$NetBSD: distinfo,v 1.147 2023/05/28 17:11:55 wiz Exp $
 
-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
+BLAKE2s (mpd-0.23.13.tar.xz) = c1e048652f0756a152c3729168aaf5e9de220bb4eb862380070585a93c04886f
+SHA512 (mpd-0.23.13.tar.xz) = 1ef2b3a2089aa6078a455e43a2fb9097dc0d5b27b170e6d64e416d5e82349a794eb0acf8db72a975ad024083e872e4a1bd0e0fd51302d327d373b61f01bb819d
+Size (mpd-0.23.13.tar.xz) = 776668 bytes
 SHA1 (patch-doc_mpd.conf.5.rst) = ee22092564075cdf7917e4e66687f6ab98b5817c
-SHA1 (patch-src_SongPrint.cxx) = 83694e6e9f62ed775b6b369e6340f1f094f6797d
-SHA1 (patch-src_TagPrint.cxx) = 2491669683562e66c6d74b9de24e06633a27dfe5
-SHA1 (patch-src_TimePrint.cxx) = c50ae3b8cc5f61c5dbbd39b3b4beced91a37ecff
-SHA1 (patch-src_command_FileCommands.cxx) = 744cd47833dfea74b8fe92b62917375fff9c62ae
-SHA1 (patch-src_command_PlayerCommands.cxx) = 6c0346252279f833113ba5bcabbd40aea26f41a2
-SHA1 (patch-src_command_TagCommands.cxx) = ef7f0d87867d0ac9a033713d0345d1fab362c804
 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