update to 23.08.0 [release 23.08.0-1mamba;Sat Aug 26 2023]
This commit is contained in:
parent
7a5c5d9e11
commit
a539f8f657
@ -1,5 +1,5 @@
|
|||||||
Name: ffmpegthumbs
|
Name: ffmpegthumbs
|
||||||
Version: 23.04.3
|
Version: 23.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A lightweight video thumbnailer that can be used by file managers
|
Summary: A lightweight video thumbnailer that can be used by file managers
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -59,25 +59,27 @@ FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file ma
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
#-f %{name}5_qt.lang
|
#-f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/qt5/plugins/ffmpegthumbs.so
|
%{_libdir}/qt5/plugins/kf5/thumbcreator/ffmpegthumbs.so
|
||||||
%{_kde5_servicesdir}/ffmpegthumbs.desktop
|
|
||||||
%{_datadir}/config.kcfg/ffmpegthumbnailersettings5.kcfg
|
%{_datadir}/config.kcfg/ffmpegthumbnailersettings5.kcfg
|
||||||
%{_datadir}/metainfo/org.kde.ffmpegthumbs.metainfo.xml
|
%{_datadir}/metainfo/org.kde.ffmpegthumbs.metainfo.xml
|
||||||
%{_datadir}/qlogging-categories5/ffmpegthumbs.categories
|
%{_datadir}/qlogging-categories5/ffmpegthumbs.categories
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.0-1mamba
|
||||||
|
- update to 23.08.0
|
||||||
|
|
||||||
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user