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:           Sun May 23 11:17:48 UTC 2021

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo
Removed Files:
        pkgsrc/audio/musicpd/patches: patch-doc_meson.build

Log Message:
musicpd: update to 0.22.8.

ver 0.22.8 (2021/05/22)
* fix crash bug in "albumart" command (0.22.7 regression)

ver 0.22.7 (2021/05/19)
* protocol
  - don't use glibc extension to parse time stamps
  - optimize the "albumart" command
* input
  - curl: send user/password in the first request, save one roundtrip
* decoder
  - ffmpeg: fix build problem with FFmpeg 3.4
  - gme: support RSN files
* storage
  - curl: don't use glibc extension
* database
  - simple: fix database corruption bug
* output
  - fix crash when pausing with multiple partitions
  - jack: enable on Windows
  - httpd: send header "Access-Control-Allow-Origin: *"
  - wasapi: add algorithm for finding usable audio format
  - wasapi: use default device only if none was configured
  - wasapi: add DoP support


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.123 -r1.124 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/musicpd/patches/patch-doc_meson.build

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.242 pkgsrc/audio/musicpd/Makefile:1.243
--- pkgsrc/audio/musicpd/Makefile:1.242 Wed Apr 21 13:24:22 2021
+++ pkgsrc/audio/musicpd/Makefile       Sun May 23 11:17:48 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.242 2021/04/21 13:24:22 adam Exp $
+# $NetBSD: Makefile,v 1.243 2021/05/23 11:17:48 wiz Exp $
 
-DISTNAME=      mpd-0.22.6
+DISTNAME=      mpd-0.22.8
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=   5
 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.123 pkgsrc/audio/musicpd/distinfo:1.124
--- pkgsrc/audio/musicpd/distinfo:1.123 Fri May  7 07:18:08 2021
+++ pkgsrc/audio/musicpd/distinfo       Sun May 23 11:17:48 2021
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.123 2021/05/07 07:18:08 wiz Exp $
+$NetBSD: distinfo,v 1.124 2021/05/23 11:17:48 wiz Exp $
 
-SHA1 (mpd-0.22.6.tar.xz) = b900af448040d76827ed84dd4ae78e24443513a5
-RMD160 (mpd-0.22.6.tar.xz) = 90fbf971481bcddfcdaad9c6b41718169145b62c
-SHA512 (mpd-0.22.6.tar.xz) = 5e417204e24d11fa609740ae92bc1d796aad2d63537655f655074d829cd79cadaf1ca025171dcf5486c1e557cc946152c21e299286b1cb74cc342da2b1f41343
-Size (mpd-0.22.6.tar.xz) = 730524 bytes
-SHA1 (patch-doc_meson.build) = c9fc4692db47ee77d45c9e874c629c341849a8de
+SHA1 (mpd-0.22.8.tar.xz) = ddab81230fcb1372b6a0993503a87d68365a3014
+RMD160 (mpd-0.22.8.tar.xz) = b3e5aa60daa8048ee92560436d780109798fbb33
+SHA512 (mpd-0.22.8.tar.xz) = 54b381e6d4e6113cd170ca7afbb671bef4ababb4de80a80504fe951f53aaf66269c123b7923112ab40291e069fa27457936227204cc84b42cf44aac1721c0d0d
+Size (mpd-0.22.8.tar.xz) = 737368 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e



Home | Main Index | Thread Index | Old Index