[116028] trunk/dports/graphics/ufraw

devans at macports.org devans at macports.org
Thu Jan 16 10:53:07 PST 2014


Revision: 116028
          https://trac.macports.org/changeset/116028
Author:   devans at macports.org
Date:     2014-01-16 10:53:07 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
ufraw: disable loading of images at 1/8 size in non-interactive mode which causes problems with gimp-gap's processing of videos created from RAW frame sequences.

Modified Paths:
--------------
    trunk/dports/graphics/ufraw/Portfile

Added Paths:
-----------
    trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff

Modified: trunk/dports/graphics/ufraw/Portfile
===================================================================
--- trunk/dports/graphics/ufraw/Portfile	2014-01-16 18:45:15 UTC (rev 116027)
+++ trunk/dports/graphics/ufraw/Portfile	2014-01-16 18:53:07 UTC (rev 116028)
@@ -5,7 +5,7 @@
 
 name             ufraw
 version          0.19.2
-revision         2
+revision         3
 license          GPL-2+
 categories       graphics
 maintainers      devans openmaintainer
@@ -39,7 +39,8 @@
                  port:cfitsio \
                  port:lensfun
 
-patchfiles       cplusplus.patch
+patchfiles       cplusplus.patch \
+                 patch-ufraw-gimp.c.diff
 
 configure.args   --enable-contrast
 

Added: trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff
===================================================================
--- trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff	                        (rev 0)
+++ trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff	2014-01-16 18:53:07 UTC (rev 116028)
@@ -0,0 +1,14 @@
+--- ufraw-gimp.c.orig	2014-01-16 10:32:12.000000000 -0800
++++ ufraw-gimp.c	2014-01-16 10:38:12.000000000 -0800
+@@ -260,7 +260,10 @@
+         uf->conf->embeddedImage = TRUE;
+     }
+ #else
+-    if (run_mode == GIMP_RUN_NONINTERACTIVE) uf->conf->shrink = 8;
++/*   this loads images at 1/8 size in non-interactive mode
++ *   which causes problems with gimp-gap's processing of
++ *   videos created from RAW frame sequences
++ *   if (run_mode == GIMP_RUN_NONINTERACTIVE) uf->conf->shrink = 8; */
+ #endif
+     /* UFRaw already issues warnings.
+      * With GIMP_PDB_CANCEL, Gimp won't issue another one. */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/53de31d2/attachment.html>


More information about the macports-changes mailing list