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 Nov  9 10:53:42 UTC 2020

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: update to 0.22.3.

ver 0.22.3 (2020/11/06)
* playlist
  - add option "as_directory", making CUE file expansion optional
* storage
  - curl: fix crash bug
* filter
  - fix garbage after "Audio format not supported by filter" message
  - ffmpeg: support planar output
  - ffmpeg: support sample formats other than 16 bit

ver 0.22.2 (2020/10/28)
* database
  - simple: purge songs and virtual directories for unavailable plugins
    on update
* input
  - qobuz/tidal: fix protocol errors due to newlines in error messages
  - smbclient: disable by default due to libsmbclient crash bug
* playlist
  - soundcloud: fix protocol errors due to newlines in error messages
* state_file: save on shutdown


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.119 -r1.120 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.228 pkgsrc/audio/musicpd/Makefile:1.229
--- pkgsrc/audio/musicpd/Makefile:1.228 Thu Nov  5 09:07:28 2020
+++ pkgsrc/audio/musicpd/Makefile       Mon Nov  9 10:53:42 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.228 2020/11/05 09:07:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.229 2020/11/09 10:53:42 wiz Exp $
 
-DISTNAME=      mpd-0.22.1
+DISTNAME=      mpd-0.22.3
 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.119 pkgsrc/audio/musicpd/distinfo:1.120
--- pkgsrc/audio/musicpd/distinfo:1.119 Sun Oct 18 14:43:59 2020
+++ pkgsrc/audio/musicpd/distinfo       Mon Nov  9 10:53:42 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.119 2020/10/18 14:43:59 wiz Exp $
+$NetBSD: distinfo,v 1.120 2020/11/09 10:53:42 wiz Exp $
 
-SHA1 (mpd-0.22.1.tar.xz) = 1880a44bd914d1a69ff0bbac2dc4402edbc22611
-RMD160 (mpd-0.22.1.tar.xz) = 455b9a086aa2a4792224106cb7e3de48548ec503
-SHA512 (mpd-0.22.1.tar.xz) = b7c0156bb85bbc551435bbb9a49ed719e51fe0446dcecbaadbe083e705fc16da9d03d83814c7dcc041075a46544473cf63e5d1576dbc3961bfdfa44ef5fb27d7
-Size (mpd-0.22.1.tar.xz) = 725204 bytes
+SHA1 (mpd-0.22.3.tar.xz) = 30bb8adcb6665fa3863f181f14a513209876297a
+RMD160 (mpd-0.22.3.tar.xz) = ff696172405f6baad8dc0592ff6098326a617982
+SHA512 (mpd-0.22.3.tar.xz) = deeafbe1a95f777fa4f9f355293a648a3f7121fae8e299c92dbd43d821319ffa4182c558cb0691f65e90f243428cec2cf14f64e9572bc72fc6a2af0fd9c0cd60
+Size (mpd-0.22.3.tar.xz) = 726356 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e



Home | Main Index | Thread Index | Old Index