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:   ryoon
Date:           Sat Feb  6 05:53:07 UTC 2021

Modified Files:
        pkgsrc/graphics/libheif: Makefile distinfo

Log Message:
libheif: Update to 1.11.0

Changelog:
    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()


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/libheif/Makefile \
    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.8 pkgsrc/graphics/libheif/Makefile:1.9
--- pkgsrc/graphics/libheif/Makefile:1.8        Mon Jan  4 11:06:21 2021
+++ pkgsrc/graphics/libheif/Makefile    Sat Feb  6 05:53:07 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/01/04 11:06:21 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2021/02/06 05:53:07 ryoon Exp $
 
-DISTNAME=      libheif-1.10.0
+DISTNAME=      libheif-1.11.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_PROJECT=        libheif
Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.8 pkgsrc/graphics/libheif/distinfo:1.9
--- pkgsrc/graphics/libheif/distinfo:1.8        Mon Jan  4 11:06:21 2021
+++ pkgsrc/graphics/libheif/distinfo    Sat Feb  6 05:53:07 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2021/01/04 11:06:21 wiz Exp $
+$NetBSD: distinfo,v 1.9 2021/02/06 05:53:07 ryoon Exp $
 
-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 (libheif-1.11.0.tar.gz) = def98b8c83861b6e4f3cdf6d3b57c9aaf3408923
+RMD160 (libheif-1.11.0.tar.gz) = e6c17b0c1016c10da0b1aec74fd9ae09c42dbdf7
+SHA512 (libheif-1.11.0.tar.gz) = 1a5d54a09a5dc581a054052bac4299f7c96ca121650e9238312c426d5261247ce6af1840088b8717c5a53d212b7ec17bfaa109b9245abfaebf1603eaeb77b0ed
+Size (libheif-1.11.0.tar.gz) = 1680855 bytes
 SHA1 (patch-configure) = 859f4ae06e77a79a723f2760d426c88787916a9c
 SHA1 (patch-examples_heif__info.cc) = ecc286a3a93741c57c2c717b0eba5861027bbe39
 SHA1 (patch-libheif_heif__hevc.cc) = 341b7c2a96ff6448b757bfe70b5d7e19acb04f1b



Home | Main Index | Thread Index | Old Index