diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 08:24:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-12 08:24:29 +0000 |
commit | e29d5654e9f416d889be863e8dd567a647259124 (patch) | |
tree | fd5d77a7bfd63e5bedb6bcf6e24de474d152ec6f /graphics/darktable | |
parent | 0c24508c5de0f4ea06b4183835f049d859bf7fba (diff) |
Notes
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 3 | ||||
-rw-r--r-- | graphics/darktable/files/patch-src__common__exif.cc | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index f1aac7c32303..ac89757206ce 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -7,6 +7,7 @@ PORTNAME= darktable PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7 @@ -15,7 +16,7 @@ COMMENT= A virtual lighttable and darkroom for photographers LICENSE= GPLv3 -LIB_DEPENDS= exiv2.9:${PORTSDIR}/graphics/exiv2 \ +LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2 \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ lensfun.2:${PORTSDIR}/graphics/lensfun \ diff --git a/graphics/darktable/files/patch-src__common__exif.cc b/graphics/darktable/files/patch-src__common__exif.cc new file mode 100644 index 000000000000..c897391d9b6d --- /dev/null +++ b/graphics/darktable/files/patch-src__common__exif.cc @@ -0,0 +1,15 @@ +--- ./src/common/exif.cc.orig 2010-12-07 12:49:56.000000000 +0100 ++++ ./src/common/exif.cc 2011-04-11 14:54:09.176904295 +0200 +@@ -29,11 +29,8 @@ + #include "common/imageio.h" + } + // #include <libexif/exif-data.h> +-#include <exiv2/xmp.hpp> +-#include <exiv2/error.hpp> +-#include <exiv2/image.hpp> +-#include <exiv2/exif.hpp> + #include <exiv2/canonmn.hpp> ++#include <exiv2/exiv2.hpp> + #include <sqlite3.h> + #include <iostream> + #include <fstream> |