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
wilder
Michael Pyne 15 years ago
parent 6b9fd87bc7
commit 585b8bd62c
  1. 10
      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.

Loading…
Cancel
Save