commit b9a18e386ff60716239500d0ed253d99c3220ed3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 11 07:43:56 2019 +0100
Little explanation why bundle rttr is needed.
kdenlive.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index 522ba7e..e47d623 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -13,6 +13,10 @@ URL:
http://www.kdenlive.org
%global stable stable
%endif
Source0:
http://download.kde.org/%{stable}/applications/%{version}/src/kdenlive-%{...
+# With 19.04.3 it seems we can't build kdenlive without rttr [3] so it download and
add rttr to kdenlive,
+# by patching rttr.CMakeLists.txt with rttr.CMakeLists.patch more mv ../rttr-0.9.6/
rttr/
+#[3] #https://invent.kde.org/kde/kdenlive/blob/master/rttr.CMakeLists.txt
+#
https://invent.kde.org/thompsony/kdenlive/commit/2001ceb968f6064efabcd794...
Source1:
https://github.com/rttrorg/rttr/archive/v0.9.6/rttr-0.9.6.tar.gz
Source100: kdenlive-find-lang.sh
Patch0: rttr.CMakeLists.patch