From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] shairport-sync: Update to 3.3.2 Date: Sun, 29 Sep 2019 15:07:58 +0000 Message-ID: <20190929150758.19150-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8792506035839514242==" List-Id: --===============8792506035839514242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This version now requires libdaemon and brings various improvements for sound quality and stability. 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 87e705db1..b70fbca73 100644 --- a/lfs/shairport-sync +++ b/lfs/shairport-sync @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.2.2 +VER =3D 3.3.2 =20 THISAPP =3D shairport-sync-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D shairport-sync -PAK_VER =3D 2 +PAK_VER =3D 3 =20 -DEPS =3D "alac alsa avahi soxr" +DEPS =3D "alac alsa avahi libdaemon soxr" =20 ############################################################################= ### # Top-level Rules @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D caf8a381b0623273de37a2c947703c50 +$(DL_FILE)_MD5 =3D 80278eed6bb1391bcbafe80c0e566d1b =20 install : $(TARGET) =20 @@ -84,6 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-alsa \ --with-apple-alac \ --with-avahi \ + --with-libdaemon \ --with-ssl=3Dopenssl \ --with-soxr cd $(DIR_APP) && make $(MAKETUNING) --=20 2.20.1 --===============8792506035839514242==--