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:           Mon Jan  4 11:06:21 UTC 2021

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

Log Message:
libheif: update to 1.10.0.

v1.10.0 - read all auxiliary images, improve macOS compatibility

    new API: may access all (vendor-dependent) auxiliary images (e.g. hdrgainmap, semanticskinmatte, ...)
    change the way images with odd sizes are written so that macOS can read them
    when ICC profile is present, will now write two colr boxes (nclx and ICC) into AVIF files. Also reads files with two colr boxes
    alpha image is now saved as monochrome
    loading of 16bit greyscale PNGs in heif_enc
    heif_enc, option "-E" deprecated
    remove dependency on alloca()
    fix known bugs


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/libheif/Makefile \
    pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/graphics/libheif/patches/patch-examples_heif__convert.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.7 pkgsrc/graphics/libheif/Makefile:1.8
--- pkgsrc/graphics/libheif/Makefile:1.7        Mon Nov 16 11:05:52 2020
+++ pkgsrc/graphics/libheif/Makefile    Mon Jan  4 11:06:21 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/11/16 11:05:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2021/01/04 11:06:21 wiz Exp $
 
-DISTNAME=      libheif-1.9.1
-PKGREVISION=   1
+DISTNAME=      libheif-1.10.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_PROJECT=        libheif
Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.7 pkgsrc/graphics/libheif/distinfo:1.8
--- pkgsrc/graphics/libheif/distinfo:1.7        Fri Oct  2 17:13:17 2020
+++ pkgsrc/graphics/libheif/distinfo    Mon Jan  4 11:06:21 2021
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.7 2020/10/02 17:13:17 otis Exp $
+$NetBSD: distinfo,v 1.8 2021/01/04 11:06:21 wiz Exp $
 
-SHA1 (libheif-1.9.1.tar.gz) = 4fd8929b68af2b8f8870f5f7e5ce6918b35460c6
-RMD160 (libheif-1.9.1.tar.gz) = 92a6ff1b051c53da86643ef87c4d6c252772306b
-SHA512 (libheif-1.9.1.tar.gz) = a41ff9666877904da095c72af743b56196c75ce90deaeb1998be7eba9729a62282827e7e916e2a067489cc78e558c55fbb6d70da6a5b5281f6d2efcccbe6dbbe
-Size (libheif-1.9.1.tar.gz) = 1556450 bytes
+SHA1 (libheif-1.10.0.tar.gz) = 07b62ecf81bd7f8547fd1f800f8127c087126940
+RMD160 (libheif-1.10.0.tar.gz) = 106aa96344b2a7b3090f24bd865c6704a60bded4
+SHA512 (libheif-1.10.0.tar.gz) = 85550afe4d2c4a0af16213f51b7c9e9478f87199941d125aa7622ee42e5473a2344f3460d9c684b1805d45f903a98b77b4081f539d5b8c445fbf9443c8341629
+Size (libheif-1.10.0.tar.gz) = 1681115 bytes
 SHA1 (patch-configure) = 859f4ae06e77a79a723f2760d426c88787916a9c
-SHA1 (patch-examples_heif__convert.cc) = 6bdcf91c237824aaa63541370d342d86f5255db8
 SHA1 (patch-examples_heif__info.cc) = ecc286a3a93741c57c2c717b0eba5861027bbe39
 SHA1 (patch-libheif_heif__hevc.cc) = 341b7c2a96ff6448b757bfe70b5d7e19acb04f1b



Home | Main Index | Thread Index | Old Index