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:           Mon May 15 09:23:18 UTC 2023

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

Log Message:
libheif: Explicitly use std::pow.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libheif/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/libheif/patches/patch-libheif_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.19 pkgsrc/graphics/libheif/distinfo:1.20
--- pkgsrc/graphics/libheif/distinfo:1.19       Sun May  7 12:08:07 2023
+++ pkgsrc/graphics/libheif/distinfo    Mon May 15 09:23:18 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.19 2023/05/07 12:08:07 wiz Exp $
+$NetBSD: distinfo,v 1.20 2023/05/15 09:23:18 jperkin Exp $
 
 BLAKE2s (libheif-1.16.1.tar.gz) = a3e3672ae6c578d4373128e8af3b340cacead5a3404c767ce1edf421b564f5c6
 SHA512 (libheif-1.16.1.tar.gz) = d565bb81c09e5511379bce8300b7f8c51a60be42903383663599db5d67acf9286b87381182916b19d2dba18175019e4cdbcd6b8c80fa63c8c911d64b3fb558a7
 Size (libheif-1.16.1.tar.gz) = 1338412 bytes
+SHA1 (patch-libheif_hevc.cc) = 3dce31b1c73d2922abba153806cd3529c07312b9

Added files:

Index: pkgsrc/graphics/libheif/patches/patch-libheif_hevc.cc
diff -u /dev/null pkgsrc/graphics/libheif/patches/patch-libheif_hevc.cc:1.1
--- /dev/null   Mon May 15 09:23:18 2023
+++ pkgsrc/graphics/libheif/patches/patch-libheif_hevc.cc       Mon May 15 09:23:18 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-libheif_hevc.cc,v 1.1 2023/05/15 09:23:18 jperkin Exp $
+
+Explicitly use std::pow.
+
+--- libheif/hevc.cc.orig       2023-05-03 07:03:54.000000000 +0000
++++ libheif/hevc.cc
+@@ -23,6 +23,7 @@
+ 
+ #include <cmath>
+ 
++using std::pow;
+ 
+ static double read_depth_rep_info_element(BitReader& reader)
+ {



Home | Main Index | Thread Index | Old Index