Control: tags 1113217 + patch Control: tags 1113217 + pending Dear maintainer,
I've prepared an NMU for libvidstab (versioned as 1.1.0-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libvidstab-1.1.0 libvidstab-1.1.0 changelog | 7 +++++++ patches/cmake-4.patch | 39 +++++++++++++++++++++++++++++++++++++++ patches/series | 1 + 3 files changed, 47 insertions(+) diff -Nru libvidstab-1.1.0/debian/changelog libvidstab-1.1.0/debian/changelog --- libvidstab-1.1.0/debian/changelog 2018-10-13 20:27:10.000000000 +0300 +++ libvidstab-1.1.0/debian/changelog 2025-11-14 22:32:36.000000000 +0200 @@ -1,3 +1,10 @@ +libvidstab (1.1.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1113217) + + -- Adrian Bunk <[email protected]> Fri, 14 Nov 2025 22:32:36 +0200 + libvidstab (1.1.0-2) unstable; urgency=low [James Cowgill] diff -Nru libvidstab-1.1.0/debian/patches/cmake-4.patch libvidstab-1.1.0/debian/patches/cmake-4.patch --- libvidstab-1.1.0/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libvidstab-1.1.0/debian/patches/cmake-4.patch 2025-11-14 22:32:36.000000000 +0200 @@ -0,0 +1,39 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113217 + +--- libvidstab-1.1.0.orig/CMakeLists.txt ++++ libvidstab-1.1.0/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + project (vid.stab) + + SET(CMAKE_BUILTTYPE None) +--- libvidstab-1.1.0.orig/tests/CMakeLists.txt ++++ libvidstab-1.1.0/tests/CMakeLists.txt +@@ -2,7 +2,7 @@ + # very fast: faster than orc code at imgcompare without any options. + # library needs libimf.so (link statically?) + +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + project (vid.stab) + + SET(CMAKE_BUILTTYPE None) +--- libvidstab-1.1.0.orig/tests/orc_bug/CMakeLists.txt ++++ libvidstab-1.1.0/tests/orc_bug/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + project (vid.stab.test) + + SET(CMAKE_BUILTTYPE None) +--- libvidstab-1.1.0.orig/transcode/CMakeLists.txt ++++ libvidstab-1.1.0/transcode/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + project (vid.stab.transcode) + + SET(CMAKE_BUILTTYPE None) diff -Nru libvidstab-1.1.0/debian/patches/series libvidstab-1.1.0/debian/patches/series --- libvidstab-1.1.0/debian/patches/series 2018-08-01 09:39:07.000000000 +0300 +++ libvidstab-1.1.0/debian/patches/series 2025-11-14 22:32:36.000000000 +0200 @@ -1,2 +1,3 @@ 0001-use-GNUInstallDirs-for-automatic-Multi-Arch-support.patch 0002-tests-return-0-upon-success.patch +cmake-4.patch

