graphics/darktable: Updated for version 0.9.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Spencer 2011-12-29 00:34:32 -06:00 committed by Robby Workman
parent 970e224027
commit 61de6e44eb
4 changed files with 32 additions and 5 deletions

View File

@ -0,0 +1,24 @@
diff -u -r darktable-0.9.2//cmake/modules/FindGTK2.cmake darktable-0.9.2-patched//cmake/modules/FindGTK2.cmake
--- darktable-0.9.2//cmake/modules/FindGTK2.cmake 2011-08-24 10:20:29.000000000 +0100
+++ darktable-0.9.2-patched//cmake/modules/FindGTK2.cmake 2011-08-29 21:10:41.758237394 +0100
@@ -170,8 +170,6 @@
/usr/lib/i386-linux-gnu/
/usr/lib/x86_64-linux-gnu/
# end fix for Ubuntu >= 11.04 (Natty Narwhal)
- # look in debian/ubuntu multi-arch path (needs cmake >= 2.85~rc2)
- /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
/usr/local/lib64
/usr/local/lib
/usr/lib64
diff -u -r darktable-0.9.2//cmake/modules/FindGlib.cmake darktable-0.9.2-patched//cmake/modules/FindGlib.cmake
--- darktable-0.9.2//cmake/modules/FindGlib.cmake 2011-08-29 21:55:53.743097178 +0100
+++ darktable-0.9.2-patched//cmake/modules/FindGlib.cmake 2011-08-29 21:55:09.927007977 +0100
@@ -21,7 +21,7 @@
find_path(GlibConfig_INCLUDE_DIR
NAMES glibconfig.h
PATHS ${Glib_PKGCONF_INCLUDE_DIRS} /usr
- PATH_SUFFIXES lib/glib-2.0/include ../lib/glib-2.0/include
+ PATH_SUFFIXES lib${LIB_SUFFIX}/glib-2.0/include ../lib${LIB_SUFFIX}/glib-2.0/include
)
# Finally the library itself

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=darktable
VERSION=${VERSION:-0.9}
VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,6 +68,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Yet another package that doesn't honour lib64:
patch -p1 < $CWD/darktable-0.9.x_libpaths.patch
mkdir -p build
cd build
cmake \

View File

@ -1,8 +1,8 @@
PRGNAM="darktable"
VERSION="0.9"
VERSION="0.9.3"
HOMEPAGE="http://darktable.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/darktable/darktable-0.9.tar.gz"
MD5SUM="02397e09464a9084403270607133b5b5"
DOWNLOAD="http://downloads.sourceforge.net/darktable/darktable-0.9.3.tar.gz"
MD5SUM="49253a3a2990a4bf8e0b0a19295f19bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Spencer"

View File

@ -3,7 +3,7 @@
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
darktable: darktable (digital photography application)