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 Jun 13 18:15:08 UTC 2020

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: Update to 0.21.24

ver 0.21.24 (2020/06/10)
* protocol
  - "tagtypes" requires no permissions
* database
  - simple: fix crash when mounting twice
* decoder
  - modplug: fix Windows build failure
  - wildmidi: attempt to detect WildMidi using pkg-config
  - wildmidi: fix Windows build failure
* player
  - don't restart current song if seeking beyond end
* Android
  - enable the decoder plugins GME, ModPlug and WildMidi
  - fix build failure with Android NDK r21
* Windows
  - fix stream playback
  - enable the decoder plugins GME, ModPlug and WildMidi
  - work around Meson bug breaking the Windows build with GCC 10
* fix unit test failure


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.115 -r1.116 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.221 pkgsrc/audio/musicpd/Makefile:1.222
--- pkgsrc/audio/musicpd/Makefile:1.221 Tue Jun  2 08:23:13 2020
+++ pkgsrc/audio/musicpd/Makefile       Sat Jun 13 18:15:08 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.221 2020/06/02 08:23:13 adam Exp $
+# $NetBSD: Makefile,v 1.222 2020/06/13 18:15:08 nia Exp $
 
-DISTNAME=      mpd-0.21.23
+DISTNAME=      mpd-0.21.24
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   3
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/0.21/
 EXTRACT_SUFX=  .tar.xz
@@ -15,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 CONFLICTS=     mpd-[0-9]*
 
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++
 
 # c++14
 GCC_REQD+=     6

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.115 pkgsrc/audio/musicpd/distinfo:1.116
--- pkgsrc/audio/musicpd/distinfo:1.115 Tue Apr 28 17:36:54 2020
+++ pkgsrc/audio/musicpd/distinfo       Sat Jun 13 18:15:08 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.115 2020/04/28 17:36:54 wiz Exp $
+$NetBSD: distinfo,v 1.116 2020/06/13 18:15:08 nia Exp $
 
-SHA1 (mpd-0.21.23.tar.xz) = af40bc1e3af94686c8c4d07d753f2a64a3b64521
-RMD160 (mpd-0.21.23.tar.xz) = da94931efbc6160d4ab8fee981713576a8b28408
-SHA512 (mpd-0.21.23.tar.xz) = 155f606cd6ddce3e74d745a0f1479776d9f73b4cd250604072a863e28ea72d1ff1a7eafeae44cada7b16042251065634376eaa1a211b503e2f874c72dbcdecf0
-Size (mpd-0.21.23.tar.xz) = 680060 bytes
+SHA1 (mpd-0.21.24.tar.xz) = ffbc50a8a08951de132ba990b93d55cade58ef57
+RMD160 (mpd-0.21.24.tar.xz) = 4badc3c4643548704d7c537f5a3ada623fa523b4
+SHA512 (mpd-0.21.24.tar.xz) = dd0f97cdb405a0995ceafb965d2e872c54b27b384a721efa8d13ae7e28544b22da9e94433bc544f475d8da52d06c020842b11104cbfbc41406a10599db2d005c
+Size (mpd-0.21.24.tar.xz) = 681576 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6
 SHA1 (patch-src_output_plugins_SolarisOutputPlugin.cxx) = 16f366dfc41b712753ed8da32389848a2cd84f4d



Home | Main Index | Thread Index | Old Index