[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sun Sep 16 14:37:37 CEST 2012
commit c52a2b70e4d259172de466d1c6b856f9c58bc496
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 16 Sep 2012 05:37:37 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c52a2b70e4d259172de466d1c6b856f9c58bc496
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
audio/pulseaudio/BUILD | +4/-0
graphics/darktable/BUILD | +3/-0
graphics/darktable/DETAILS | +5/-5
3 files changed
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -1,5 +1,9 @@
(
+ if module_installed systemd ; then
+ OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
+ fi &&
+
libtoolize --copy --force --automake &&
autoreconf &&
--- 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