From patchwork Tue Aug 9 10:35:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5853 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M28cT4w3Qz3x1v for ; Tue, 9 Aug 2022 10:36:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4M28cQ4F5Cz5Tn; Tue, 9 Aug 2022 10:36:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M28cQ0Zzrz330C; Tue, 9 Aug 2022 10:36:06 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M28cP1963z2yZf for ; Tue, 9 Aug 2022 10:36:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4M28cP0fqjz1YK; Tue, 9 Aug 2022 10:36:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1660041365; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ilxE57fADE1FGVjO4uOfGMcI9PipCq1CMcLNXzwpsJU=; b=J7KrP7LDFcLxnaO295ClHHnXFYAhJKunXq8ii7QXSykOy32+L+fhSEvTNtakK1GNn1+zZc lV0snznaiwKMNoBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1660041365; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ilxE57fADE1FGVjO4uOfGMcI9PipCq1CMcLNXzwpsJU=; b=dOYhAnTQPbbWGpM1o0kouczTXbPS6mO1/1PlidB4mCs+nHm2mqhQBOqOwjzIRqc6KQqiEh zL839NIzFwsvfu5elhuP954x2YqDS4ef9Z9lLrFa0j3j/XuiuGKNdDshR4KRIrt+0IAwEk 4LYDUJZyEm4Kj7WsnJksHb2z5YkAQkohjGpajNVbVJgLsJ1mDVpSB6fZVqLCNVFHbqX/0i QiX+qVZldfsCv9vqVSX4UrRV4epEJljpHTyHU/TyrB9hfpYQUWG7btRI7wv/eoxGAg2Qd3 Sk2ZcGmIVBVhzo/6NEl4U5fs89pktJSSAQLe5Se2P+ZbyxFU52OvhxXeA/7FHQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/4] shairport-sync: Add support for Airplay v2 Date: Tue, 9 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> References: <20220809103557.1612824-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 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 \