head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2021.05.23.11.17.48; author wiz; state dead; branches; next 1.1; commitid iTK2rM4rFFWIpgUC; 1.1 date 2021.05.07.07.18.08; author wiz; state Exp; branches; next ; commitid msI9hzJxlFjcBbSC; desc @@ 1.2 log @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 @ text @$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') @ 1.1 log @musicpd: fix build Newer meson recognizes that a target uses rsync and fails to configure. This target is for upstream website maintenance, so comment it out to avoid this dependency (and configure failure) in pkgsrc. @ text @d1 1 a1 1 $NetBSD$ @