testing/shairport-sync: build with metadata stream support

This commit is contained in:
ptrcnull 2023-10-19 01:10:03 +02:00
parent 754cf076dd
commit 56f46ff51d
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=shairport-sync
pkgver=4.3.2
pkgrel=0
pkgrel=1
pkgdesc="AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation"
url="https://github.com/mikebrady/shairport-sync"
arch="all"
@ -50,7 +50,8 @@ build() {
--with-ssl=openssl \
--with-soxr \
--with-stdout \
--with-pipe
--with-pipe \
--with-metadata
make
}