public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libheif] epel10: Drop the openjph build conditional
@ 2026-07-30 20:23 Adam Williamson
0 siblings, 0 replies; only message in thread
From: Adam Williamson @ 2026-07-30 20:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libheif
Branch : epel10
Commit : 40aff51905ad952a8c8f1aa420eb4ff2a76f1c41
Author : Adam Williamson <awilliam@redhat.com>
Date : 2025-09-06T10:29:07-07:00
Stats : +1/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libheif/c/40aff51905ad952a8c8f1aa420eb4ff2a76f1c41?branch=epel10
Log:
Drop the openjph build conditional
It isn't used any more, so no reason to keep it around.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
diff --git a/libheif.spec b/libheif.spec
index 0dc9fdc..af4c7c0 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -1,7 +1,4 @@
%global somajor 1
-# disable openjph encoder support as it's causing crashes in Qt-based apps
-# see https://bugzilla.redhat.com/show_bug.cgi?id=2307795
-%bcond openjph 1
Name: libheif
Version: 1.20.1
@@ -26,10 +23,8 @@ BuildRequires: pkgconfig(openh264)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(zlib)
%ifnarch %{ix86}
-%if %{with openjph}
BuildRequires: pkgconfig(openjph) >= 0.18.0
%endif
-%endif
%if ! (0%{?rhel} && 0%{?rhel} <= 9)
BuildRequires: pkgconfig(libsharpyuv)
BuildRequires: pkgconfig(rav1e)
@@ -117,7 +112,7 @@ rm -rf third-party/
-DWITH_OpenJPEG_DECODER_PLUGIN=OFF \
-DWITH_OpenJPEG_ENCODER=ON \
-DWITH_OpenJPEG_ENCODER_PLUGIN=OFF \
-%if %{with openjph}
+%ifnarch %{ix86}
-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: Drop the openjph build conditional Adam Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox