From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] shairport-sync: Update to 3.3.2
Date: Sun, 29 Sep 2019 15:07:58 +0000 [thread overview]
Message-ID: <20190929150758.19150-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]
This version now requires libdaemon and brings various improvements
for sound quality and stability.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
lfs/shairport-sync | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/lfs/shairport-sync b/lfs/shairport-sync
index 87e705db1..b70fbca73 100644
--- a/lfs/shairport-sync
+++ b/lfs/shairport-sync
@@ -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)
--
2.20.1
reply other threads:[~2019-09-29 15:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190929150758.19150-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox