public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libavif] epel9-next: Add condition for SVT
@ 2026-07-14 21:39 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-07-14 21:39 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/libavif
            Branch : epel9-next
            Commit : 3e1858b096a4d3f4dff1b2f7cfe9ab9a7bced7b1
            Author : Robert-André Mauchin <zebob.m@gmail.com>
            Date   : 2020-12-09T06:39:33+01:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libavif/c/3e1858b096a4d3f4dff1b2f7cfe9ab9a7bced7b1?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 7b8c60a..2e9fc94 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -25,7 +25,7 @@ BuildRequires:  pkgconfig(dav1d)
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(rav1e)
-BuildRequires:  pkgconfig(SvtAv1Enc)
+%{?with_svt:BuildRequires:  pkgconfig(SvtAv1Enc)}
 BuildRequires:  pkgconfig(zlib)
 
 %description

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/libavif] epel9-next: Add condition for SVT
@ 2026-07-14 21:39 
  0 siblings, 0 replies; 2+ messages in thread
From:  @ 2026-07-14 21:39 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-14 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:39 [rpms/libavif] epel9-next: Add condition for SVT 
  -- strict thread matches above, loose matches on Subject: below --
2026-07-14 21:39 

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