public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libheif] epel10: OpenJPH is missing on i686
@ 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 : 8c87367e951ba969d0424ca52813463142f8121b
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2024-11-15T23:22:09+01:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libheif/c/8c87367e951ba969d0424ca52813463142f8121b?branch=epel10
Log:
OpenJPH is missing on i686
---
diff --git a/libheif.spec b/libheif.spec
index f23f5f0..7bf46d0 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -20,7 +20,9 @@ BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libopenjp2)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(openh264)
+%ifnarch %{ix86}
BuildRequires: pkgconfig(openjph)
+%endif
%if ! (0%{?rhel} && 0%{?rhel} <= 9)
BuildRequires: pkgconfig(libsharpyuv)
BuildRequires: pkgconfig(rav1e)
@@ -108,9 +110,11 @@ rm -rf third-party/
-DWITH_OpenJPEG_DECODER_PLUGIN=OFF \
-DWITH_OpenJPEG_ENCODER=ON \
-DWITH_OpenJPEG_ENCODER_PLUGIN=OFF \
+%ifnarch %{ix86}
-DWITH_OPENJPH_DECODER=ON \
-DWITH_OPENJPH_ENCODER=ON \
-DWITH_OPENJPH_ENCODER_PLUGIN=OFF \
+%endif
%if ! (0%{?rhel} && 0%{?rhel} <= 9)
-DWITH_RAV1E=ON \
-DWITH_RAV1E_PLUGIN=OFF \
@@ -135,7 +139,7 @@ rm -rf third-party/
* Tue Nov 12 2024 Dominik Mierzejewski <dominik@greysector.net> - 1.19.3-1
- update to 1.19.3 (resolves rhbz#2295525)
- drop obsolete patches
-- enable OpenH264, OpenJPH and Brotli decoders
+- enable OpenH264, OpenJPH (64-bit only) and Brotli decoders
- run tests unconditionally, they no longer require special build options
- drop conditional hevc subpackage
- use fewer wildcards in the file lists
^ 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: OpenJPH is missing on i686 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