Index | Thread | Search

From:
Brad Smith <brad@comstyle.com>
Subject:
UPDATE: libheif 1.18.2
To:
ports@openbsd.org
Date:
Thu, 3 Oct 2024 20:00:22 -0400

Download raw body.

Thread
  • Brad Smith:

    UPDATE: libheif 1.18.2

Here is an update to libheif 1.18.2.


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

1.18.1

- fixes the syntax of the vvcC box and a few build issues


Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/libheif/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile	11 Jul 2024 07:58:36 -0000	1.17
+++ Makefile	3 Oct 2024 21:52:53 -0000
@@ -1,9 +1,9 @@
 COMMENT=	HEIF and AVIF file format decoder and encoder
 
-V=		1.18.0
+V=		1.18.2
 DISTNAME=	libheif-$V
 
-SHARED_LIBS +=  heif 2.1
+SHARED_LIBS +=  heif 2.2
 
 CATEGORIES=	multimedia graphics
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/libheif/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo	11 Jul 2024 07:58:36 -0000	1.10
+++ distinfo	3 Oct 2024 21:52:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (libheif-1.18.0.tar.gz) = PyX1FthEAdfCKiTvMTrkeHgblfI1wlCwYVJwHEAQVcM=
-SIZE (libheif-1.18.0.tar.gz) = 1522837
+SHA256 (libheif-1.18.2.tar.gz) = xAAqYivsn1GfKdhL/cYCTjP9Z5U6X7TcLC8R9n1eRb8=
+SIZE (libheif-1.18.2.tar.gz) = 1525096
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/multimedia/libheif/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST	11 Jul 2024 07:58:36 -0000	1.8
+++ pkg/PLIST	3 Oct 2024 21:52:53 -0000
@@ -1,3 +1,4 @@
+bin/heif-convert
 @bin bin/heif-dec
 @bin bin/heif-enc
 @bin bin/heif-info