[Lunar-commits] <moonbase> strigi: A little adjustment to the DEPENDS, a couple optional_depends have dropped

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Aug 26 00:27:40 CEST 2011


commit c88141e4ed10361ca19ccfe2fb75fd0307ff2d7b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Aug 25 18:27:40 2011 -0400

    strigi: A little adjustment to the DEPENDS, a couple optional_depends have dropped
    
    off and adding one for ffmpeg.
---
 kde4/utils/strigi/DEPENDS |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde4/utils/strigi/DEPENDS b/kde4/utils/strigi/DEPENDS
index 820c72d..bcdd992 100644
--- a/kde4/utils/strigi/DEPENDS
+++ b/kde4/utils/strigi/DEPENDS
@@ -3,12 +3,13 @@ depends zlib
 depends bzip2
 depends openssl
 depends cmake
+depends cppunit
 
 optional_depends "dbus"           "-DENABLE_DBUS=ON"    "-DENABLE_DBUS=OFF"    "for dbus support"
-optional_depends "expat"          "-DENABLE_EXPAT=ON"   "-DENABLE_EXPAT=OFF"   "for XML parsing support"
 optional_depends "clucene"        "-DENABLE_CLUCENE=ON" "-DENABLE_CLUCENE=OFF" "for indexing and searching support"
 optional_depends "gamin"          "-DENABLE_FAM=ON"     "-DENABLE_FAM=OFF"     "for file alteration monitoring support"
 optional_depends "exiv2"          "-DENABLE_EXIV2=ON"   "-DENABLE_EXIV2=OFF"   "for metadata indexing support"
-optional_depends "cppunit"        "-DENABLE_CPPUNIT=ON" "-DENABLE_CPPUNIT=OFF" "Support for Strigi unit tests"
 optional_depends "apache-log4cxx" "-DENABLE_LOG4CXX=ON" "-DENABLE_LOG4CXX=OFF" "for advanced logging support"
+optional_depends "ffmpeg"         "-DENABLE_FFMPEG=ON"  "-DENABLE_FFMPEG=OFF"  "enable FFMPEG support. This adds support for a larger number of media formats(testing)"
+optional_depends "qt4"            "-DENABLE_QT4=ON"     "-DENABLE_QT4=OFF"     "enable the Qt4 GUI"
 optional_depends "%JAVA_SDK"      ""                    ""                     "for java support"


More information about the Lunar-commits mailing list