[Lunar-commits] <moonbase-other> darktable: Version bump to 1.0.5. Builds fine with the lastest lcms2 bump
Dennis Veatch
stumbles at lunar-linux.org
Sun Sep 16 13:21:02 CEST 2012
commit 06016f56b7bf7977d3c58982757f948fc3706b9c
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 16 Sep 2012 04:21:02 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/06016f56b7bf7977d3c58982757f948fc3706b9c
darktable: Version bump to 1.0.5. Builds fine with the lastest lcms2 bump
but borked on our version of librsvg. Adjusting the BUILD to correct.
---
graphics/darktable/BUILD | +3/-0
graphics/darktable/DETAILS | +5/-5
2 files changed, 8 insertions(+), 5 deletions(-)
--- a/graphics/darktable/BUILD
+++ b/graphics/darktable/BUILD
@@ -1,5 +1,8 @@
(
+# Fixes a cairo header depreciation build failure
+ sedit "s:librsvg/rsvg-cairo.h:cairo.h:g" src/iop/watermark.c &&
+
default_cmake_build
) > $C_FIFO 2>&1
--- a/graphics/darktable/DETAILS
+++ b/graphics/darktable/DETAILS
@@ -1,13 +1,13 @@
MODULE=darktable
- VERSION=0.9.3
+ VERSION=1.0.5
SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=http://downloads.sourceforge.net/project/darktable/darktable/0.9/
+ SOURCE_URL=$SFORGE_URL/darktable/darktable/${VERSION%.*}/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:36ed6c1102b920096cf80affd71adfa66ae85381
+ SOURCE_VFY=sha1:d007ada0f3fb3af6861de74323577b90eec3996e
WEB_SITE="http://www.darktable.org/"
ENTERED=20111109
- UPDATED=20111109
- SHORT="An image darkroom."
+ UPDATED=20120916
+ SHORT="An image darkroom"
cat << EOF
darktable is an open source photography workflow application and RAW
developer. A virtual lighttable and darkroom for photographers. It
More information about the Lunar-commits
mailing list