[packages/ka5-ffmpegthumbs] - updated to 17.08.2
witekfl
witekfl at pld-linux.org
Sun Nov 5 16:21:57 CET 2017
commit 06cabd8b51eeaf65444ef7f6946f72e4f1635c66
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Nov 5 16:21:45 2017 +0100
- updated to 17.08.2
ka5-ffmpegthumbs.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
---
diff --git a/ka5-ffmpegthumbs.spec b/ka5-ffmpegthumbs.spec
new file mode 100644
index 0000000..9584876
--- /dev/null
+++ b/ka5-ffmpegthumbs.spec
@@ -0,0 +1,48 @@
+%define kdeappsver 17.08.2
+%define qtver 5.3.2
+%define kaname ffmpegthumbs
+Summary: Ffmpegthumbs
+Name: ka5-%{kaname}
+Version: 17.08.2
+Release: 1
+License: GPL v2+/LGPL v2.1+
+Group: X11/Libraries
+Source0: http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5: c9233a942adae2c2a94fbfc8cb50fcaf
+URL: http://www.kde.org/
+BuildRequires: Qt5Core-devel >= %{qtver}
+BuildRequires: cmake >= 2.8.12
+BuildRequires: kf5-extra-cmake-modules >= 1.4.0
+BuildRequires: qt5-build >= %{qtver}
+BuildRequires: rpmbuild(macros) >= 1.164
+BuildRequires: shared-mime-info
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FFMPEG thumbs.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/qt5/plugins/ffmpegthumbs.so
+%{_datadir}/kservices5/ffmpegthumbs.desktop
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka5-ffmpegthumbs.git/commitdiff/06cabd8b51eeaf65444ef7f6946f72e4f1635c66
More information about the pld-cvs-commit
mailing list