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.