From cc4d22091103fd792318bfa9cd465ca4c47c485a Mon Sep 17 00:00:00 2001 From: awiouy Date: Tue, 6 Mar 2018 20:40:15 +0100 Subject: [PATCH] shairport-sync: initial package --- .../shairport-sync/package.mk | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 packages/addons/addon-depends/snapcast-depends/shairport-sync/package.mk diff --git a/packages/addons/addon-depends/snapcast-depends/shairport-sync/package.mk b/packages/addons/addon-depends/snapcast-depends/shairport-sync/package.mk new file mode 100644 index 0000000000..6a8651a9e8 --- /dev/null +++ b/packages/addons/addon-depends/snapcast-depends/shairport-sync/package.mk @@ -0,0 +1,43 @@ +################################################################################ +# This file is part of LibreELEC - https://libreelec.tv +# Copyright (C) 2018-present Team LibreELEC +# +# LibreELEC is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# LibreELEC is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LibreELEC. If not, see . +################################################################################ + +PKG_NAME="shairport-sync" +PKG_VERSION="3.1.7" +PKG_ARCH="any" +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 openssl popt pulseaudio soxr" +PKG_SECTION="tools" +PKG_LONGDESC="AirPlay audio player" +PKG_IS_ADDON="no" +PKG_AUTORECONF="yes" + +PKG_CONFIGURE_OPTS_TARGET="--with-alsa \ + --with-avahi \ + --with-convolution \ + --with-metadata \ + --with-pa \ + --with-pipe \ + --with-soxr \ + --with-ssl=openssl \ + --with-stdout" + +makeinstall_target() { + : +}