Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd musicpd: Update to 0.21.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/834d396d9006
branches:  trunk
changeset: 434265:834d396d9006
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jun 13 18:15:08 2020 +0000

description:
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

diffstat:

 audio/musicpd/Makefile |   7 +++----
 audio/musicpd/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 87da2a287fa5 -r 834d396d9006 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Sat Jun 13 17:55:53 2020 +0000
+++ b/audio/musicpd/Makefile    Sat Jun 13 18:15:08 2020 +0000
@@ -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 @@
 CONFLICTS=     mpd-[0-9]*
 
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++
 
 # c++14
 GCC_REQD+=     6
diff -r 87da2a287fa5 -r 834d396d9006 audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Sat Jun 13 17:55:53 2020 +0000
+++ b/audio/musicpd/distinfo    Sat Jun 13 18:15:08 2020 +0000
@@ -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