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 Aug 10 19:37:15 UTC 2021

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: update to 0.22.10.

ver 0.22.10 (2021/08/06)
* protocol
  - support "albumart" for virtual tracks in CUE sheets
* database
  - simple: fix crash bug
  - simple: fix absolute paths in CUE "as_directory" entries
  - simple: prune CUE entries from database for non-existent songs
* input
  - curl: fix crash bug after stream with Icy metadata was closed by peer
  - tidal: remove defunct unmaintained plugin
* tags
  - fix crash caused by bug in TagBuilder and a few potential reference leaks
* output
  - httpd: fix missing tag after seeking into a new song
  - oss: fix channel order of multi-channel files
* mixer
  - alsa: fix yet more rounding errors


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.125 -r1.126 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.245 pkgsrc/audio/musicpd/Makefile:1.246
--- pkgsrc/audio/musicpd/Makefile:1.245 Fri Jul 30 12:26:40 2021
+++ pkgsrc/audio/musicpd/Makefile       Tue Aug 10 19:37:15 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.245 2021/07/30 12:26:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.246 2021/08/10 19:37:15 wiz Exp $
 
-DISTNAME=      mpd-0.22.9
+DISTNAME=      mpd-0.22.10
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/0.22/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.125 pkgsrc/audio/musicpd/distinfo:1.126
--- pkgsrc/audio/musicpd/distinfo:1.125 Sun Jun 27 21:31:32 2021
+++ pkgsrc/audio/musicpd/distinfo       Tue Aug 10 19:37:15 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.125 2021/06/27 21:31:32 wiz Exp $
+$NetBSD: distinfo,v 1.126 2021/08/10 19:37:15 wiz Exp $
 
-SHA1 (mpd-0.22.9.tar.xz) = 3ba68d81d60f0774abf0442fa5acbf2cbada459d
-RMD160 (mpd-0.22.9.tar.xz) = 603af5318b4814003f97f4e5b8bce05bb007d6d3
-SHA512 (mpd-0.22.9.tar.xz) = 744e20e9a2b5df0f0c01b33809aa87cb159385b69868df5418302b091e6c5265dd70de13f383efcd71f76ae059c73969667212e55ee96e13d89ca0da5c2d4ae2
-Size (mpd-0.22.9.tar.xz) = 738432 bytes
+SHA1 (mpd-0.22.10.tar.xz) = 2f1180a8e344683bb773ba8cd83758f8a85c04fa
+RMD160 (mpd-0.22.10.tar.xz) = 04ff38ba1ca53a9bd658064274c81cf2836dc4ac
+SHA512 (mpd-0.22.10.tar.xz) = e29deec7473a25236d17609ae898d7154e716f29a137c658492952cae162d59fbe9992be2b50971b8dbe03e9b11a894b6c5e9b4767c265d178f6da3ff49e3820
+Size (mpd-0.22.10.tar.xz) = 736456 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e



Home | Main Index | Thread Index | Old Index