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:   tnn
Date:           Sun Sep  6 07:18:32 UTC 2020

Modified Files:
        pkgsrc/graphics/libheif: distinfo
Added Files:
        pkgsrc/graphics/libheif/patches: patch-examples_encoder__png.cc

Log Message:
libheif: add missing include


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/libheif/patches/patch-examples_encoder__png.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/distinfo
diff -u pkgsrc/graphics/libheif/distinfo:1.2 pkgsrc/graphics/libheif/distinfo:1.3
--- pkgsrc/graphics/libheif/distinfo:1.2        Thu Sep  3 19:07:19 2020
+++ pkgsrc/graphics/libheif/distinfo    Sun Sep  6 07:18:31 2020
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.2 2020/09/03 19:07:19 otis Exp $
+$NetBSD: distinfo,v 1.3 2020/09/06 07:18:31 tnn 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 (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

Added files:

Index: pkgsrc/graphics/libheif/patches/patch-examples_encoder__png.cc
diff -u /dev/null pkgsrc/graphics/libheif/patches/patch-examples_encoder__png.cc:1.1
--- /dev/null   Sun Sep  6 07:18:32 2020
+++ pkgsrc/graphics/libheif/patches/patch-examples_encoder__png.cc      Sun Sep  6 07:18:32 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-examples_encoder__png.cc,v 1.1 2020/09/06 07:18:32 tnn Exp $
+
+stdlib.h for malloc/free
+
+--- examples/encoder_png.cc.orig       2020-08-13 16:57:45.000000000 +0000
++++ examples/encoder_png.cc
+@@ -28,6 +28,7 @@
+ #include <math.h>
+ #include <png.h>
+ #include <string.h>
++#include <stdlib.h>
+ 
+ #include "encoder_png.h"
+ 



Home | Main Index | Thread Index | Old Index