public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/lazygal] rawhide: fix tests with FFmpeg 9 (patch by Leigh Scott)
Date: Thu, 03 Sep 2026 09:07:12 GMT [thread overview]
Message-ID: <178842643204.1.5835298725751558702.rpms-lazygal-645a5bb88181@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-03 9:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178842643204.1.5835298725751558702.rpms-lazygal-645a5bb88181@fedoraproject.org \
--to=dominik@greysector.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox