From: Adolf Belka Date: Sun, 5 Apr 2026 12:03:49 +0000 (+0200) Subject: libid3tag: Remove patch that is no longer required X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2caaea94be01d2162236898bfc2bb7599d74e2a0;p=ipfire-2.x.git libid3tag: Remove patch that is no longer required - Forgot to remove this patch in the libid3tag update patch in this set Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- 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)