]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
shairport-sync: Update to 3.3.2
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Sep 2019 15:07:58 +0000 (15:07 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 8 Oct 2019 18:40:26 +0000 (18:40 +0000)
This version now requires libdaemon and brings various improvements
for sound quality and stability.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/shairport-sync

index 87e705db18f1e6642d309e8af2213e991632cef8..b70fbca73b56babf359738f43c159137b3f3c7b9 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.2.2
+VER        = 3.3.2
 
 THISAPP    = shairport-sync-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = shairport-sync
-PAK_VER    = 2
+PAK_VER    = 3
 
-DEPS       = "alac alsa avahi soxr"
+DEPS       = "alac alsa avahi libdaemon soxr"
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = caf8a381b0623273de37a2c947703c50
+$(DL_FILE)_MD5 = 80278eed6bb1391bcbafe80c0e566d1b
 
 install : $(TARGET)
 
@@ -84,6 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --with-alsa \
                --with-apple-alac \
                --with-avahi \
+               --with-libdaemon \
                --with-ssl=openssl \
                --with-soxr
        cd $(DIR_APP) && make $(MAKETUNING)