From 585b8bd62c242aaed60b99d3f890d2a9bd4e34c0 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 1 Jan 2011 05:31:49 +0000 Subject: [PATCH] Only use one style of strigi module handling. Right now that means just grouping the modules into their own module set, and leaving out the strigi supermodule. At some point I may allow module-sets to have their own names so that you can do "kdesrc-build strigi" from the command line, but for now this will have to work. BUG:261638 svn path=/trunk/KDE/kdesdk/scripts/kdesrc-buildrc-sample; revision=1210570 --- kdesrc-buildrc-sample | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kdesrc-buildrc-sample b/kdesrc-buildrc-sample index e4fab6b..dc2982d 100644 --- a/kdesrc-buildrc-sample +++ b/kdesrc-buildrc-sample @@ -184,7 +184,7 @@ module-set # automoc is essential for building KDE's CMake-based modules, and so should be first # in this module set (but after Qt, if you're using qt-copy) # Phonon is the KDE multimedia layer, which is occasionally synced to Qt. - use-modules automoc cagibi attica soprano polkit-qt-1 phonon libstreams libstreamanalyzer strigi strigiclient strigiutils strigidaemon + use-modules automoc cagibi attica soprano polkit-qt-1 phonon # Special handling occurs with this option when used in module-set so you don't # have to re-type repository names. @@ -196,6 +196,14 @@ module-set # cmake-options -DCMAKE_BUILD_TYPE=debugfull end module-set +# This set includes the modules required for the "strigi" file analyzer, used to extract +# information contained in various file types for Dolphin previews, Nepomuk tagging, etc. +module-set + use-modules libstreams libstreamanalyzer strigiutils strigidaemon strigiclient + + repository kde-git +end module-set + # kdesupport contains taglib and QCA, and the Strigi library required for # kdelibs in KDE 4. taglib is required for JuK, amarok, and the meta info # reader for music files in Konqueror.