Skip to content

Commit 01d9837

Browse files
shairport-sync: update to 4.3.2
- Bump shairport-sync to 4.3.2 -- diff: +746 bytes shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk without --pipe: 110806 bytes shairport-sync-openssl_4.3.2-0_aarch64_generic.ipk with --pipe: 111552 bytes - Patch refreshed. Signed-off-by: David Andreoletti <david@andreoletti.net>
1 parent 08bb670 commit 01d9837

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

sound/shairport-sync/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=shairport-sync
10-
PKG_VERSION:=3.3.9
11-
PKG_RELEASE:=2
10+
PKG_VERSION:=4.3.2
11+
PKG_RELEASE:=1
1212

1313
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1414
PKG_SOURCE_URL:=https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION)?
15-
PKG_HASH:=17990cb2620551caa07a1c3b371889e55803071eaada04e958c356547a7e1795
15+
PKG_HASH:=dfb485c0603398032a00e51f84b874749bbf155b257adda3d270d5989de08bfd
1616

1717
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>, \
1818
Mike Brady <mikebrady@eircom.net>
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -11,25 +11,24 @@
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])

0 commit comments

Comments
 (0)