From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer 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 Message-ID: <20220809103557.1612824-3-michael.tremer@ipfire.org> In-Reply-To: <20220809103557.1612824-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2234360933005274409==" List-Id: --===============2234360933005274409== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a current snapshot of the development branch which adds support for Airplay v2. Signed-off-by: Michael Tremer --- 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 =20 SUMMARY =3D An AirPlay audio player =20 -VER =3D 3.3.8 +VER =3D 3cc1ec6 =20 THISAPP =3D shairport-sync-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -34,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D shairport-sync -PAK_VER =3D 6 +PAK_VER =3D 7 =20 -DEPS =3D alac alsa avahi libdaemon soxr +DEPS =3D alac alsa avahi ffmpeg libdaemon libplist soxr =20 SERVICES =3D shairport-sync =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D adaaef3a65d3ffccda2ba3ed324312fe5e95db00f2ae2c67afd49a= 43e6e5c8517d7eeb751f0b663a1e75a470f1cfcd9547e26bd11fa095565ba048d98465dcd8 +$(DL_FILE)_BLAKE2 =3D 746bd603bded210608f934952a7d1100214960781f8bacf7c95905= fbd1ceab91378bc532b007bdec1f170c4aa905fcc0f41f16287116026fbad111ba8177fb8f =20 install : $(TARGET) =20 @@ -85,6 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ --sysconfdir=3D/etc \ + --with-airplay-2 \ --with-alsa \ --with-apple-alac \ --with-avahi \ --=20 2.30.2 --===============2234360933005274409==--