public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libavif] epel9-next: Add condition for SVT
Date: Tue, 14 Jul 2026 21:39:50 GMT	[thread overview]
Message-ID: <178406519057.1.10954012886287016619.rpms-libavif-d19e550a1794@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libavif
            Branch : epel9-next
            Commit : d19e550a1794d18db600e12fab779626720da705
            Author : Robert-André Mauchin <zebob.m@gmail.com>
            Date   : 2020-12-09T06:13:00+01:00
            Stats  : +4/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libavif/c/d19e550a1794d18db600e12fab779626720da705?branch=epel9-next

            Log:
            Add condition for SVT

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>

---
diff --git a/libavif.spec b/libavif.spec
index f29d3bf..7b8c60a 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -2,6 +2,9 @@
 %undefine __cmake_in_source_build
 
 %bcond_without aom
+%ifarch x86_64
+%bcond_without svt
+%endif
 
 Name:           libavif
 Version:        0.8.4
@@ -64,7 +67,7 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
 %cmake  %{?with_aom:-DAVIF_CODEC_AOM=1} \
         -DAVIF_CODEC_DAV1D=1 \
         -DAVIF_CODEC_RAV1E=1 \
-        -DAVIF_CODEC_SVT=1 \
+        %{?with_svt:-DAVIF_CODEC_SVT=1} \
         -DAVIF_BUILD_APPS=1 \
         -DAVIF_BUILD_GDK_PIXBUF=1
 %cmake_build

             reply	other threads:[~2026-07-14 21:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-14 21:39  [this message]
2026-07-14 21:39 [rpms/libavif] epel9-next: Add condition for SVT 

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=178406519057.1.10954012886287016619.rpms-libavif-d19e550a1794@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