[SCM] kdenlive packaging branch, master, updated. 5fb678fd91531fc81682db16e8dac4e34c40aa13

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Fri Apr 14 10:52:24 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=34a1480

The following commit has been merged in the master branch:
commit 34a1480715de9869739786de4e08c4f6f280e7ae
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Mon Jul 11 15:00:12 2016 +0100

    remove unused opengl_optional.patch
---
 debian/patches/opengl_optional.patch | 22 ----------------------
 debian/patches/series                |  0
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/opengl_optional.patch b/debian/patches/opengl_optional.patch
deleted file mode 100644
index 22a2199..0000000
--- a/debian/patches/opengl_optional.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Make OPENGL "optional".
- For whatever reason, cmake has never been able to find
- GLES and consider it good enough for a GL requirement,
- since we build-dep on what we need anyway, just make GL
- optional.
-Author: Adam Conrad <adconrad at ubuntu.com>
-Forwarded: no
-Last-Update: 2012-06-30
-
-Index: kdenlive-0.9.2/src/CMakeLists.txt
-===================================================================
---- kdenlive-0.9.2.orig/src/CMakeLists.txt	2012-06-30 13:02:41.000000000 -0600
-+++ kdenlive-0.9.2/src/CMakeLists.txt	2012-06-30 13:28:10.456492241 -0600
-@@ -4,7 +4,7 @@
- set(QT_USE_QTSVG 1)
- set(QT_USE_QTXML 1)
- 
--find_package(OpenGL REQUIRED)
-+macro_optional_find_package(OpenGL)
- if(APPLE)
-   find_package(SDL REQUIRED)
- endif(APPLE)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list