From patchwork Tue Sep 3 09:17:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8072 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 "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Wyg536g9sz3wwg for ; Tue, 3 Sep 2024 09:17:43 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Wyg516WbSz5tY; Tue, 3 Sep 2024 09:17:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Wyg515yLyz30sP; Tue, 3 Sep 2024 09:17:41 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Wyg4s3yBCz33yX for ; Tue, 3 Sep 2024 09:17:33 +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 4Wyg4s2QQZzJH; Tue, 3 Sep 2024 09:17:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1725355053; 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=129oWVClIeilY+dCRpoKoGrTHuW6s9MrOhsMv0hR2pw=; b=dvywRhVmvIoN77M8J7dcgToMrdVFBBIsi44sbj17O3cm/3V5niOcKXKRz/qNjdH/PoycsM efZmwKXBG6CB8sDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1725355053; 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=129oWVClIeilY+dCRpoKoGrTHuW6s9MrOhsMv0hR2pw=; b=MJBfwnIT9VIW4QajsTUrHqhf3LWmY/kTdGHVVhmsF3WdKUwFvbxDFhi3rre7Ur09lQ4RlG w+87B0To+TGXMHBUEbKN+0SssZKnjNsuN32R50chnZX0MonFh85/hYmJMYWYbZhDwLeJ5E DDk052x/IHJhBTyH+X6M6DVvJzszYJL5kQ79c9r0iqlwZnqy1muDEFqegvGOHfn55QeHhN 7BliveEJU8OikX6NNRaOUheRfTzTYJZEpjNZLMMiUuNRw61E4/KKfPoXqt+wlhmuIJjqax TguAIVaqVbgakUSV9Cao09PwXZDob20N3L6jkoeNKlHAUWSTlgBE80RJHhkMmQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] taglib: Update to version 2.0.2 Date: Tue, 3 Sep 2024 11:17:25 +0200 Message-ID: <20240903091725.7068-7-adolf.belka@ipfire.org> In-Reply-To: <20240903091725.7068-1-adolf.belka@ipfire.org> References: <20240903091725.7068-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 2QBEROBP4VRW2ECYE4IKAM5K6L54OMZ7 X-Message-ID-Hash: 2QBEROBP4VRW2ECYE4IKAM5K6L54OMZ7 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: - Update from version 2.0.1 to 2.0.2 - Update of rootfile - Changelog 2.0.2 * Fix parsing of ID3v2.2 frames. * Tolerate MP4 files with unknown atom types as generated by Android tools. * Support setting properties with arbitrary names in MP4 tags. * Windows: Fix "-p" option in tagwriter example. * Support building with older utfcpp versions. Signed-off-by: Adolf Belka --- config/rootfiles/packages/taglib | 4 ++-- lfs/taglib | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/taglib b/config/rootfiles/packages/taglib index 1341d11ed..1dbab71e1 100644 --- a/config/rootfiles/packages/taglib +++ b/config/rootfiles/packages/taglib @@ -120,9 +120,9 @@ usr/bin/taglib-config #usr/lib/cmake/taglib/taglib-targets.cmake #usr/lib/libtag.so usr/lib/libtag.so.2 -usr/lib/libtag.so.2.0.1 +usr/lib/libtag.so.2.0.2 #usr/lib/libtag_c.so usr/lib/libtag_c.so.2 -usr/lib/libtag_c.so.2.0.1 +usr/lib/libtag_c.so.2.0.2 #usr/lib/pkgconfig/taglib.pc #usr/lib/pkgconfig/taglib_c.pc diff --git a/lfs/taglib b/lfs/taglib index a211df139..527ae9e3f 100644 --- a/lfs/taglib +++ b/lfs/taglib @@ -26,7 +26,7 @@ include Config SUMMARY = Audio Meta-Data Library -VER = 2.0.1 +VER = 2.0.2 THISAPP = taglib-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = taglib -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a39997b3185609b47b4d20c12b9d131eee32a2846627799d83df98eaaf5b909514fd97667e779715b940f0866252d02a523fa9d87534ea3cdefbd27449cbe714 +$(DL_FILE)_BLAKE2 = 389af213bd467d68e2b0ca4485f51c35e660439baf2ecb7165069e5cb73589f5cf6c92d56e25780cea60e082b6fa51c5dde320dd25b8c5ef0e3b738ff0a6d4ea install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects))