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:   nia
Date:           Sat Sep 14 12:34:50 UTC 2019

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: Update to 0.21.14

ver 0.21.14 (2019/08/21)
* decoder
  - sidplay: show track durations in database
  - sidplay: convert tag values from Windows-1252 charset
  - sidplay: strip text from "Date" tag
* player
  - fix crash after song change
  - fix seek position after restarting the decoder
* protocol
  - include command name in error responses


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.102 -r1.103 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.192 pkgsrc/audio/musicpd/Makefile:1.193
--- pkgsrc/audio/musicpd/Makefile:1.192 Thu Aug 22 12:22:51 2019
+++ pkgsrc/audio/musicpd/Makefile       Sat Sep 14 12:34:50 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.192 2019/08/22 12:22:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.193 2019/09/14 12:34:50 nia Exp $
 
-DISTNAME=              mpd-0.21.13
+DISTNAME=              mpd-0.21.14
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          https://www.musicpd.org/download/mpd/0.21/
 EXTRACT_SUFX=          .tar.xz
@@ -17,7 +16,7 @@ TOOL_DEPENDS+=                ${PYPKGPREFIX}-sphinx-[0
 CONFLICTS=             mpd-[0-9]*
 
 USE_TOOLS+=            pkg-config
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c99 c++14
 MESON_ARGS+=           -Ddocumentation=true
 
 # worrying libraries with limited maintainance:

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.102 pkgsrc/audio/musicpd/distinfo:1.103
--- pkgsrc/audio/musicpd/distinfo:1.102 Thu Aug  8 20:51:08 2019
+++ pkgsrc/audio/musicpd/distinfo       Sat Sep 14 12:34:50 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.102 2019/08/08 20:51:08 nia Exp $
+$NetBSD: distinfo,v 1.103 2019/09/14 12:34:50 nia Exp $
 
-SHA1 (mpd-0.21.13.tar.xz) = 501d8497a1cc37768db82ded3dcabe6450e93490
-RMD160 (mpd-0.21.13.tar.xz) = 19896b911ae99537fee28508c8a29b98e7a31b19
-SHA512 (mpd-0.21.13.tar.xz) = 626e658b4d53408be5419ce3a93a19005da5c5386119b241c1572eaaba96a628f941d5f46977de08e1de736eeab6cd6ba274d5df8f1df3e3f4b0df064a6ec43d
-Size (mpd-0.21.13.tar.xz) = 672184 bytes
+SHA1 (mpd-0.21.14.tar.xz) = caa1751703db5f8df5598dea601a3e490bd16b3b
+RMD160 (mpd-0.21.14.tar.xz) = 9abb1036b225e8090bfc6fd0a92a507b03a5e238
+SHA512 (mpd-0.21.14.tar.xz) = d5ce06741444d545c7334f4c4ab32dbfacaa264df5a1ac61b73d951e0a6f952c8ea1e4df1b5bfc827e7faa35a6b8026e78cbf3a057ee35adf448fa7204389cd9
+Size (mpd-0.21.14.tar.xz) = 673036 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6



Home | Main Index | Thread Index | Old Index