[Lunar-commits] r25776 - moonbase/trunk/qt-apps/lprof

Dennis Veatch stumbles at lunar-linux.org
Wed Sep 12 18:21:54 CEST 2007


Author: stumbles
Date: 2007-09-12 18:21:54 +0200 (Wed, 12 Sep 2007)
New Revision: 25776

Modified:
   moonbase/trunk/qt-apps/lprof/BUILD
   moonbase/trunk/qt-apps/lprof/DETAILS
Log:

This patch fixes a build failure on some bool issues.



Modified: moonbase/trunk/qt-apps/lprof/BUILD
===================================================================
--- moonbase/trunk/qt-apps/lprof/BUILD	2007-09-12 13:57:36 UTC (rev 25775)
+++ moonbase/trunk/qt-apps/lprof/BUILD	2007-09-12 16:21:54 UTC (rev 25776)
@@ -2,6 +2,11 @@
 
   . /etc/profile.d/qt3.rc
 
+#This should be revisited on the next lprof bump.
+  cd src/liblprof &&
+  patch < $SOURCE_CACHE/$SOURCE2 &&
+  cd ../../ &&
+
   python scons.py PREFIX="$QTDIR"  &&
 
   prepare_install  &&

Modified: moonbase/trunk/qt-apps/lprof/DETAILS
===================================================================
--- moonbase/trunk/qt-apps/lprof/DETAILS	2007-09-12 13:57:36 UTC (rev 25775)
+++ moonbase/trunk/qt-apps/lprof/DETAILS	2007-09-12 16:21:54 UTC (rev 25776)
@@ -1,14 +1,16 @@
           MODULE=lprof
          VERSION=1.11.4.1
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=lcms-117.patch
       SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:9f4467dbe5fa88eb77551e682976392854cfe411
+     SOURCE2_VFY=sha1:d484bfc1d2832c41cd36e82cb75ae0271684aabd
         WEB_SITE=http://lprof.sourceforge.net/
          ENTERED=20061218
-         UPDATED=20061218
+         UPDATED=20070912
            SHORT="ICC version 2 compliant profiler"
 cat << EOF
-
 LPROF is the only open source ICC profiler with a graphical user
 interface. It can be used to create ICC version 2 compliant profiles
 for cameras, scanners and monitors. As such it fills a necessary niche



More information about the Lunar-commits mailing list