rev 20312 - in kde-extras/kmplayer/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Sun Jan 17 17:39:45 UTC 2016


Author: pino
Date: 2016-01-17 17:39:45 +0000 (Sun, 17 Jan 2016)
New Revision: 20312

Added:
   kde-extras/kmplayer/trunk/debian/patches/upstream_Fix-build-with-cmake-3.4.patch
Modified:
   kde-extras/kmplayer/trunk/debian/changelog
   kde-extras/kmplayer/trunk/debian/patches/series
Log:
fix build with cmake >= 3.4

backport upstream commit 53cb0b47026d12ae3428805348ea64db81837ded


Modified: kde-extras/kmplayer/trunk/debian/changelog
===================================================================
--- kde-extras/kmplayer/trunk/debian/changelog	2016-01-17 17:33:59 UTC (rev 20311)
+++ kde-extras/kmplayer/trunk/debian/changelog	2016-01-17 17:39:45 UTC (rev 20312)
@@ -10,6 +10,8 @@
     missing cmake_minimum_required() in buildsystem; patch
     upstream_set-cmake_min_req-to-2.8.9-to-match-kdelibs4-policy-.patch
     (Closes: #805206)
+  * Backport upstream commit 53cb0b47026d12ae3428805348ea64db81837ded to fix
+    build with cmake >= 3.4; patch upstream_Fix-build-with-cmake-3.4.patch.
   * Remove obsolete and unused not-installed file.
   * Remove unused kmplayer.1.docbook file.
   * Bump Standards-Version to 3.9.6, no changes required.

Modified: kde-extras/kmplayer/trunk/debian/patches/series
===================================================================
--- kde-extras/kmplayer/trunk/debian/patches/series	2016-01-17 17:33:59 UTC (rev 20311)
+++ kde-extras/kmplayer/trunk/debian/patches/series	2016-01-17 17:39:45 UTC (rev 20312)
@@ -1,3 +1,4 @@
 gcc5.diff
 aarch64.diff
 upstream_set-cmake_min_req-to-2.8.9-to-match-kdelibs4-policy-.patch
+upstream_Fix-build-with-cmake-3.4.patch

Added: kde-extras/kmplayer/trunk/debian/patches/upstream_Fix-build-with-cmake-3.4.patch
===================================================================
--- kde-extras/kmplayer/trunk/debian/patches/upstream_Fix-build-with-cmake-3.4.patch	                        (rev 0)
+++ kde-extras/kmplayer/trunk/debian/patches/upstream_Fix-build-with-cmake-3.4.patch	2016-01-17 17:39:45 UTC (rev 20312)
@@ -0,0 +1,25 @@
+From 53cb0b47026d12ae3428805348ea64db81837ded Mon Sep 17 00:00:00 2001
+From: Michael Palimaka <kensington at gentoo.org>
+Date: Thu, 17 Dec 2015 00:37:26 +1100
+Subject: [PATCH] Fix build with cmake 3.4
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c9604ae..4ab79d3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -58,7 +58,7 @@ if(NOT WIN32)
+ 
+ endif(NOT WIN32)
+ 
+-
++include(CheckIncludeFiles)
+ check_include_files(stdint.h HAVE_STDINT_H)
+ 
+ configure_file (config-kmplayer.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kmplayer.h )
+-- 
+2.7.0.rc3
+




More information about the pkg-kde-commits mailing list