public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/mlt] epel9-next: Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
Date: Mon, 20 Jul 2026 18:17:53 GMT [thread overview]
Message-ID: <178457147357.1.8628478814068492267.rpms-mlt-9b4915e3657b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 9b4915e3657b45e5969ad9a08d5705bb05bea2cc
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2024-02-09T00:37:46+00:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/9b4915e3657b45e5969ad9a08d5705bb05bea2cc?branch=epel9-next
Log:
Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
---
diff --git a/mlt.spec b/mlt.spec
index 6681af5..bf5873d 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -160,6 +160,11 @@ chmod -x demo/demo
# be sure that aren't used
rm -r src/win32/
+# Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
+%ifarch x86_64
+%global optflags %(echo %{optflags} -fno-tree-slp-vectorize)
+%endif
+
%build
%cmake -DCMAKE_SKIP_RPATH:BOOL=ON \
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
@@ -247,6 +252,8 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
%changelog
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.22.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+- Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
+- Rebuild for opencv 4.9.0
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.22.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
reply other threads:[~2026-07-20 18:17 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=178457147357.1.8628478814068492267.rpms-mlt-9b4915e3657b@fedoraproject.org \
--to=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