Skip to content

Commit dc07372

Browse files
Karn Kalliovcunat
Karn Kallio
authored andcommittedJun 10, 2017
kdenlive : patch CMakeLists.txt to find Concurrent module.
1 parent ea7aa31 commit dc07372

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -Naur kdenlive-17.04.1-upstream/CMakeLists.txt kdenlive-17.04.1/CMakeLists.txt
2+
--- kdenlive-17.04.1-upstream/CMakeLists.txt 2017-06-10 00:06:44.773146595 -0400
3+
+++ kdenlive-17.04.1/CMakeLists.txt 2017-06-10 00:07:35.766596566 -0400
4+
@@ -79,7 +79,7 @@
5+
check_include_files(malloc.h HAVE_MALLOC_H)
6+
check_include_files(pthread.h HAVE_PTHREAD_H)
7+
8+
-find_package(Qt5 REQUIRED COMPONENTS Core DBus Widgets Script Svg Quick )
9+
+find_package(Qt5 REQUIRED COMPONENTS Core Concurrent DBus Widgets Script Svg Quick )
10+
find_package(Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET)
11+
12+
find_package(KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET)

Diff for: ‎pkgs/applications/kde/kdenlive.nix

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
let
3535
unwrapped = kdeApp {
3636
name = "kdenlive";
37+
patches = [
38+
./kdenlive-cmake-concurrent-module.patch
39+
];
3740
nativeBuildInputs = [
3841
extra-cmake-modules
3942
kdoctools

0 commit comments

Comments
 (0)
Please sign in to comment.