public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libheif] epel10: disable openh264 on i686 (resolves rhbz#2393742)
@ 2026-07-30 20:23 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-07-30 20:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libheif
Branch : epel10
Commit : 201148ca6ec9b00e7ff054f1d538e2b9860b23b5
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2025-09-09T21:55:24+02:00
Stats : +5/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libheif/c/201148ca6ec9b00e7ff054f1d538e2b9860b23b5?branch=epel10
Log:
disable openh264 on i686 (resolves rhbz#2393742)
---
diff --git a/libheif.spec b/libheif.spec
index d5147d0..a616733 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -38,12 +38,14 @@ BuildRequires: pkgconfig(libbrotlidec)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libopenjp2)
BuildRequires: pkgconfig(libpng)
-BuildRequires: pkgconfig(openh264)
%if !%{with bootstrap}
BuildRequires: pkgconfig(sdl2)
%endif
BuildRequires: pkgconfig(zlib)
%ifnarch %{ix86}
+# openh264 is not available for i686, see:
+# https://bugzilla.redhat.com/show_bug.cgi?id=2393742
+BuildRequires: pkgconfig(openh264)
BuildRequires: pkgconfig(openjph) >= 0.18.0
%endif
%if ! (0%{?rhel} && 0%{?rhel} <= 9)
@@ -129,13 +131,13 @@ rm -rf third-party/
-DWITH_DAV1D_PLUGIN=OFF \
-DWITH_JPEG_DECODER=ON \
-DWITH_JPEG_ENCODER=ON \
- -DWITH_OpenH264_DECODER=ON \
- -DWITH_OpenH264_ENCODER=ON \
-DWITH_OpenJPEG_DECODER=ON \
-DWITH_OpenJPEG_DECODER_PLUGIN=OFF \
-DWITH_OpenJPEG_ENCODER=ON \
-DWITH_OpenJPEG_ENCODER_PLUGIN=OFF \
%ifnarch %{ix86}
+ -DWITH_OpenH264_DECODER=ON \
+ -DWITH_OpenH264_ENCODER=ON \
-DWITH_OPENJPH_DECODER=ON \
-DWITH_OPENJPH_ENCODER=ON \
-DWITH_OPENJPH_ENCODER_PLUGIN=OFF \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 20:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 20:23 [rpms/libheif] epel10: disable openh264 on i686 (resolves rhbz#2393742) Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox