Sync from SUSE:SLFO:Main libheif revision c21944ad49cba9e1ad183b91063d0faa

This commit is contained in:
Adrian Schröter 2024-10-03 15:13:11 +02:00
parent 0e98c4b8c4
commit 449a042343
4 changed files with 51 additions and 6 deletions

BIN
libheif-1.17.6.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
libheif-1.18.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Mon Aug 19 14:20:33 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
- Add heif-convert to the files list of the heif-examples sub-package
-------------------------------------------------------------------
Thu Aug 8 19:03:34 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- update to 1.18.2:
* fix regression that Exif orientation was not correctly reset when
converting rotated HEIF (heif-dec)
* swap Exif width/height when rotating image by 90 degrees
* fix memory leak in OpenJPEG decoding plugin
* pay attention to DESTDIR variable when installing heif-convert symlink
-------------------------------------------------------------------
Sat Jul 27 19:29:36 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.18.1:
* Fix libbrotlidec pkg-config requires
* tiff: Fix wrong type for "seekTIFF" function.
* fix 32bit compiler warnings in box.cc
* fix memory leaks in Brotli decoder
-------------------------------------------------------------------
Wed Jul 10 16:13:42 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- update to 1.18.0:
* now reads images generated by iOS 18
* heif-convert has been renamed to heif-dec
* encoding: property item boxes with identical content are reused
* support ISO 23001-17 version 1 uncC minimized headers
* support ISO 23001-17 images with 'deflate', 'zlib' and Brotli
compression
* heif-enc can read TIFF images
* API functions to read/write raw items and item properties
* many bug fixes and smaller enhancements
- Remove libheif-svtav1.patch: no longer needed
-------------------------------------------------------------------
Thu Apr 18 12:18:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Add libheif-svtav1.patch: Fix compilation with libsvtav1 2.0.0.
-------------------------------------------------------------------
Wed Jan 3 09:26:08 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@
%endif
Name: libheif
Version: 1.17.6
Version: 1.18.2
Release: 0
Summary: HEIF/AVIF file format decoder and encoder
License: GPL-2.0-or-later
@ -283,7 +283,7 @@ Allows to show thumbnail previews of HEIF and AVIF images using %{name}.
%if %{with x265}
#Install examples and man pages
install -d -m 0755 %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1/
for e in heif-convert \
for e in heif-dec \
heif-enc \
heif-info \
heif-thumbnailer
@ -363,9 +363,10 @@ rm -f %{buildroot}%{_datadir}/thumbnailers/heif.thumbnailer
%if %{with x265}
%files -n heif-examples
%{_bindir}/heif-convert
%{_bindir}/heif-dec
%{_bindir}/heif-enc
%{_bindir}/heif-info
%{_mandir}/man1/heif-convert.1%{?ext_man}
%{_mandir}/man1/heif-dec.1%{?ext_man}
%{_mandir}/man1/heif-enc.1%{?ext_man}
%{_mandir}/man1/heif-info.1%{?ext_man}