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:   jperkin
Date:           Wed Apr 12 09:35:29 UTC 2023

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

Log Message:
libheif: Avoid ambiguous function call.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/graphics/libheif/patches/patch-libheif_heif__hevc.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.17 pkgsrc/graphics/libheif/distinfo:1.18
--- pkgsrc/graphics/libheif/distinfo:1.17       Thu Mar 30 21:45:09 2023
+++ pkgsrc/graphics/libheif/distinfo    Wed Apr 12 09:35:29 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.17 2023/03/30 21:45:09 wiz Exp $
+$NetBSD: distinfo,v 1.18 2023/04/12 09:35:29 jperkin Exp $
 
 BLAKE2s (libheif-1.15.2.tar.gz) = 8f293fba6ed464f66b9306bea886054bf98937bde9a72c979659b05c07227f3f
 SHA512 (libheif-1.15.2.tar.gz) = 79f22dad084bbe965dae7b8f92fc119dbdde7a04577ca9c7bc28b1a022a06f0ae64d3fbd11e82d6907f0fd678a31d98275e508a51a6bd0a9e8675c93790f1996
 Size (libheif-1.15.2.tar.gz) = 1749773 bytes
+SHA1 (patch-libheif_heif__hevc.cc) = 05f1a09e1ca289e905af7ceb14273dcc1daa3172

Added files:

Index: pkgsrc/graphics/libheif/patches/patch-libheif_heif__hevc.cc
diff -u /dev/null pkgsrc/graphics/libheif/patches/patch-libheif_heif__hevc.cc:1.3
--- /dev/null   Wed Apr 12 09:35:29 2023
+++ pkgsrc/graphics/libheif/patches/patch-libheif_heif__hevc.cc Wed Apr 12 09:35:29 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-libheif_heif__hevc.cc,v 1.3 2023/04/12 09:35:29 jperkin Exp $
+
+Avoid ambiguous function call.
+
+--- libheif/heif_hevc.cc.orig  2022-11-15 13:24:59.000000000 +0000
++++ libheif/heif_hevc.cc
+@@ -24,6 +24,7 @@
+ #include <cmath>
+ 
+ using namespace heif;
++using std::pow;
+ 
+ 
+ static double read_depth_rep_info_element(BitReader& reader)



Home | Main Index | Thread Index | Old Index