File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 77include $(TOPDIR ) /rules.mk
88
99PKG_NAME: =shairport-sync
10- PKG_VERSION: =3 .3.9
11- PKG_RELEASE: =2
10+ PKG_VERSION: =4 .3.2
11+ PKG_RELEASE: =1
1212
1313PKG_SOURCE: =$(PKG_NAME ) -$(PKG_VERSION ) .tar.gz
1414PKG_SOURCE_URL: =https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION ) ?
15- PKG_HASH: =17990cb2620551caa07a1c3b371889e55803071eaada04e958c356547a7e1795
15+ PKG_HASH: =dfb485c0603398032a00e51f84b874749bbf155b257adda3d270d5989de08bfd
1616
1717PKG_MAINTAINER: =Ted Hess <thess@kitschensync.net>, \
1818 Mike Brady <mikebrady@eircom.net>
Original file line number Diff line number Diff line change 11--- a/Makefile.am
22+++ b/Makefile.am
3- @@ -23 ,10 +23 ,6 @@ else
4- endif
3+ @@ -55 ,10 +55 ,6 @@ noinst_HEADERS += $(BUILT_SOURCES)
4+ CLEANFILES += $(BUILT_SOURCES)
55 endif
66
77- if USE_APPLE_ALAC
1111 if USE_CUSTOMPIDDIR
1212 AM_CFLAGS+= \
1313 -DPIDDIR=\"$(CUSTOM_PID_DIR)\"
14- @@ -80,11 +76 ,6 @@ if USE_PA
15- shairport_sync_SOURCES += audio_pa .c
14+ @@ -116,10 +112 ,6 @@ if USE_PW
15+ shairport_sync_SOURCES += audio_pw .c
1616 endif
1717
1818- if USE_CONVOLUTION
1919- shairport_sync_SOURCES += FFTConvolver/AudioFFT.cpp FFTConvolver/FFTConvolver.cpp FFTConvolver/Utilities.cpp FFTConvolver/convolver.cpp
2020- AM_CXXFLAGS += -std=c++11
2121- endif
22- -
22+
2323 if USE_DNS_SD
2424 shairport_sync_SOURCES += mdns_dns_sd.c
25- endif
2625--- a/configure.ac
2726+++ b/configure.ac
28- @@ -23 ,7 +23 ,6 @@ fi
27+ @@ -32 ,7 +32 ,6 @@ esac
2928
3029 # Checks for programs.
3130 AC_PROG_CC
3231- AC_PROG_CXX
32+ AC_CHECK_TOOL(AR, ar, :)
3333 AC_PROG_INSTALL
3434
35- PKG_PROG_PKG_CONFIG([0.9.0])
You can’t perform that action at this time.
0 commit comments