public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lazygal] rawhide: fix tests with FFmpeg 9 (patch by Leigh Scott)
@ 2026-09-03  9:07 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-09-03  9:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/lazygal
Branch : rawhide
Commit : 645a5bb8818106a74589736112a3d1329b440b67
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2026-08-21T17:13:05+02:00
Stats  : +12/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/lazygal/c/645a5bb8818106a74589736112a3d1329b440b67?branch=rawhide

Log:
fix tests with FFmpeg 9 (patch by Leigh Scott)

---
diff --git a/lazygal-ffmpeg9.patch b/lazygal-ffmpeg9.patch
new file mode 100644
index 0000000..3396ec7
--- /dev/null
+++ b/lazygal-ffmpeg9.patch
@@ -0,0 +1,11 @@
+--- a/lazygal/mediautils.py
++++ b/lazygal/mediautils.py
+@@ -174,7 +174,7 @@
+         if resize is not None:
+             self.scale(resize)
+ 
+-        self.output_file_opts.extend(["-frames:v", str(frames), "-vsync", "vfr"])
++        self.output_file_opts.extend(["-frames:v", str(frames), "-fps_mode", "vfr"])
+ 
+     def convert(self, outfile):
+         super(VideoFramesExtractor, self).convert(outfile)

diff --git a/lazygal.spec b/lazygal.spec
index 7980016..69da1d1 100644
--- a/lazygal.spec
+++ b/lazygal.spec
@@ -6,6 +6,7 @@ Summary:        A static web gallery generator
 License:        GPL-2.0-or-later AND MIT
 URL:            https://sml.zincube.net/~niol/repositories.git/lazygal/about/
 Source0:        https://sml.zincube.net/~niol/repositories.git/lazygal/snapshot/lazygal-%{version}.tar.bz2
+Patch0:         lazygal-ffmpeg9.patch
 
 BuildArch:      noarch
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03  9:07 [rpms/lazygal] rawhide: fix tests with FFmpeg 9 (patch by Leigh Scott) Dominik 'Rathann' Mierzejewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox