Skip to content

Commit

Permalink
darktable: Version bump to 1.0.5. Builds fine with the lastest lcms2 …
Browse files Browse the repository at this point in the history
…bump

but borked on our version of librsvg. Adjusting the BUILD to correct.
  • Loading branch information
Dennis Veatch committed Sep 16, 2012
1 parent a75585d commit 06016f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 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
10 changes: 5 additions & 5 deletions 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
Expand Down

0 comments on commit 06016f5

Please sign in to comment.