public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/libheif] epel10: OpenJPH is missing on i686
Date: Thu, 30 Jul 2026 20:23:16 GMT [thread overview]
Message-ID: <178544299670.1.11568922865807221505.rpms-libheif-8c87367e951b@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-30 20:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178544299670.1.11568922865807221505.rpms-libheif-8c87367e951b@fedoraproject.org \
--to=dominik@greysector.net \
--cc=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