[packages/kdenlive] - updated to 18.12.0

witekfl witekfl at pld-linux.org
Sat Dec 29 18:07:13 CET 2018


commit 4428191a7fb7034e4c616cb09822d1f20021feff
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Dec 29 18:07:06 2018 +0100

    - updated to 18.12.0

 kdenlive.spec | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index 1fb0e83..f5c3441 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,12 +1,15 @@
+%define		kdeappsver	18.12.0
+%define		qtver		5.9.0
+%define		kaname		kdenlive
 Summary:	KDE movie editor
 Summary(pl.UTF-8):	Edytor filmów dla KDE
 Name:		kdenlive
-Version:	17.08.3
+Version:	18.12.0
 Release:	1
 License:	GPL
 Group:		X11/Applications/Multimedia
-Source0:	https://github.com/KDE/kdenlive/archive/v%{version}.tar.gz
-# Source0-md5:	fec06528009c1fa64f9661f4b6694b33
+Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	28e8c79216d3393eb50d90dd8d36e019
 URL:		http://kdenlive.org/
 BuildRequires:	Qt5Concurrent-devel
 BuildRequires:	Qt5Core-devel
@@ -93,6 +96,7 @@ Obsługiwany jest zapis/odczyt pełnego projektu.
 mkdir build
 cd build
 %cmake .. \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 	-DPLUGIN_INSTALL_DIR=%{_libdir}/qt5/plugins
 
 %{__make}
@@ -100,14 +104,15 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 
-cd build
-%{__make} install \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{kaname} --all-name --with-kde
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{kaname}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}*
 %attr(755,root,root) %{_libdir}/qt5/plugins/mltpreview.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kdenlive.git/commitdiff/4428191a7fb7034e4c616cb09822d1f20021feff



More information about the pld-cvs-commit mailing list