public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libavif] epel9-next: Implement bootstrap for aom/svt deps
Date: Mon, 20 Jul 2026 16:37:59 GMT [thread overview]
Message-ID: <178456547998.1.9918824735449629685.rpms-libavif-b15370bd9d9d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libavif
Branch : epel9-next
Commit : b15370bd9d9d40d4c7dc96c685df983623df20c8
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2024-07-16T19:10:25+02:00
Stats : +13/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libavif/c/b15370bd9d9d40d4c7dc96c685df983623df20c8?branch=epel9-next
Log:
Implement bootstrap for aom/svt deps
---
diff --git a/libavif.spec b/libavif.spec
index f23d066..297a3f8 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -1,7 +1,20 @@
+# Break dependency cycles by disabling certain optional dependencies.
+%bcond_without bootstrap
+
+# Break chromaprint dependency cycle:
+# vmaf → aom → avif
+%if %{with bootstrap}
+# Build without aom
+%bcond_with aom
+# Build without SVT-AV1
+%bcond_with svt
+%else
# Build with aom
%bcond_without aom
# Build SVT-AV1
%bcond_without svt
+%endif
+
%if (0%{?rhel} && 0%{?rhel} < 9) || 0%{?rhel} >= 10
%bcond_with rav1e
%else
reply other threads:[~2026-07-20 16:37 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=178456547998.1.9918824735449629685.rpms-libavif-b15370bd9d9d@fedoraproject.org \
--to=kwizart@gmail.com \
--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