diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-13 07:26:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-13 07:26:23 +0100 |
commit | 8f86ee9b803aeb17e7f0de0413b61e54ca8efe1d (patch) | |
tree | 875cc58041a61fa6fa247eaf52855c889695ab96 /vips.spec | |
parent | 1dc431ddbf8625f5d87d82e8c7019d1938949ca1 (diff) |
Diffstat (limited to 'vips.spec')
-rw-r--r-- | vips.spec | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -8,12 +8,12 @@ # Please preserve changelog entries # %global vips_version_base 8.16 -%global vips_version %{vips_version_base}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever rc2 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} -# 2-3 builds needed to get the full stack (im6 only for EL8, EL9 and FC39) +# 2-3 builds needed to get the full stack (im6 only for EL8, EL9) # --without heif --without im7 --with im6 # --without heif --without im7 --with gm # --with heif --with im7 @@ -77,8 +77,8 @@ Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Release: 1%{?dist} Summary: C/C++ library for processing large images -License: LGPLv2+ -URL: https://libvips.github.io/libvips/ +License: LGPL-2.1-or-later +URL: https://www.libvips.org/ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tagver}/vips-%{vips_tagver}.tar.xz BuildRequires: gcc @@ -179,7 +179,6 @@ Additional image formats are supported in additional optional packages: %package devel Summary: Development files for %{name} -Requires: libjpeg-devel%{?_isa} libtiff-devel%{?_isa} zlib-devel%{?_isa} Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: vips-full-devel < 8.11 @@ -213,13 +212,13 @@ HTML and PDF formats. %if %{with jxl} %package jxl -Summary: JPEG-XL support for %{name} +Summary: JPEG XL support for %{name} BuildRequires: pkgconfig(libjxl) >= 0.6 Requires: %{name}%{?_isa} = %{version}-%{release} Supplements: %{name} %description jxl -The %{name}-jxl package contains the Jxl module for VIPS. +The %{name}-jxl package contains the jxl module for VIPS, providing JPEG XL. %endif %if %{with heif} @@ -234,7 +233,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: vips-full < 8.11 %description heif -The %{name}-heif package contains the Heif module for VIPS. +The %{name}-heif package contains the heif module for VIPS, providing AVIF +support. %endif %package openslide @@ -456,6 +456,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Thu Mar 13 2025 Remi Collet <remi@remirepo.net> - 8.16.1-1 +- update to 8.16.1 + * Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 8.16.0-1 - update to 8.16.0 |