Control: tags 1061325 + patch
Control: tags 1061325 + pending
Control: tags 1112776 + patch
Control: tags 1112776 + pending

Dear maintainer,

I've prepared an NMU for chiaki (versioned as 2.2.0-1.1) and uploaded
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for chiaki-2.2.0 chiaki-2.2.0

 changelog             |    8 ++++++++
 control               |    1 +
 patches/cmake-4.patch |   38 ++++++++++++++++++++++++++++++++++++++
 patches/series        |    1 +
 4 files changed, 48 insertions(+)

diff -Nru chiaki-2.2.0/debian/changelog chiaki-2.2.0/debian/changelog
--- chiaki-2.2.0/debian/changelog	2023-12-19 16:54:39.000000000 +0200
+++ chiaki-2.2.0/debian/changelog	2025-10-18 20:12:01.000000000 +0300
@@ -1,3 +1,11 @@
+chiaki (2.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1112776)
+  * Re-add Recommends: libqt5multimedia5-plugins (Closes: #1061325)
+
+ -- Adrian Bunk <[email protected]>  Sat, 18 Oct 2025 20:12:01 +0300
+
 chiaki (2.2.0-1) unstable; urgency=medium
 
   * The Akamai Technologies paid volunteer days release.
diff -Nru chiaki-2.2.0/debian/control chiaki-2.2.0/debian/control
--- chiaki-2.2.0/debian/control	2023-12-19 16:54:39.000000000 +0200
+++ chiaki-2.2.0/debian/control	2025-10-18 20:12:01.000000000 +0300
@@ -10,6 +10,7 @@
 Package: chiaki
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: libqt5multimedia5-plugins
 Description: PlayStation remote play client
  Chiaki is an unofficial, free and open source PlayStation Remote Play Client.
  While not an official Sony software, Chiaki doesn't require having a jailbroken 
diff -Nru chiaki-2.2.0/debian/patches/cmake-4.patch chiaki-2.2.0/debian/patches/cmake-4.patch
--- chiaki-2.2.0/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ chiaki-2.2.0/debian/patches/cmake-4.patch	2025-10-18 20:12:01.000000000 +0300
@@ -0,0 +1,38 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1112776
+
+--- chiaki-2.2.0.orig/CMakeLists.txt
++++ chiaki-2.2.0/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ 
+-cmake_minimum_required(VERSION 3.2)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(chiaki)
+ 
+--- chiaki-2.2.0.orig/android/app/CMakeLists.txt
++++ chiaki-2.2.0/android/app/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ 
+-cmake_minimum_required(VERSION 3.2)
++cmake_minimum_required(VERSION 3.5)
+ 
+ set(CMAKE_CXX_STANDARD 14)
+ 
+@@ -22,4 +22,4 @@ find_library(ANDROID_LIB_ANDROID android
+ target_link_libraries(chiaki-jni "${ANDROID_LIB_LOG}" "${ANDROID_LIB_MEDIANDK}" "${ANDROID_LIB_ANDROID}")
+ 
+ add_subdirectory(src/main/cpp/oboe)
+-target_link_libraries(chiaki-jni oboe)
+\ No newline at end of file
++target_link_libraries(chiaki-jni oboe)
+--- chiaki-2.2.0.orig/setsu/CMakeLists.txt
++++ chiaki-2.2.0/setsu/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ 
+-cmake_minimum_required(VERSION 3.2)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(libsetsu)
+ 
diff -Nru chiaki-2.2.0/debian/patches/series chiaki-2.2.0/debian/patches/series
--- chiaki-2.2.0/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ chiaki-2.2.0/debian/patches/series	2025-10-18 20:12:01.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch

Reply via email to