diff options
| author | Remi Collet <remi@remirepo.net> | 2019-05-06 16:19:01 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-05-06 16:19:01 +0200 | 
| commit | b0ff5b7e7d2404b847cdc69ce45761037f56f0cc (patch) | |
| tree | b79dd333bf2bdb1123582e418f6b723c8d11ec14 | |
| parent | aaac3a6b2bbb25c813064be605bb33aeead07cc0 (diff) | |
enable heif support and rename to vips-full
| -rw-r--r-- | libvips.xml | 2 | ||||
| -rw-r--r-- | vips.spec | 14 | 
2 files changed, 10 insertions, 6 deletions
diff --git a/libvips.xml b/libvips.xml index d6701c9..1569aa9 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@  <version>      <!-- Version of the library --> -8.8.0-rc1 +8.8.0-rc1-full  </version>  <headers> @@ -25,7 +25,7 @@  %global with_libimagequant 0  %endif -%global with_libheif       0 +%global with_libheif       1  %if %{with_libheif}  Name:		vips-full @@ -33,7 +33,7 @@ Name:		vips-full  Name:		vips  %endif  Version:	%{vips_version}%{?vips_prever:~%{vips_prever}} -Release:	1%{?dist} +Release:	2%{?dist}  Summary:	C/C++ library for processing large images  License:	LGPLv2+ @@ -81,8 +81,9 @@ BuildRequires:	gcc-c++  BuildRequires:	pkgconfig gettext  %if %{with_libheif} -Conflicts:      vips < %{version}-%{release} -Provides:       vips = %{version}-%{release} +Conflicts:      vips         < %{version}-%{release} +Provides:       vips         = %{version}-%{release} +Provides:       vips%{?_isa} = %{version}-%{release}  %endif @@ -136,7 +137,7 @@ HTML and PDF formats.  %prep -%setup -q -n %{name}-%{vips_version} +%setup -q -n vips-%{vips_version}  # make the version string consistent for multiarch  export FAKE_BUILD_DATE=$(date -r %{SOURCE0}) @@ -216,6 +217,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr  %changelog +* Mon May  6 2019 Remi Collet <remi@remirepo.net> - 8.8.0~rc1-2 +- enable heif support and rename to vips-full +  * Mon May  6 2019 Remi Collet <remi@remirepo.net> - 8.8.0~rc1-1  - update to 8.8.0-rc1  - drop libvipsCC  | 
