From e648e1ca7920fc4fdfdfdc8dfd30504789b02efb Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sat, 13 Feb 2016 16:34:57 +0000 Subject: graphics/pfstools: some fixes - fixes for octave 4.0 - fixes for netpbm - submitter becomes maintainer PR: 206239 Submitted by: Iouri V. Ivliev Approved by: darius@dons.net.au (maintainer) --- graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp') diff --git a/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp b/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp index 7fbcfe4390eb..b6c15dd9255e 100644 --- a/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp +++ b/graphics/pfstools/files/patch-src-fileformat-pfsinjpeghdr.cpp @@ -1,6 +1,6 @@ ---- src/fileformat/pfsinjpeghdr.cpp.orig 2005-11-04 08:54:27.000000000 +0000 -+++ src/fileformat/pfsinjpeghdr.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -123,8 +123,8 @@ +--- src/fileformat/pfsinjpeghdr.cpp.orig 2005-11-04 08:54:27 UTC ++++ src/fileformat/pfsinjpeghdr.cpp +@@ -123,8 +123,8 @@ void readFrames( int argc, char* argv[] case JPEG_HEADER_HDR: // HDR image jpeghdr_start_decompress(&jhinf); frame = pfsio.createFrame( jhinf.cinfo.output_width, jhinf.cinfo.output_height ); @@ -11,7 +11,7 @@ // Important: test jhinf.output_scanline, not jhinf.cinfo int index ; index = 0; -@@ -144,7 +144,7 @@ +@@ -144,7 +144,7 @@ void readFrames( int argc, char* argv[] (Z->getRawData())[i] = hdrscan[3*i + 2]; } pfs::transformColorSpace( pfs::CS_RGB, X, Y, Z, pfs::CS_XYZ, X, Y, Z ); -- cgit v1.2.3