[75148] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sun Jan 16 03:12:01 PST 2011


Revision: 75148
          http://trac.macports.org/changeset/75148
Author:   ryandesign at macports.org
Date:     2011-01-16 03:11:53 -0800 (Sun, 16 Jan 2011)
Log Message:
-----------
darktable: new port, version 0.7.1; see #27989

Added Paths:
-----------
    trunk/dports/graphics/darktable/
    trunk/dports/graphics/darktable/Portfile
    trunk/dports/graphics/darktable/files/
    trunk/dports/graphics/darktable/files/patch-src-common-exif.cc.diff

Added: trunk/dports/graphics/darktable/Portfile
===================================================================
--- trunk/dports/graphics/darktable/Portfile	                        (rev 0)
+++ trunk/dports/graphics/darktable/Portfile	2011-01-16 11:11:53 UTC (rev 75148)
@@ -0,0 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                darktable
+version             0.7.1
+categories          graphics
+platforms           darwin
+maintainers         gmail.com:julians37
+license             GPL-3
+
+description         Virtual lighttable and darkroom for photographers
+
+long_description    Darktable is a virtual lighttable and darkroom for \
+                    photographers: it manages your digital negatives in a \
+                    database and lets you view them through a zoomable \
+                    lighttable. It also enables you to develop raw images \
+                    and enhance them.
+
+homepage            http://darktable.sf.net/
+master_sites        sourceforge
+
+checksums           sha1    c0cb70f89ec5662f0eb3b38e7f4019235e93d5e4 \
+                    rmd160  13ce9120dfe217e21795159a2f0eca34a9e495d6
+
+depends_lib         path:lib/pkgconfig/cairo.pc:cairo \
+                    port:curl \
+                    port:dbus-glib \
+                    port:exiv2 \
+                    port:fop \
+                    port:gconf \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gtk2 \
+                    port:jpeg \
+                    port:lcms \
+                    port:lensfun \
+                    port:libglade2 \
+                    port:libgnome-keyring \
+                    port:libgphoto2 \
+                    port:libpng \
+                    port:librsvg \
+                    port:openexr \
+                    port:sqlite3 \
+                    port:tiff
+
+patchfiles          patch-src-common-exif.cc.diff
+
+livecheck.url       http://sourceforge.net/api/file/index/project-id/258690/rss
+livecheck.regex     {darktable-([0-9.]+?).tar}


Property changes on: trunk/dports/graphics/darktable/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/graphics/darktable/files/patch-src-common-exif.cc.diff
===================================================================
--- trunk/dports/graphics/darktable/files/patch-src-common-exif.cc.diff	                        (rev 0)
+++ trunk/dports/graphics/darktable/files/patch-src-common-exif.cc.diff	2011-01-16 11:11:53 UTC (rev 75148)
@@ -0,0 +1,10 @@
+--- src/common/exif.cc.orig	2010-12-08 00:49:56.000000000 +1300
++++ src/common/exif.cc	2011-01-16 13:53:58.000000000 +1300
+@@ -33,7 +33,6 @@
+ #include <exiv2/error.hpp>
+ #include <exiv2/image.hpp>
+ #include <exiv2/exif.hpp>
+-#include <exiv2/canonmn.hpp>
+ #include <sqlite3.h>
+ #include <iostream>
+ #include <fstream>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110116/ce6066ac/attachment-0001.html>


More information about the macports-changes mailing list