summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-05-23 11:17:48 +0000
committerwiz <wiz@pkgsrc.org>2021-05-23 11:17:48 +0000
commitb113f9d898b1cb2d240d19c77df41c2f5a3c69ee (patch)
tree1736768b899feefd0573eaa90256cfa1c247e572 /audio
parentb9220a80007232a0d5c6fffa5568194233456e95 (diff)
downloadpkgsrc-b113f9d898b1cb2d240d19c77df41c2f5a3c69ee.tar.gz
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
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile5
-rw-r--r--audio/musicpd/distinfo11
-rw-r--r--audio/musicpd/patches/patch-doc_meson.build27
3 files changed, 7 insertions, 36 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 3127a7d90fd..e48d9b4b0ae 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index e4de1a9892e..4b180030a20 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -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
diff --git a/audio/musicpd/patches/patch-doc_meson.build b/audio/musicpd/patches/patch-doc_meson.build
deleted file mode 100644
index e947f9e0aec..00000000000
--- a/audio/musicpd/patches/patch-doc_meson.build
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-doc_meson.build,v 1.1 2021/05/07 07:18:08 wiz Exp $
-
-meson recognizes that it needs rsync. This target is unused,
-remove it from pkgsrc build to avoid rsync dependency.
-
---- doc/meson.build.orig 2021-02-16 12:56:14.000000000 +0000
-+++ doc/meson.build
-@@ -23,19 +23,6 @@ if get_option('html_manual')
- install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
- )
-
-- custom_target(
-- 'upload',
-- input: sphinx_output,
-- output: 'upload',
-- build_always_stale: true,
-- command: [
-- 'rsync', '-vpruz', '--delete', meson.current_build_dir() + '/',
-- 'www.musicpd.org:/var/www/mpd/doc/',
-- '--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r',
-- '--include=html', '--include=html/**',
-- '--exclude=*',
-- ],
-- )
- endif
-
- if get_option('manpages')