]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libid3tag: Remove patch that is no longer required
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 5 Apr 2026 12:03:49 +0000 (14:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Apr 2026 12:59:16 +0000 (12:59 +0000)
- Forgot to remove this patch in the libid3tag update patch in this set

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/patches/libid3tag-0.16.3-allow_build_with_cmake-4.0.x.patch [deleted file]

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 (file)
index 9a8e11e..0000000
+++ /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)