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 rav1e for EPEL integration - Close: rhbz#2071940
Date: Mon, 20 Jul 2026 16:37:51 GMT [thread overview]
Message-ID: <178456547107.1.4903164987656525309.rpms-libavif-ce45f637de46@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libavif
Branch : epel9-next
Commit : ce45f637de466a62a31685666cbbfe7b43b98ded
Author : Robert-André Mauchin <zebob.m@gmail.com>
Date : 2022-10-23T17:36:13+02:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libavif/c/ce45f637de466a62a31685666cbbfe7b43b98ded?branch=epel9-next
Log:
Add condition for rav1e for EPEL integration - Close: rhbz#2071940
---
diff --git a/libavif.spec b/libavif.spec
index f4d8bbf..2cb5345 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -4,6 +4,9 @@
%ifarch x86_64
%bcond_without svt
%endif
+%if 0%{?rhel}
+%bcond_with rav1e
+%endif
Name: libavif
Version: 0.10.1
@@ -23,7 +26,7 @@ BuildRequires: pkgconfig(aom)
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpng)
-BuildRequires: pkgconfig(rav1e)
+%{?with_rav1e:BuildRequires: pkgconfig(rav1e)}
%{?with_svt:BuildRequires: pkgconfig(SvtAv1Enc)}
BuildRequires: pkgconfig(zlib)
@@ -34,7 +37,7 @@ File Format, as described here:
https://aomediacodec.github.io/av1-avif/
%package devel
-Summary: Development files for libavif
+Summary: Development files for libavif~
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@@ -67,7 +70,7 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
%{?with_aom:-DAVIF_CODEC_AOM=1} \
-DAVIF_CODEC_DAV1D=1 \
- -DAVIF_CODEC_RAV1E=1 \
+ %{?with_rav1e:-DAVIF_CODEC_RAV1E=1} \
%{?with_svt:-DAVIF_CODEC_SVT=1} \
-DAVIF_BUILD_APPS=1 \
-DAVIF_BUILD_GDK_PIXBUF=1
next reply other threads:[~2026-07-20 16:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-20 16:37 [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-07-14 21:39 [rpms/libavif] epel9-next: Add condition for rav1e for EPEL integration - Close: rhbz#2071940
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=178456547107.1.4903164987656525309.rpms-libavif-ce45f637de46@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