diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec index 7c2ee55..4111127 100644 --- a/ffmpegthumbs.spec +++ b/ffmpegthumbs.spec @@ -1,5 +1,5 @@ Name: ffmpegthumbs -Version: 23.08.5 +Version: 24.02.1 Release: 1mamba Summary: A lightweight video thumbnailer that can be used by file managers Group: Graphical Desktop/Applications/Multimedia @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://kde.org/ -Source: http://download.kde.org/stable/release-service/%{version}/src/ffmpegthumbs-%{version}.tar.xz +Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/ffmpegthumbs-%{version}.tar.xz Patch0: ffmpegthumbs-21.12.2-ffmpeg-5.0.patch License: GPL ## AUTOBUILDREQ-BEGIN @@ -44,14 +44,14 @@ FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file ma #%patch0 -p1 -b .ffmpeg-5.0 %build -%cmake_kde5 -d build -%make +%cmake_kf6 +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall -C build +%cmake_install -%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang +%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -67,15 +67,20 @@ fi : %files -#-f %{name}5_qt.lang %defattr(-,root,root) -%{_libdir}/qt5/plugins/kf5/thumbcreator/ffmpegthumbs.so +%{_kf6_plugindir}/thumbcreator/ffmpegthumbs.so %{_datadir}/config.kcfg/ffmpegthumbnailersettings5.kcfg %{_datadir}/metainfo/org.kde.ffmpegthumbs.metainfo.xml -%{_datadir}/qlogging-categories5/ffmpegthumbs.categories +%{_datadir}/qlogging-categories6/ffmpegthumbs.categories %doc LICENSES %changelog +* Sun Mar 24 2024 Automatic Build System 24.02.1-1mamba +- automatic version update by autodist + +* Sat Mar 02 2024 Automatic Build System 24.02.0-1mamba +- automatic version update by autodist + * Fri Feb 16 2024 Automatic Build System 23.08.5-1mamba - automatic version update by autodist