[Lunar-commits] r16316 - in moonbase/trunk: graphics/ImageMagick kde3-apps/koffice
Dennis Veatch
stumbles at lunar-linux.org
Fri Sep 2 20:38:34 UTC 2005
Author: stumbles
Date: 2005-09-02 20:38:29 +0000 (Fri, 02 Sep 2005)
New Revision: 16316
Modified:
moonbase/trunk/graphics/ImageMagick/DEPENDS
moonbase/trunk/graphics/ImageMagick/DETAILS
moonbase/trunk/kde3-apps/koffice/DEPENDS
moonbase/trunk/kde3-apps/koffice/DETAILS
Log:
Add some optional depends.
Compiled/tested with gcc-3.4.4, glibc-2.3.5.
Modified: moonbase/trunk/graphics/ImageMagick/DEPENDS
===================================================================
--- moonbase/trunk/graphics/ImageMagick/DEPENDS 2005-09-02 17:16:24 UTC (rev 16315)
+++ moonbase/trunk/graphics/ImageMagick/DEPENDS 2005-09-02 20:38:29 UTC (rev 16316)
@@ -1,3 +1,5 @@
depends freetype2 &&
-optional_depends "tiff" "--with-tiff" "--without-tiff" "for tiff image support"
+optional_depends "tiff" "--with-tiff" "--without-tiff" "for tiff image support" &&
+optional_depends "xpm" "--with-xpm" "--without-xpm" "store color icons" &&
+optional_depends "libwmf" "--with-wmf" "--without-wmf" "support Windows Metafile"
Modified: moonbase/trunk/graphics/ImageMagick/DETAILS
===================================================================
--- moonbase/trunk/graphics/ImageMagick/DETAILS 2005-09-02 17:16:24 UTC (rev 16315)
+++ moonbase/trunk/graphics/ImageMagick/DETAILS 2005-09-02 20:38:29 UTC (rev 16316)
@@ -21,7 +21,7 @@
SOURCE_VFY=sha1:419a175796dffc3843f576272ea095f86bf0b9fa
WEB_SITE=http://www.imagemagick.org/
ENTERED=20010922
- UPDATED=20050815
+ UPDATED=20050902
PSAFE=no
SHORT="Automated and interactive manipulation of images."
Modified: moonbase/trunk/kde3-apps/koffice/DEPENDS
===================================================================
--- moonbase/trunk/kde3-apps/koffice/DEPENDS 2005-09-02 17:16:24 UTC (rev 16315)
+++ moonbase/trunk/kde3-apps/koffice/DEPENDS 2005-09-02 20:38:29 UTC (rev 16316)
@@ -3,4 +3,16 @@
optional_depends "Python" "" "" "for scripting support" &&
optional_depends "libart_lgpl" "" "" "to compile karbon and kontour" &&
optional_depends "wv2" "" "" "KOffice can read MS Word documents" &&
-optional_depends "lcms" "" "" "color management support"
+optional_depends "lcms" "" "" "color management support" &&
+optional_depends "libwpd" "" "" "import WordPerfect files" &&
+optional_depends "ImageMagick" "" "" "for Krita's import/export filter" &&
+
+optional_depends "postgresql" \
+ "--enable-pgsql" \
+ "--disable-pgsql" \
+ "for database support" &&
+
+optional_depends "mysql" \
+ "--enable-mysql" \
+ "--disable-mysql" \
+ "for database support"
Modified: moonbase/trunk/kde3-apps/koffice/DETAILS
===================================================================
--- moonbase/trunk/kde3-apps/koffice/DETAILS 2005-09-02 17:16:24 UTC (rev 16315)
+++ moonbase/trunk/kde3-apps/koffice/DETAILS 2005-09-02 20:38:29 UTC (rev 16316)
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:55b456beeb0be61d4ba0c16e8469f6ed6224d076
WEB_SITE=http://www.kde.org/
ENTERED=20020523
- UPDATED=20050726
+ UPDATED=20050902
GARBAGE=off
SHORT="Koffice is a collection of productivity applications."
More information about the Lunar-commits
mailing list