From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/4] shairport-sync: Add support for Airplay v2
Date: Tue, 09 Aug 2022 10:35:56 +0000 [thread overview]
Message-ID: <20220809103557.1612824-3-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20220809103557.1612824-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1572 bytes --]
This is a current snapshot of the development branch which adds support
for Airplay v2.
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 aec88c5b9..5321c0ecd 100644
--- a/lfs/shairport-sync
+++ b/lfs/shairport-sync
@@ -26,7 +26,7 @@ include Config
SUMMARY = An AirPlay audio player
-VER = 3.3.8
+VER = 3cc1ec6
THISAPP = shairport-sync-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = shairport-sync
-PAK_VER = 6
+PAK_VER = 7
-DEPS = alac alsa avahi libdaemon soxr
+DEPS = alac alsa avahi ffmpeg libdaemon libplist soxr
SERVICES = shairport-sync
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = adaaef3a65d3ffccda2ba3ed324312fe5e95db00f2ae2c67afd49a43e6e5c8517d7eeb751f0b663a1e75a470f1cfcd9547e26bd11fa095565ba048d98465dcd8
+$(DL_FILE)_BLAKE2 = 746bd603bded210608f934952a7d1100214960781f8bacf7c95905fbd1ceab91378bc532b007bdec1f170c4aa905fcc0f41f16287116026fbad111ba8177fb8f
install : $(TARGET)
@@ -85,6 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --with-airplay-2 \
--with-alsa \
--with-apple-alac \
--with-avahi \
--
2.30.2
next prev parent reply other threads:[~2022-08-09 10:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-09 10:35 [PATCH 1/4] libplist: New package Michael Tremer
2022-08-09 10:35 ` [PATCH 2/4] libsodium: " Michael Tremer
2022-08-09 10:35 ` Michael Tremer [this message]
2022-08-09 10:35 ` [PATCH 4/4] nqptp: " Michael Tremer
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=20220809103557.1612824-3-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