Here is an update to libheif 1.11.0.

macOS compatibility fixes
- fix writing ispe box in HEIFs
- nclx output profile encoding parameters
- change the way nclx profiles is written so that macOS can read them
- API for listing file brands and checking file type
- fix heif_image_handle_get_depth_image_representation_info()


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/libheif/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile    21 Dec 2020 06:21:35 -0000      1.4
+++ Makefile    5 Feb 2021 21:40:04 -0000
@@ -2,10 +2,10 @@
 
 COMMENT=       HEIF and AVIF file format decoder and encoder
 
-V=             1.10.0
+V=             1.11.0
 DISTNAME=      libheif-$V
 
-SHARED_LIBS +=  heif                      1.0 # 9.0
+SHARED_LIBS +=  heif                      1.1 # 9.0
 
 CATEGORIES=    multimedia graphics
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/libheif/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    21 Dec 2020 06:21:35 -0000      1.2
+++ distinfo    5 Feb 2021 21:34:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (libheif-1.10.0.tar.gz) = rVrxJ280EnfcU3sNGaQZPggzwkeyqsuTbgxUlBQVM64=
-SIZE (libheif-1.10.0.tar.gz) = 1681115
+SHA256 (libheif-1.11.0.tar.gz) = xVCTj1b/bayDcCJRoUP4fLOmxxpQ2HI5VSkIMtmWCRM=
+SIZE (libheif-1.11.0.tar.gz) = 1680855

Reply via email to