[Lunar-commits] r25633 - moonbase/trunk/graphics/digikam
Dennis Veatch
stumbles at lunar-linux.org
Mon Aug 27 04:42:33 CEST 2007
Author: stumbles
Date: 2007-08-27 04:42:33 +0200 (Mon, 27 Aug 2007)
New Revision: 25633
Modified:
moonbase/trunk/graphics/digikam/BUILD
moonbase/trunk/graphics/digikam/DETAILS
Log:
Adding a patch to fix some breakage on lcmsprf.h caused by
lcms-1.17.
This should be revisited on the next lcms bump.
Modified: moonbase/trunk/graphics/digikam/BUILD
===================================================================
--- moonbase/trunk/graphics/digikam/BUILD 2007-08-26 21:57:33 UTC (rev 25632)
+++ moonbase/trunk/graphics/digikam/BUILD 2007-08-27 02:42:33 UTC (rev 25633)
@@ -1,5 +1,9 @@
(
+ cd digikam/libs/lprof/ &&
+ patch < $SOURCE_CACHE/$SOURCE2 &&
+ cd $SOURCE_DIRECTORY &&
+
. /etc/profile.d/qt3.rc
. /etc/profile.d/kde3.rc
Modified: moonbase/trunk/graphics/digikam/DETAILS
===================================================================
--- moonbase/trunk/graphics/digikam/DETAILS 2007-08-26 21:57:33 UTC (rev 25632)
+++ moonbase/trunk/graphics/digikam/DETAILS 2007-08-27 02:42:33 UTC (rev 25633)
@@ -1,12 +1,15 @@
MODULE=digikam
VERSION=0.9.2
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-lcms-1.17.patch
SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL
MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
SOURCE_VFY=sha1:8344355c3a9e4b8648d2e1a853cdf54e90918d91
+ SOURCE2_VFY=sha1:f4c84bb8166876f8a12a7543d262eda15acbd63f
WEB_SITE=http://www.digikam.org/
ENTERED=20030403
- UPDATED=20070621
+ UPDATED=20070826
SHORT="simple digital photo management application"
cat << EOF
@@ -16,3 +19,4 @@
An easy to use interface is provided to connect to your camera and
preview images and download and/or delete them.
EOF
+
More information about the Lunar-commits
mailing list