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:           Mon Sep 28 13:38:14 UTC 2020

Modified Files:
        pkgsrc/graphics/libheif: Makefile distinfo
        pkgsrc/graphics/libheif/patches: patch-examples_heif__convert.cc
Removed Files:
        pkgsrc/graphics/libheif/patches: patch-examples_encoder__png.cc
            patch-examples_heif__enc.cc patch-examples_heif__info.cc
            patch-examples_heif__test.cc patch-libheif_heif__encoder__aom.cc

Log Message:
libheif: Update to 1.9.1

Changelog:
1.9.1
    fixed missing inline definition in C++ wrapper

1.9.0
    add dav1d decoder plugin for faster decoding of AVIF images
    support for images having both ICC and NCLX profiles
    save NCLX profiles to AV1/HEVC bitstreams and also read them from the bitstream
    add color profile API to C++ wrapper
    improve rounding in color conversions
    conformant encoding of AVIF images <16 pixels
    many fixes and small improvements


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/libheif/Makefile \
    pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/libheif/patches/patch-examples_encoder__png.cc \
    pkgsrc/graphics/libheif/patches/patch-examples_heif__enc.cc \
    pkgsrc/graphics/libheif/patches/patch-examples_heif__info.cc \
    pkgsrc/graphics/libheif/patches/patch-examples_heif__test.cc \
    pkgsrc/graphics/libheif/patches/patch-libheif_heif__encoder__aom.cc
cvs rdiff -u -r1.1 -r1.2 \
    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.3 pkgsrc/graphics/libheif/Makefile:1.4
--- pkgsrc/graphics/libheif/Makefile:1.3        Thu Sep  3 19:07:59 2020
+++ pkgsrc/graphics/libheif/Makefile    Mon Sep 28 13:38:13 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/09/03 19:07:59 otis Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/28 13:38:13 ryoon Exp $
 
-DISTNAME=      libheif-1.8.0
+DISTNAME=      libheif-1.9.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_PROJECT=        libheif
Index: pkgsrc/graphics/libheif/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.3 pkgsrc/graphics/libheif/distinfo:1.4
--- pkgsrc/graphics/libheif/distinfo:1.3        Sun Sep  6 07:18:31 2020
+++ pkgsrc/graphics/libheif/distinfo    Mon Sep 28 13:38:13 2020
@@ -1,13 +1,8 @@
-$NetBSD: distinfo,v 1.3 2020/09/06 07:18:31 tnn Exp $
+$NetBSD: distinfo,v 1.4 2020/09/28 13:38:13 ryoon Exp $
 
-SHA1 (libheif-1.8.0.tar.gz) = 22476e2697faebee6802169ee1746cdcdd7953fa
-RMD160 (libheif-1.8.0.tar.gz) = 68d53be124be293348023946ada37acee7432ea2
-SHA512 (libheif-1.8.0.tar.gz) = e6edf03c0baf7d55ace57b8de1cf05d3b6708a0bd58d4191599960ad3924509dd7e9528a021586012b768a5a5b253e5bab470b944a2ead45f85274842da4913a
-Size (libheif-1.8.0.tar.gz) = 1544438 bytes
+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 (patch-configure) = 859f4ae06e77a79a723f2760d426c88787916a9c
-SHA1 (patch-examples_encoder__png.cc) = ea9367502a07b150266951c843e14890f7eaa992
-SHA1 (patch-examples_heif__convert.cc) = bb7836d7ffdb18bb74f35c580b57df61d1533789
-SHA1 (patch-examples_heif__enc.cc) = 1c7dc8a1ed822727942d675d9ff6087b27d289e7
-SHA1 (patch-examples_heif__info.cc) = d0cd58c340d777a1bee63b7f0654ba5e193e7a62
-SHA1 (patch-examples_heif__test.cc) = ae4c07a340123da7b0f4f80b7c5b5de57d0b3cc1
-SHA1 (patch-libheif_heif__encoder__aom.cc) = 6554c39a76f853b0c46b63d6497d5d171e035f3e
+SHA1 (patch-examples_heif__convert.cc) = b4b6b16d40ad87ca20730c4decf337e7bf123ce4

Index: pkgsrc/graphics/libheif/patches/patch-examples_heif__convert.cc
diff -u pkgsrc/graphics/libheif/patches/patch-examples_heif__convert.cc:1.1 pkgsrc/graphics/libheif/patches/patch-examples_heif__convert.cc:1.2
--- pkgsrc/graphics/libheif/patches/patch-examples_heif__convert.cc:1.1 Thu Sep  3 19:07:19 2020
+++ pkgsrc/graphics/libheif/patches/patch-examples_heif__convert.cc     Mon Sep 28 13:38:13 2020
@@ -1,17 +1,15 @@
-$NetBSD: patch-examples_heif__convert.cc,v 1.1 2020/09/03 19:07:19 otis Exp $
+$NetBSD: patch-examples_heif__convert.cc,v 1.2 2020/09/28 13:38:13 ryoon Exp $
 
 Include alloca.h on SunOS
 
---- examples/heif_convert.cc.orig      2020-08-13 16:57:45.000000000 +0000
+--- examples/heif_convert.cc.orig      2020-09-23 14:02:39.000000000 +0000
 +++ examples/heif_convert.cc
-@@ -35,6 +35,10 @@
- 
+@@ -27,7 +27,7 @@
+ #include "config.h"
  #endif
  
-+#if defined(sun) || defined(__sun)
-+#include <alloca.h>
-+#endif
-+
- #include <fstream>
- #include <iostream>
- #include <sstream>
+-#if defined(_MSC_VER) || defined(__MINGW32__)
++#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__NetBSD__)
+ # include <malloc.h>
+ #else
+ # include <alloca.h>



Home | Main Index | Thread Index | Old Index