public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libavif] epel9-next: Implement bootstrap for aom/svt deps
@ 2026-07-20 16:37 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-07-20 16:37 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-07-20 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 16:37 [rpms/libavif] epel9-next: Implement bootstrap for aom/svt deps Nicolas Chauvet

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