Control: tags 1113505 + patch Control: tags 1113505 + pending Dear maintainer,
I've prepared an NMU for simplescreenrecorder (versioned as 0.4.4-6.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for simplescreenrecorder-0.4.4 simplescreenrecorder-0.4.4 .gitignore | 8 -------- changelog | 7 +++++++ patches/0001-Changed-min-version-to-3.5.patch | 26 ++++++++++++++++++++++++++ patches/series | 1 + 4 files changed, 34 insertions(+), 8 deletions(-) diff -Nru simplescreenrecorder-0.4.4/debian/changelog simplescreenrecorder-0.4.4/debian/changelog --- simplescreenrecorder-0.4.4/debian/changelog 2024-08-13 00:14:21.000000000 +0300 +++ simplescreenrecorder-0.4.4/debian/changelog 2025-11-29 15:42:02.000000000 +0200 @@ -1,3 +1,10 @@ +simplescreenrecorder (0.4.4-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113505) + + -- Adrian Bunk <[email protected]> Sat, 29 Nov 2025 15:42:02 +0200 + simplescreenrecorder (0.4.4-6) unstable; urgency=medium * Added 1020-ffmpeg-7.patch to fix more ffmpeg 7 build diff -Nru simplescreenrecorder-0.4.4/debian/.gitignore simplescreenrecorder-0.4.4/debian/.gitignore --- simplescreenrecorder-0.4.4/debian/.gitignore 2023-02-17 09:19:06.000000000 +0200 +++ simplescreenrecorder-0.4.4/debian/.gitignore 1970-01-01 02:00:00.000000000 +0200 @@ -1,8 +0,0 @@ -/*.debhelper.log -/*.substvars -/.debhelper/ -/debhelper-build-stamp -/files -/simplescreenrecorder/ -/simplescreenrecorder-lib/ -/tmp/ diff -Nru simplescreenrecorder-0.4.4/debian/patches/0001-Changed-min-version-to-3.5.patch simplescreenrecorder-0.4.4/debian/patches/0001-Changed-min-version-to-3.5.patch --- simplescreenrecorder-0.4.4/debian/patches/0001-Changed-min-version-to-3.5.patch 1970-01-01 02:00:00.000000000 +0200 +++ simplescreenrecorder-0.4.4/debian/patches/0001-Changed-min-version-to-3.5.patch 2025-11-29 15:39:33.000000000 +0200 @@ -0,0 +1,26 @@ +From cc48dac1147f9c7f61969f7bf7db0bb6927e69b6 Mon Sep 17 00:00:00 2001 +From: Nathaniel Work-Dembowski + <[email protected]> +Date: Tue, 10 Jun 2025 15:21:47 -0400 +Subject: Changed min version to 3.5 + +Changed both the minimum requirement version and policy version to 3.5 since compatibility with 3.1 has been dropped. +--- + CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index ec41ef9..ac54ffa 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,5 +1,5 @@ +-cmake_minimum_required(VERSION 3.1) +-cmake_policy(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) ++cmake_policy(VERSION 3.5) + + if(POLICY CMP0072) + cmake_policy(SET CMP0072 NEW) +-- +2.30.2 + diff -Nru simplescreenrecorder-0.4.4/debian/patches/series simplescreenrecorder-0.4.4/debian/patches/series --- simplescreenrecorder-0.4.4/debian/patches/series 2024-08-12 09:33:28.000000000 +0300 +++ simplescreenrecorder-0.4.4/debian/patches/series 2025-11-29 15:41:57.000000000 +0200 @@ -4,3 +4,4 @@ 1010-appstream-metadata-https-category.patch 1020-ffmpeg-7.patch 2000-private-glinject.patch +0001-Changed-min-version-to-3.5.patch

