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 4fpWN42sxTz37nF for ; Sun, 05 Apr 2026 12:04: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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMt6F0xz36Wj for ; Sun, 05 Apr 2026 12:04:10 +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 4fpWMs3Qw4z5yR; 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=RKJFyeTuFRuSH74yFJ1bXHf2riokIL/M6emoaZbYdyQ=; b=jlIW+6H3wOshMRNqqo5rZgwHzVB9rpYfVxdoDRZKEMl7KLNOolce4zYxm9V/VOkMWmArBI ffta2JvXgrUuzICw== 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=RKJFyeTuFRuSH74yFJ1bXHf2riokIL/M6emoaZbYdyQ=; b=Jf8VYn2OlY2WUgdbX93vI+cL2L9WKqfOL9oJpNWsC1atMbk9scLMQy/PRbgOCViXtme764 4XP/tqEvqessNB0QrdWmf7r6DlRg5uCwFRzcfc71wwsSHka1tM05gQHm4XFhmtv+i60ztm /x1PsjDcTXbixkmHCixFzzXLa89wrk6xO53fFs+gysDXps5P0olt6bDnrtTReOBw5C1EIS PvzOFM7oUaZCCxs46aQWNYxdrfQP4V2fm74Xfwsd6d+fhC41KUUTNsWZlD1nAa0G/SJ/s6 lGoanaYRPRsBr0H0jiA/Q8A3XpcDpJWKev5MBF9EwGm7iXSKDRU9xuhBO5nDRw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libid3tag: Remove patch that is no longer required Date: Sun, 5 Apr 2026 14:03:49 +0200 Message-ID: <20260405120354.137211-32-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 - Forgot to remove this patch in the libid3tag update patch in this set Signed-off-by: Adolf Belka --- .../libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch diff --git a/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch b/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch deleted file mode 100644 index 9a8e11e25..000000000 --- a/src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- libid3tag/CMakeLists.txt.orig 2023-09-24 03:52:54.000000000 +0200 -+++ libid3tag/CMakeLists.txt 2025-05-08 17:22:58.411633461 +0200 -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 3.1.0) -+cmake_minimum_required(VERSION 3.10) - project(id3tag VERSION 0.16.3) - - option(BUILD_SHARED_LIBS "Build dynamic library" ON) -- 2.53.0