Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 382059

Summary: kde-base/kdelibs-4.7.0-r1 still depends on app-misc/strigi when semantic-desktop is disabled
Product: Gentoo Linux Reporter: Konstantin Tokarev <annulen>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Konstantin Tokarev 2011-09-06 16:14:43 UTC
AFAIK, Strigi is used for indexing and metadata search. I think it should be disabled when kdelibs are built with "-semantic-desktop".
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-09-09 20:43:15 UTC
set(STRIGI_MIN_VERSION 0.6.3)
find_package(Strigi)
if (WIN32)
    set (STRIGI_REQUIRED FALSE)
    set (STRIGI_EXTRA_TEXT "")
else (WIN32)
    set (STRIGI_REQUIRED TRUE)
    set (STRIGI_EXTRA_TEXT "Required by some critical kioslaves")
endif (WIN32)
macro_log_feature(STRIGI_FOUND "Strigi" "Desktop indexing and search support" "http://strigi.sourceforge.net" ${STRIGI_REQUIRED} "${STRIGI_MIN_VERSION}" ${STRIGI_EXTRA_TEXT})


Well, it's explicitly required by kdelibs now. The semantic-desktop useflag will probably have to go the way of the dinosaur...