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 Aug 30 15:43:26 UTC 2021

Modified Files:
        pkgsrc/audio/musicpd: Makefile distinfo

Log Message:
musicpd: update to 0.22.11.

ver 0.22.11 (2021/08/24)
* protocol
  - fix "albumart" crash
* filter
  - ffmpeg: pass "channel_layout" instead of "channels" to buffersrc
  - ffmpeg: fix "av_buffersink_get_frame() failed: Resource temporarily unavailable"
  - ffmpeg: support double-precision samples (by converting to single precision)
* Android
  - build with NDK r23
  - playlist_directory defaults to "/sdcard/Android/data/org.musicpd/files/playlists"


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.126 -r1.127 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.246 pkgsrc/audio/musicpd/Makefile:1.247
--- pkgsrc/audio/musicpd/Makefile:1.246 Tue Aug 10 19:37:15 2021
+++ pkgsrc/audio/musicpd/Makefile       Mon Aug 30 15:43:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.246 2021/08/10 19:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.247 2021/08/30 15:43:26 wiz Exp $
 
-DISTNAME=      mpd-0.22.10
+DISTNAME=      mpd-0.22.11
 PKGNAME=       ${DISTNAME:S/mpd/musicpd/}
 CATEGORIES=    audio
 MASTER_SITES=  https://www.musicpd.org/download/mpd/0.22/

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.126 pkgsrc/audio/musicpd/distinfo:1.127
--- pkgsrc/audio/musicpd/distinfo:1.126 Tue Aug 10 19:37:15 2021
+++ pkgsrc/audio/musicpd/distinfo       Mon Aug 30 15:43:26 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.126 2021/08/10 19:37:15 wiz Exp $
+$NetBSD: distinfo,v 1.127 2021/08/30 15:43:26 wiz Exp $
 
-SHA1 (mpd-0.22.10.tar.xz) = 2f1180a8e344683bb773ba8cd83758f8a85c04fa
-RMD160 (mpd-0.22.10.tar.xz) = 04ff38ba1ca53a9bd658064274c81cf2836dc4ac
-SHA512 (mpd-0.22.10.tar.xz) = e29deec7473a25236d17609ae898d7154e716f29a137c658492952cae162d59fbe9992be2b50971b8dbe03e9b11a894b6c5e9b4767c265d178f6da3ff49e3820
-Size (mpd-0.22.10.tar.xz) = 736456 bytes
+SHA1 (mpd-0.22.11.tar.xz) = 51b069bcddd3a476fad0020cd4a253f0050bebb4
+RMD160 (mpd-0.22.11.tar.xz) = a4cc49f4b7bfb00bfcc7752f1b95c7e33ae64f95
+SHA512 (mpd-0.22.11.tar.xz) = c53d386d42c2360502aad5e7574ae5ff76a20df037696989f9e1700f9cffb88afdd329cce758067356c59308d0cbcf3ba3ccf6f013e2fcec54ddf08bd0212b43
+Size (mpd-0.22.11.tar.xz) = 737184 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = 3e0ad6e63a970a17d0d8b2403acc538d8b08342e



Home | Main Index | Thread Index | Old Index