From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWN43c5xz37nQ for ; Sun, 05 Apr 2026 12:04:20 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMv31GRz37Cn for ; Sun, 05 Apr 2026 12:04:11 +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 4fpWMs51SHz5vf; Sun, 05 Apr 2026 12:04:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390649; 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=yXZnc++1cC/nw3A9nR4OypdNLszKWN6XbdiiHWfc4Vg=; b=OqjGNFE7IFTWq5io7xWEmKpxA7ejrYlq+NOnpKPtRl1twyGa1pSON5Qs6SZH/f/NFPAccF 8K1WxeFZ3d6XHcCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390649; 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=yXZnc++1cC/nw3A9nR4OypdNLszKWN6XbdiiHWfc4Vg=; b=GQUBfBopZmHQyHNvy0d/DyAEDd1xAivDHM2o7GMLwiAQ0rJhTTR2k/D8d2cNlMjiwZy32S TrVYSd/qbc3W8PLZw3Jx/udq9IKHi0NiwQhZBsd9aTOw5Xzm8aLBE5MykwpJAZewRQxZ5+ FoOrrgCDUpsbcekKm6vnVUBHBmWOa5bhgDV36BjY++LtXu0Xf4Snkm6zqFYxhQcatNNfiV RSAhrJe9NRfdt3XuXibwxZ59Y4SbmoyKI5abVb84VDtGCsCO+8hSG8u5Xnp0Hy7tABVzqk +Iq0torAPCaaOGa/AVWBIssV0NEBXe5rRqKmApACupFjKXfVWuORYZwEeVHZ3g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libid3tag: Update to version 0.16.4 Date: Sun, 5 Apr 2026 14:03:50 +0200 Message-ID: <20260405120354.137211-33-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 0.16.3 to 0.16.4 - Update of rootfile - Patch removed as now included in this tarball - Changelog 0.16.4 * Allow files greater than 2 GiB on 32-bit UNIX-based/UNIX-like systems. * Add support for generating source packages with CPack. * id3_tag_parse() now returns the number of parsed frames so far instead of trashing the entire tag. * Update ID3v1 genre list. * Add genres from Winamp 5.60. * Rename offensive genre. * Auto-generate genre list code at build time. * Require gperf at build time to generate gperf code. * Bump minimum required CMake version to 3.10. * Reorganize source tree. * Fix mojibake with UTF-16LE-encoded tags. * Fix build under pure C toolchain. * Fix support for PIC frames, including setting the correct MIME type. * Fix some miscellaneous build warnings. * Improve iTunes compatibility. * Apply more patches from Perl's Audio::Scan and FreeBSD. Signed-off-by: Adolf Belka --- config/rootfiles/packages/libid3tag | 2 +- lfs/libid3tag | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/libid3tag b/config/rootfiles/packages/libid3tag index c3aa25ed3..1b9cce278 100644 --- a/config/rootfiles/packages/libid3tag +++ b/config/rootfiles/packages/libid3tag @@ -6,5 +6,5 @@ #usr/lib/cmake/id3tag/id3tagTargets.cmake #usr/lib/libid3tag.so usr/lib/libid3tag.so.0 -usr/lib/libid3tag.so.0.16.3 +usr/lib/libid3tag.so.0.16.4 #usr/lib/pkgconfig/id3tag.pc diff --git a/lfs/libid3tag b/lfs/libid3tag index 4cace7a74..50ce5a42c 100644 --- a/lfs/libid3tag +++ b/lfs/libid3tag @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = ID3 Tag Manipulation Library -VER = 0.16.3 +VER = 0.16.4 THISAPP = libid3tag-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(PROG) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libid3tag -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 58a4ce211aebef4b2f1f0e1a7214e2804e71d2cea805d3c275812978fb702148c5b435c289f9e83fd81fa1970bf83b7b8e772ed24843bcae7519fff455b50c15 +$(DL_FILE)_BLAKE2 = 08a3ac62d762ca739ced424d922271dd323f609bebca6ef6d509902a455b02c40f89172fc5c4e918c92fb1a647e4a197a37dad962fc347c2b891dd01f411c3d3 install : $(TARGET) @@ -81,7 +81,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch $(UPDATE_AUTOMAKE) cd $(DIR_APP) && mkdir build cd $(DIR_APP)/build && cmake .. \ -- 2.53.0