diff --git a/sound/shairport-sync/Makefile b/sound/shairport-sync/Makefile index 44299b172..d4ef59ed4 100644 --- a/sound/shairport-sync/Makefile +++ b/sound/shairport-sync/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shairport-sync -PKG_VERSION:=3.2.2 -PKG_RELEASE:=3 +PKG_VERSION:=3.3.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION)? -PKG_HASH:=4f1ee142b887842727ae0c310e21c83ea2386518e841a25c7ddb015d08b54eba +PKG_HASH:=9757dd7f19c0bc28cb06a6753305c3ed89da2d271d069b36d1b12173309c1459 PKG_MAINTAINER:=Ted Hess , \ Mike Brady diff --git a/sound/shairport-sync/patches/010-no-cxx.patch b/sound/shairport-sync/patches/010-no-cxx.patch index b78238916..c8c8a699e 100644 --- a/sound/shairport-sync/patches/010-no-cxx.patch +++ b/sound/shairport-sync/patches/010-no-cxx.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -17,10 +17,6 @@ else +@@ -23,10 +23,6 @@ else endif endif @@ -11,13 +11,13 @@ if USE_CUSTOMPIDDIR AM_CFLAGS+= \ -DPIDDIR=\"$(CUSTOM_PID_DIR)\" -@@ -66,11 +62,6 @@ if USE_PA +@@ -80,11 +76,6 @@ if USE_PA shairport_sync_SOURCES += audio_pa.c endif -if USE_CONVOLUTION -shairport_sync_SOURCES += FFTConvolver/AudioFFT.cpp FFTConvolver/FFTConvolver.cpp FFTConvolver/Utilities.cpp FFTConvolver/convolver.cpp --AM_CXXFLAGS = -std=c++11 +-AM_CXXFLAGS += -std=c++11 -endif - if USE_DNS_SD @@ -25,7 +25,7 @@ endif --- a/configure.ac +++ b/configure.ac -@@ -18,7 +18,6 @@ with_os=`echo ${with_os} | tr '[[:upper:]]' '[[:lower:]]' ` +@@ -19,7 +19,6 @@ with_os=`echo ${with_os} | tr '[[:upper:]]' '[[:lower:]]' ` # Checks for programs. AC_PROG_CC