mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 13:56:19 +00:00
27 lines
1.1 KiB
Makefile
27 lines
1.1 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="shairport-sync"
|
|
PKG_VERSION="4.2"
|
|
PKG_SHA256="649d95eede8b9284b2e8b9c97d18c1c64cffae0a6c75bc4f03e3ae494a3e25b6"
|
|
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"
|
|
|
|
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"
|