Skip to content

Commit

Permalink
libheif: update to 1.18.0.
Browse files Browse the repository at this point in the history
now reads images generated by iOS 18
heif-convert has been renamed to heif-dec
encoding: property item boxes with identical content are reused
experimental codec plugins for VVC (vvenc/vvdec and uvg266)
experimental codec plugin for OpenJPH (High-throughput JPEG2000)
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
  • Loading branch information
0-wiz-0 committed Jul 14, 2024
1 parent 823650d commit 22fd574
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
5 changes: 2 additions & 3 deletions graphics/libheif/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.26 2024/04/06 09:32:58 wiz Exp $
# $NetBSD: Makefile,v 1.27 2024/07/14 13:01:25 wiz Exp $

DISTNAME= libheif-1.17.6
PKGREVISION= 1
DISTNAME= libheif-1.18.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=strukturag/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Expand Down
7 changes: 4 additions & 3 deletions graphics/libheif/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@comment $NetBSD: PLIST,v 1.4 2023/11/07 21:39:17 wiz Exp $
bin/heif-convert
@comment $NetBSD: PLIST,v 1.5 2024/07/14 13:01:25 wiz Exp $
bin/heif-dec
bin/heif-enc
bin/heif-info
bin/heif-thumbnailer
include/libheif/heif.h
include/libheif/heif_cxx.h
include/libheif/heif_items.h
include/libheif/heif_plugin.h
include/libheif/heif_properties.h
include/libheif/heif_regions.h
Expand All @@ -16,7 +17,7 @@ lib/libheif.so
lib/libheif.so.1
lib/libheif.so.${PKGVERSION}
lib/pkgconfig/libheif.pc
man/man1/heif-convert.1
man/man1/heif-dec.1
man/man1/heif-enc.1
man/man1/heif-info.1
man/man1/heif-thumbnailer.1
Expand Down
8 changes: 4 additions & 4 deletions graphics/libheif/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.26 2023/12/30 10:18:17 wiz Exp $
$NetBSD: distinfo,v 1.27 2024/07/14 13:01:25 wiz Exp $

BLAKE2s (libheif-1.17.6.tar.gz) = 3e953847c05b77b2d3aa84562f9779b80aac79b7b8c8f29b6c886a7466cb155b
SHA512 (libheif-1.17.6.tar.gz) = 47d93df4f584979cea26af74cd8543b13398356b5fd46b1b378f7738cee471e80b7e117f6ce307674a549182f5ce22a577c6e79a6e72fe166421efc4be04687a
Size (libheif-1.17.6.tar.gz) = 1433302 bytes
BLAKE2s (libheif-1.18.0.tar.gz) = 6913130085bd6f2533d7a35ca2121b870ee6c241081019f30f4f35063f1bad60
SHA512 (libheif-1.18.0.tar.gz) = c1a4261df3143a1c5d0eab221fc8652b70966d5aa0b4d964dc29cb26484aeab44f4703b5422aba0de4c59e00da0b7b47ba6fb6180f66249561b7379cc7f8d428
Size (libheif-1.18.0.tar.gz) = 1522837 bytes

0 comments on commit 22fd574

Please sign in to comment.