26 lines
1.0 KiB
Makefile
26 lines
1.0 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="shairport-sync"
|
|
PKG_VERSION="3.3.8"
|
|
PKG_SHA256="c92f9a2d86dd1138673abc66e0010c94412ad6a46da8f36c3d538f4fa6b9faca"
|
|
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 libconfig libdaemon libsndfile openssl popt pulseaudio soxr"
|
|
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"
|