public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libavif] epel9-next: Add condition for rav1e for EPEL integration - Close: rhbz#2071940
@ 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 : 520db7a71f1f7ecd64f303e30cc59e5a084caae3
Author : Robert-André Mauchin <zebob.m@gmail.com>
Date : 2022-07-10T16:31:41+02:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libavif/c/520db7a71f1f7ecd64f303e30cc59e5a084caae3?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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/libavif] epel9-next: Add condition for rav1e for EPEL integration - Close: rhbz#2071940
@ 2026-07-20 16:37
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-07-20 16:37 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-20 16:37 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 rav1e for EPEL integration - Close: rhbz#2071940
2026-07-20 16:37
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox