diff options
| author | Remi Collet <remi@remirepo.net> | 2025-06-06 14:22:43 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-06-06 14:22:43 +0200 | 
| commit | 349b749dacaba2b54ac614913aa7808043c82d8a (patch) | |
| tree | 097fd66aee8dfb505e45eef116a7387d74a3af2d | |
| parent | b2225de79651b2753c41f4928f7f8c9e13823004 (diff) | |
EL-8: enable openjpeg2
| -rw-r--r-- | vips.spec | 20 | 
1 files changed, 7 insertions, 13 deletions
@@ -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 <remi@remirepo.net> - 8.17.0-2 +- EL-8: enable openjpeg2 +  * Fri Jun  6 2025 Remi Collet <remi@remirepo.net> - 8.17.0-1  - update to 8.17.0  - raise dependency on libjxl 0.7.0  | 
