0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-31 16:32:30 +00:00

27 lines
1.2 KiB
Makefile

# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="shairport-sync"
PKG_VERSION="4.3.5"
PKG_SHA256="66e985e8e51e8e2c5883c95f68063e2b27d81eb372c8f048acf46dd80a94c118"
PKG_LICENSE="OSS"
PKG_SITE="https://github.com/mikebrady/shairport-sync"
PKG_URL="https://github.com/mikebrady/shairport-sync/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain alsa-lib avahi ffmpeg libconfig libdaemon libgcrypt libplist libsndfile libsodium nqptp openssl popt pulseaudio soxr util-linux xxd:host"
PKG_LONGDESC="AirPlay audio player."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-sysroot -cfg-libs"
PKG_CONFIGURE_OPTS_TARGET="--with-alsa \
--with-avahi \
--with-convolution \
--with-metadata \
--with-pa \
--with-pipe \
--with-pkg-config \
--with-soxr \
--with-ssl=openssl \
--with-stdout \
--without-configfiles \
--with-airplay-2"