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 Nov 24 10:07:53 UTC 2024

Modified Files:
        pkgsrc/graphics/libheif: Makefile distinfo

Log Message:
libheif: update to 1.19.5.

1.19.5

fix heif_image_handle_is_premultiplied_alpha() #1394

1.19.4

Fixes a few minor bugs:

    fix crash when encoding tiled unci images
    fix crash in heif_context_encode_grid()
    fix querying the preferred colorspace for monochrome AVIF files
    error when using a chroma format or bit depth that is not supported by the Kvazaar plugin
    output proper error message when memory allocation failed and use user-defined security limits
    heif-dec: do not show progress when option --quiet it given


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libheif/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/libheif/distinfo

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.39 pkgsrc/graphics/libheif/Makefile:1.40
--- pkgsrc/graphics/libheif/Makefile:1.39       Sun Nov 17 09:16:24 2024
+++ pkgsrc/graphics/libheif/Makefile    Sun Nov 24 10:07:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/11/17 09:16:24 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/11/24 10:07:53 wiz Exp $
 
-DISTNAME=      libheif-1.19.3
+DISTNAME=      libheif-1.19.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.33 pkgsrc/graphics/libheif/distinfo:1.34
--- pkgsrc/graphics/libheif/distinfo:1.33       Sun Nov 17 09:16:24 2024
+++ pkgsrc/graphics/libheif/distinfo    Sun Nov 24 10:07:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/11/17 09:16:24 wiz Exp $
+$NetBSD: distinfo,v 1.34 2024/11/24 10:07:53 wiz Exp $
 
-BLAKE2s (libheif-1.19.3.tar.gz) = 21d4311d97a26b896e51f66b5304faa8f1885c73c2c04b5c5157f2ab818c1211
-SHA512 (libheif-1.19.3.tar.gz) = 515a98b1987ab0f0a25cb72fe0e860c2a939593ca83898ea97fcdc798741fa5e31961b79ac0febd83023db20c2dee141698d38c236486eba67414250f35c5536
-Size (libheif-1.19.3.tar.gz) = 1714718 bytes
+BLAKE2s (libheif-1.19.5.tar.gz) = c5e88f9dded5ebe8f24aee86456bd30e8b0f4b06ae03b72324278e0ecf51b297
+SHA512 (libheif-1.19.5.tar.gz) = 3cad96dea5e40ab6182ed9dd577c6cdb06993aad2c7a4ba10e11a9407e4a0378729ecb71dc74cdd57b3493aace4390ace9ae1a96d9e983ce07fb07bc51ac4904
+Size (libheif-1.19.5.tar.gz) = 1716856 bytes



Home | Main Index | Thread Index | Old Index