pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/luminance-hdr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 30 18:40:15 UTC 2024

Modified Files:
        pkgsrc/graphics/luminance-hdr: distinfo
Added Files:
        pkgsrc/graphics/luminance-hdr/patches:
            patch-src_Libpfs_manip_resize.hxx

Log Message:
luminance-hdr: fix build with boost 1.85


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/luminance-hdr/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/luminance-hdr/patches/patch-src_Libpfs_manip_resize.hxx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/luminance-hdr/distinfo
diff -u pkgsrc/graphics/luminance-hdr/distinfo:1.10 pkgsrc/graphics/luminance-hdr/distinfo:1.11
--- pkgsrc/graphics/luminance-hdr/distinfo:1.10 Sun Jul 23 21:00:18 2023
+++ pkgsrc/graphics/luminance-hdr/distinfo      Thu May 30 18:40:15 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2023/07/23 21:00:18 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/05/30 18:40:15 wiz Exp $
 
 BLAKE2s (luminance-hdr-2.6.1.1.tar.bz2) = 4ce7ce6bbc9833a8eaa336249871710d5ccbbd21e34a26a6372d0647ca9487d4
 SHA512 (luminance-hdr-2.6.1.1.tar.bz2) = 9006339037aa3a0b7332cf71e1cf143d9e700eaae1102dfb8eccea8a9d97a5bcb6331202684adf76542116927dd9a69169882518af6ebb25c85d08057fdc552e
@@ -8,4 +8,5 @@ SHA1 (patch-build__files_Modules_Compile
 SHA1 (patch-src_Exif_ExifOperations.cpp) = e1adceb033db85f7e59e18f42685ff9d0f5948bd
 SHA1 (patch-src_Libpfs_CMakeLists.txt) = 6cf7b440fdf22d72e2d9abbc328c715e711a15a6
 SHA1 (patch-src_Libpfs_exif_exifdata.cpp) = 07fa2f66604b760643b832eb0a5c00031e7decf9
+SHA1 (patch-src_Libpfs_manip_resize.hxx) = 9c65589fa684cd8d2d4f2482d4c94317842c55ba
 SHA1 (patch-src_TransplantExif_TransplantExifDialog.cpp) = 8bd11c7be19f699714a5a7a28ee5a415c0ac9940

Added files:

Index: pkgsrc/graphics/luminance-hdr/patches/patch-src_Libpfs_manip_resize.hxx
diff -u /dev/null pkgsrc/graphics/luminance-hdr/patches/patch-src_Libpfs_manip_resize.hxx:1.1
--- /dev/null   Thu May 30 18:40:15 2024
+++ pkgsrc/graphics/luminance-hdr/patches/patch-src_Libpfs_manip_resize.hxx     Thu May 30 18:40:15 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_Libpfs_manip_resize.hxx,v 1.1 2024/05/30 18:40:15 wiz Exp $
+
+Fix build with boost 1.85.
+
+--- src/Libpfs/manip/resize.hxx.orig   2024-05-30 18:37:03.836910306 +0000
++++ src/Libpfs/manip/resize.hxx
+@@ -23,6 +23,7 @@
+ #define PFS_RESIZE_HXX
+ 
+ #include <boost/math/constants/constants.hpp>
++#include <boost/numeric/conversion/bounds.hpp>
+ #include "copy.h"
+ #include "resize.h"
+ #include "../../sleef.c"



Home | Main Index | Thread Index | Old Index