From patchwork Wed Aug 21 18:46:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8045 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WpwK84kvwz3wwl for ; Wed, 21 Aug 2024 18:46:20 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WpwK81Xj1z4Md; Wed, 21 Aug 2024 18:46:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WpwK813sRz342m; Wed, 21 Aug 2024 18:46:20 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WpwK51WzNz2ybk for ; Wed, 21 Aug 2024 18:46:17 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WpwK46tgtzPW; Wed, 21 Aug 2024 18:46:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1724265977; 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=+bBwZSQQOiwd61fwqSYtpMU2+sSgDn4yV1a5Spff56w=; b=jkFBplmElT4gQ05+Bfy2dWVVM0njdQFPyfbhYkfm6xnAQeuBI7qL7+6hEWRhlABkCpDf1s BcA9iNKjkVhCPDDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1724265977; 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=+bBwZSQQOiwd61fwqSYtpMU2+sSgDn4yV1a5Spff56w=; b=DtNz/dkdgKNW53aLPu8IVr+iL7cuCZE/didGjOkdZM4yWdA5pMlv2V3Sx5BYiP509N6JyO 8Hckha4sngZL5ic3EjCfxoiQzgKe75yIhG9KF7kVy1sSvoJ3Zjje5gIA3Ay8tEPH6y4l1R pkpaFsWXyrUPGvVp+YYHHwt5HunrNXD4xvncTlxYQqc8znk3LE3qSZ1MSCwHKrDS3HctMj r270T/okyCKOPEEB7fSwYbT4q1lNQrO5vjuOqBbieIhOu9JihLiYryrE0p83vj3WFdDhFU WzNlTYry3L1ktdA/R2TvKSXJG0kMBQF7snpF2i+mjFTjeit2/BbGk/PrIo80gw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/4] mpd: Ship due to sobump from ffmpeg update Date: Wed, 21 Aug 2024 20:46:10 +0200 Message-ID: <20240821184611.1906582-3-adolf.belka@ipfire.org> In-Reply-To: <20240821184611.1906582-1-adolf.belka@ipfire.org> References: <20240821184611.1906582-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: HEQVG27U4HIGJPSB5YCSTVBJ3IBFOE7N X-Message-ID-Hash: HEQVG27U4HIGJPSB5YCSTVBJ3IBFOE7N 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 --- lfs/mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mpd b/lfs/mpd index 0f842f993..6fd78f2af 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 = 39 +PAK_VER = 40 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt