From 349b749dacaba2b54ac614913aa7808043c82d8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jun 2025 14:22:43 +0200 Subject: EL-8: enable openjpeg2 --- vips.spec | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/vips.spec b/vips.spec index 110ce69..8838dd4 100644 --- a/vips.spec +++ b/vips.spec @@ -33,6 +33,7 @@ %bcond_without libcgif %bcond_without jxl %bcond_without tests +%bcond_without openjpeg2 %if 0%{?fedora} || 0%{?rhel} >= 9 %bcond_without imath @@ -46,16 +47,6 @@ %bcond_with highway %endif -%if 0%{?fedora} || 0%{?rhel} >= 9 -%bcond_without openjpeg2 -%else -# disabled by default -# as vips pulls poppler (libopenjpeg) and IM (libopenjp2) -# so vips segfaults in various place -# also see https://github.com/libvips/libvips/pull/2305 -%bcond_with openjpeg2 -%endif - %if 0%{?fedora} %bcond_without libspng %bcond_without niftic @@ -73,7 +64,7 @@ Name: vips Version: %{vips_version}%{?vips_prever:~%{vips_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: C/C++ library for processing large images License: LGPL-2.1-or-later @@ -335,7 +326,7 @@ API reference and tools documentation %endif %if %{with doxygen} -C++ documentation +C++ API documentation /usr/share/doc/vips-cpp/html/index.html @@ -346,7 +337,7 @@ API reference and tools documentation https://www.libvips.org/API/%{vips_version_base}/ -C++ documentation +C++ API documentation https://www.libvips.org/API/%{vips_version_base}/cpp/ @@ -491,6 +482,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Fri Jun 6 2025 Remi Collet - 8.17.0-2 +- EL-8: enable openjpeg2 + * Fri Jun 6 2025 Remi Collet - 8.17.0-1 - update to 8.17.0 - raise dependency on libjxl 0.7.0 -- cgit