|
@ -7,12 +7,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=shairport-sync |
|
|
PKG_NAME:=shairport-sync |
|
|
PKG_VERSION:=3.3.7 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.3.8 |
|
|
|
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION)? |
|
|
PKG_SOURCE_URL:=https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION)? |
|
|
PKG_HASH:=7f8d4ecec53f2f681a962467bf09205568fc936c8c31a9ee07b1bd72d3d95b12 |
|
|
|
|
|
|
|
|
PKG_HASH:=c92f9a2d86dd1138673abc66e0010c94412ad6a46da8f36c3d538f4fa6b9faca |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
|
|
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
|
|
|
Mike Brady <mikebrady@eircom.net> |
|
|
Mike Brady <mikebrady@eircom.net> |
|
@ -77,6 +77,7 @@ endef |
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
CONFIGURE_ARGS += \
|
|
|
--with-alsa \
|
|
|
--with-alsa \
|
|
|
|
|
|
--with-libdaemon \
|
|
|
--with-metadata |
|
|
--with-metadata |
|
|
|
|
|
|
|
|
ifeq ($(BUILD_VARIANT),openssl) |
|
|
ifeq ($(BUILD_VARIANT),openssl) |
|
|