From patchwork Thu Jun 6 16:48:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7849 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Vw9Jw2qWmz3wxb for ; Thu, 6 Jun 2024 16:49:04 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vw9Jk5JM9z5j2; Thu, 6 Jun 2024 16:48:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Vw9Jk1tV5z33CW; Thu, 6 Jun 2024 16:48:54 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Vw9Jg19yFz336F for ; Thu, 6 Jun 2024 16:48:51 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Vw9Jf4gN6zcx; Thu, 6 Jun 2024 16:48:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1717692530; 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=BkDGKwgGwRY52iTHJfjIsRexeoqUN6etT5zX1izYzOs=; b=kmK9I2LDFV9G7+qvcHgjeSuH3uhuS5NL9AlaU0cJX23TSB9F6Bc8kNxGf26xqXN5HyMWHy eoifyNl1K3BRRwCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1717692530; 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=BkDGKwgGwRY52iTHJfjIsRexeoqUN6etT5zX1izYzOs=; b=hrv/BVH8ElXacL1TcceFSzfTnLStYzcGca2v9CdnETY1Rgz1yEIazQnjiPtbctDqr6PgXl XX7Y675Vd6D5X7oF1UrTO3ofRwmI8cbQeBq1wTgagdYT2gLsb8APGnoBwo4XlQ5omCFJ/H lqcBrcttqDVcwUTaqx4zgE8OYTrQ9TJ10xQg300BNY9Zj7JvGKjPnlSH1LH7lKcmutxIAZ AhRytWkU/J+FP/PbJXEF2tQmLMtgALaiO9gWFK8RWBSQwOwE2J/BoY0f91tbl50ZjM+i3h vDu95qpGbURAuTtoh7RBM3+YzXIpH9gKHCubGlse8Lr/1phk6P8dTdnVH9DcSg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] mpd: Ship to use new libid3tag library Date: Thu, 6 Jun 2024 18:48:43 +0200 Message-ID: <20240606164843.90198-3-adolf.belka@ipfire.org> In-Reply-To: <20240606164843.90198-1-adolf.belka@ipfire.org> References: <20240606164843.90198-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 64B7O6INBOB7H5EEUGG5BVHWIEAFIHOM X-Message-ID-Hash: 64B7O6INBOB7H5EEUGG5BVHWIEAFIHOM X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mpd b/lfs/mpd index c05d34d8e..55408aeb3 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 37 +PAK_VER = 38 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt