commit 32cd7861e3e0d15db0e1d67ccf923486f9171b27
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Nov 11 23:44:12 2023 +0000
Update latest git commits with GCC-13 fix
add_audio_cover.patch | 9 ++++-----
ffmpegthumbnailer.spec | 10 ++++++----
gcc12_fix.patch | 10 ----------
3 files changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/add_audio_cover.patch b/add_audio_cover.patch
index b8e38dd..724de0b 100644
--- a/add_audio_cover.patch
+++ b/add_audio_cover.patch
@@ -1,9 +1,8 @@
---- a/dist/ffmpegthumbnailer.thumbnailer
-+++ b/dist/ffmpegthumbnailer.thumbnailer
+--- ./dist/ffmpegthumbnailer.thumbnailer.orig 2023-11-11 23:40:43.565793026 +0000
++++ ./dist/ffmpegthumbnailer.thumbnailer 2023-11-11 23:42:35.623430775 +0000
@@ -1,4 +1,4 @@
[Thumbnailer Entry]
TryExec=ffmpegthumbnailer
Exec=ffmpegthumbnailer -i %i -o %o -s %s -f
--MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg
-+MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;audio/flac;audio/mpeg
-
+-MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.avi;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg
++MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.avi;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;audio/flac;audio/mpeg;audio/mp4
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index b2da0b0..64019d9 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -1,17 +1,16 @@
-%global commit d92e191dd793b12cee0a0f685f5a8d8252988399
-%global date 20210902
+%global commit aa8a6f99c5b9bd5ecdc50fda2b5a48de1eaefbde
+%global date 20231018
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
Name: ffmpegthumbnailer
Version: 2.2.3
-Release: 0.5%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
+Release: 0.6%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
License: GPLv2+
URL:
https://github.com/dirkvdb/%{name}
Source0: %{url}/archive/%{commit}/%{name}-%{commit}.tar.gz
Patch0: add_audio_cover.patch
-Patch1: gcc12_fix.patch
BuildRequires: ffmpeg-devel
BuildRequires: libpng-devel
@@ -65,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Sat Nov 11 2023 Sérgio Basto <sergio(a)serjux.com> - 2.2.3-0.6.20221021gite0bf01d
+- Update latest git commits with GCC-13 fix
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
2.2.3-0.5.20210902gitd92e191
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild