pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 12:08:07 UTC 2023

Modified Files:
        pkgsrc/graphics/libheif: Makefile distinfo
Removed Files:
        pkgsrc/graphics/libheif/patches: patch-libheif_heif__hevc.cc

Log Message:
libheif: update to 1.16.1.

v1.16.1 - fix building gdk-pixbuf loader Latest

Small maintenance update that fixes building the gdk-pixbuf loader.
The source package name has also been changed back to the old naming scheme.

v1.16.0 - Regions / chroma quality / uncompressed codec

This is a large release with many new features.

    Support for HEIFv2 regions (rgan) and user annotations (udes). This enables to annotate regions in the image with several geometric primitives and assign user text descriptions to them. Thank you 
@bradh for the contributions. Mask support will be added soon.
    Previously, chroma was downsampled and upsampled with a simple nearest-neighbor method. We now included the sharp-yuv chroma downsampling algorithm. This gives improved image quality when images 
are downsampled to 4:2:0 and upsampled with bilinear interpolation. Thank you @maryla-uc for the contributions.
    The bilinear chroma upsampling and averaging downsampling algorithms are also new. You can choose what to use.
    We added experimental support for decoding uncompressed images according to ISO/IEC 23001-17:2023. This is work in progress and currently decoding only. Thank you @bradh for the contributions.
    There are new APIs to query the image transformations. Thus, you may choose to get the original image and apply the transformations yourself.
    A longstanding bug writing non-compliant 'ispe' boxes (image size) has been fixed. Files should be standard compliant now.
    When building binary packages, you can now make use of a CMake presets to set a default configuration.
    The deprecated autotools build files have been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/libheif/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/graphics/libheif/patches/patch-libheif_heif__hevc.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libheif/Makefile
diff -u pkgsrc/graphics/libheif/Makefile:1.16 pkgsrc/graphics/libheif/Makefile:1.17
--- pkgsrc/graphics/libheif/Makefile:1.16       Thu Mar 30 21:47:07 2023
+++ pkgsrc/graphics/libheif/Makefile    Sun May  7 12:08:07 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/03/30 21:47:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2023/05/07 12:08:07 wiz Exp $
 
-DISTNAME=      libheif-1.15.2
-PKGREVISION=   1
+DISTNAME=      libheif-1.16.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_PROJECT=        libheif

Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.18 pkgsrc/graphics/libheif/distinfo:1.19
--- pkgsrc/graphics/libheif/distinfo:1.18       Wed Apr 12 09:35:29 2023
+++ pkgsrc/graphics/libheif/distinfo    Sun May  7 12:08:07 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/04/12 09:35:29 jperkin Exp $
+$NetBSD: distinfo,v 1.19 2023/05/07 12:08:07 wiz Exp $
 
-BLAKE2s (libheif-1.15.2.tar.gz) = 8f293fba6ed464f66b9306bea886054bf98937bde9a72c979659b05c07227f3f
-SHA512 (libheif-1.15.2.tar.gz) = 79f22dad084bbe965dae7b8f92fc119dbdde7a04577ca9c7bc28b1a022a06f0ae64d3fbd11e82d6907f0fd678a31d98275e508a51a6bd0a9e8675c93790f1996
-Size (libheif-1.15.2.tar.gz) = 1749773 bytes
-SHA1 (patch-libheif_heif__hevc.cc) = 05f1a09e1ca289e905af7ceb14273dcc1daa3172
+BLAKE2s (libheif-1.16.1.tar.gz) = a3e3672ae6c578d4373128e8af3b340cacead5a3404c767ce1edf421b564f5c6
+SHA512 (libheif-1.16.1.tar.gz) = d565bb81c09e5511379bce8300b7f8c51a60be42903383663599db5d67acf9286b87381182916b19d2dba18175019e4cdbcd6b8c80fa63c8c911d64b3fb558a7
+Size (libheif-1.16.1.tar.gz) = 1338412 bytes



Home | Main Index | Thread Index | Old Index