[Lunar-commits] <moonbase> kdelibs4: A few changes to the depends. This is the start of giving the user

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat May 7 18:16:03 CEST 2011


commit 93e6cf01bdbee3fc8f829473bb35bc9ef526ab0f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat May 7 12:16:03 2011 -0400

    kdelibs4: A few changes to the depends. This is the start of giving the user
    
    a little more control over what is compiled/installed. This will be done as I get
    around to it. So refrain thine self to ask when it all will be done... it may never
    be.
    
    Do not complain if you find later that some module/sub module barfs for whatever reason.
    I will *always* compile kde with *all* optional dependencies, with the only exception of
    anything mono related; in other words I am not concerned over sorting through it all.
    
    Therefore, anything you trip over let me know or better yet; sort through it yourself and
    commit or lvu submit if your access prohibits such.
---
 kde4/base/kdelibs4/DEPENDS |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/kde4/base/kdelibs4/DEPENDS b/kde4/base/kdelibs4/DEPENDS
index 5574e57..13ccfd0 100644
--- a/kde4/base/kdelibs4/DEPENDS
+++ b/kde4/base/kdelibs4/DEPENDS
@@ -4,14 +4,18 @@ depends automoc
 depends strigi
 depends phonon
 depends shared-mime-info
-depends shared-desktop-ontologies
 depends boost
+depends shared-desktop-ontologies
 depends attica
 depends %GIF
 depends libdbusmenu-qt
 depends docbook-xml
 
-optional_depends "soprano"     "" "" "for RDF data support"
+optional_depends "bzip2"       "-DWITH_BZip2=ON"   "-DWITH_BZip2=OFF"   "for bzip file compression support"
+optional_depends "lzma-sdk"    "-DWITH_LibLZMA=ON" "-DWITH_LibLZMA=OFF" "for lzma file compression support"
+optional_depends "openssl"     "-DWITH_OpenSSL=ON" "-DWITH_OpenSSL=OFF" "for secure sockets level support"
+optional_depends "qca2"        "-DWITH_QCA2=ON"    "-DWITH_QCA2=OFF"    "for cross-platform crypto API support"
+optional_depends "soprano"     "-DWITH_Soprano=ON" "-DWITH_Soprano=OFF" "for RDF data support"
 optional_depends "polkit-qt-1" "" "" "for Kauth support"
 optional_depends "PyQt4"       "" "" "for python support in other kde4 modules"
 optional_depends "gamin"       "" "" "for file alteration support"
@@ -30,7 +34,7 @@ optional_depends "grantlee"    "" "" "for plugin based String Template system su
 optional_depends "subversion"  "" "" "for subversion support; can be used by Dolphin"
 optional_depends "git"         "" "" "for git support; can be used by Dolphin"
 
-optional_depends "qca2-cyrus-sasl" "" "" "Support for remote plasma widgets"
+optional_depends "qca2-cyrus-sasl" "-DWITH_QCA2=ON" "-DWITH_QCA2=OFF" "for cross-platform crypto API support"
 optional_depends "xscreensaver"    "" "" "for screensaver support"
 
 optional_depends "herqq"     "-DHUPNP_INCLUDE_DIR=/usr/include/HUpnpCore \


More information about the Lunar-commits mailing list