shairport-sync: update to 4.3.5

This commit is contained in:
Sergey Fedorov
2024-12-21 16:25:21 +08:00
committed by Renee Otten
parent ec0a287bff
commit a06e97b3e3
+9 -11
View File
@@ -7,7 +7,7 @@ PortGroup legacysupport 1.1
# _dprintf
legacysupport.newest_darwin_requires_legacy 10
github.setup mikebrady shairport-sync 4.3.4
github.setup mikebrady shairport-sync 4.3.5
revision 0
categories multimedia
@@ -17,9 +17,10 @@ maintainers gmail.com:ale275 \
description Shairport Sync is an AirPlay audio player
long_description AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation.
checksums rmd160 4af53a38966869abb461e919030301d09b82edb8 \
sha256 9da48b123639973e4a219c6d79a2f752fa4c7e6687e4b3419b378c4c75bd1dee \
size 562663
checksums rmd160 5d2aed5c9b6b0db02d7ed7d2c24ee64625181abf \
sha256 66e985e8e51e8e2c5883c95f68063e2b27d81eb372c8f048acf46dd80a94c118 \
size 565099
github.tarball_from archive
depends_build path:bin/pkg-config:pkgconfig \
port:autoconf \
@@ -43,6 +44,10 @@ autoreconf.args -fvi
configure.pkg_config_path ${prefix}/libexec/ffmpeg${ffmpeg_ver}/lib/pkgconfig
# airplay-2 is not supported on macOS
# https://github.com/mikebrady/shairport-sync/issues/1860
# https://github.com/mikebrady/shairport-sync/issues/1947
configure.args --with-os=darwin \
--with-ssl=openssl \
--with-dns_sd \
@@ -50,16 +55,9 @@ configure.args --with-os=darwin \
--with-stdout \
--with-pipe \
--with-soxr \
--with-airplay-2 \
--with-piddir=${prefix}/var \
--sysconfdir=${prefix}/etc/shairport-sync
# https://github.com/mikebrady/shairport-sync/issues/1860
if {${configure.build_arch} in [list ppc ppc64]} {
configure.args-delete \
--with-airplay-2
}
variant metadata description {Enable metadata output} {
configure.args-append --with-metadata
}