[125752] trunk/dports/graphics/ufraw

devans at macports.org devans at macports.org
Thu Sep 25 12:38:10 PDT 2014


Revision: 125752
          https://trac.macports.org/changeset/125752
Author:   devans at macports.org
Date:     2014-09-25 12:38:10 -0700 (Thu, 25 Sep 2014)
Log Message:
-----------
ufraw: update to version 0.20, based on dcraw 9.22, now supports Fuji X-Trans filters.

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

Removed Paths:
-------------
    trunk/dports/graphics/ufraw/files/cplusplus.patch

Modified: trunk/dports/graphics/ufraw/Portfile
===================================================================
--- trunk/dports/graphics/ufraw/Portfile	2014-09-25 19:32:08 UTC (rev 125751)
+++ trunk/dports/graphics/ufraw/Portfile	2014-09-25 19:38:10 UTC (rev 125752)
@@ -4,8 +4,7 @@
 PortSystem       1.0
 
 name             ufraw
-version          0.19.2
-revision         3
+version          0.20
 license          GPL-2+
 categories       graphics
 maintainers      devans openmaintainer
@@ -25,8 +24,8 @@
 # 0.19.2 was stealth-updated 2013-03-27
 dist_subdir      ${name}/${version}_1
 
-checksums        sha256  73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3 \
-                 rmd160  358b29124496acc6bff25c1a258cb5b8d64c6359
+checksums        sha256  6dcd30f73238f56641ec87ae07807a6ebeab141a1a481aafe3ddab6f3db8a1e0 \
+                 rmd160  8bc636a3bd643d00e2a8ad69a27125b6e732ca4b
 
 depends_build    port:pkgconfig
 depends_lib      port:dcraw \
@@ -39,8 +38,7 @@
                  port:cfitsio \
                  port:lensfun
 
-patchfiles       cplusplus.patch \
-                 patch-ufraw-gimp.c.diff
+patchfiles       patch-ufraw-gimp.c.diff
 
 configure.args   --enable-contrast
 

Deleted: trunk/dports/graphics/ufraw/files/cplusplus.patch
===================================================================
--- trunk/dports/graphics/ufraw/files/cplusplus.patch	2014-09-25 19:32:08 UTC (rev 125751)
+++ trunk/dports/graphics/ufraw/files/cplusplus.patch	2014-09-25 19:38:10 UTC (rev 125752)
@@ -1,24 +0,0 @@
---- ufraw.h.orig	2014-01-11 11:04:08.000000000 -0800
-+++ ufraw.h	2014-01-11 11:04:54.000000000 -0800
-@@ -41,6 +41,10 @@
- /* An impossible value for conf float values */
- #define NULLF -10000.0
- 
-+#ifdef __cplusplus
-+extern "C" {
-+#endif // __cplusplus
-+
- /* Options, like auto-adjust buttons can be in 3 states. Enabled and disabled
-  * are obvious. Apply means that the option was selected and some function
-  * has to act accourdingly, before changing to one of the first two states */
-@@ -78,10 +82,6 @@ extern UFName ufRawImage;
- extern UFName ufRawResources;
- extern UFName ufCommandLine;
- 
--#ifdef __cplusplus
--extern "C" {
--#endif // __cplusplus
--
-     UFObject *ufraw_image_new();
- #ifdef HAVE_LENSFUN
-     UFObject *ufraw_lensfun_new();

Modified: trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff
===================================================================
--- trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff	2014-09-25 19:32:08 UTC (rev 125751)
+++ trunk/dports/graphics/ufraw/files/patch-ufraw-gimp.c.diff	2014-09-25 19:38:10 UTC (rev 125752)
@@ -1,6 +1,6 @@
---- 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 @@
+--- ufraw-gimp.c.orig	2014-02-24 20:41:59.000000000 -0800
++++ ufraw-gimp.c	2014-09-25 12:21:43.000000000 -0700
+@@ -237,7 +237,10 @@
          uf->conf->embeddedImage = TRUE;
      }
  #else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140925/1c6be7db/attachment.html>


More information about the macports-changes mailing list