aboutsummaryrefslogtreecommitdiff
path: root/modules/FindXine.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2009-03-11Suppress 'not found' messages from pkgconfig when the module subsequentlyDavid Jarvie
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476
2008-12-02-rework all uses of find_package(PkgConfig)/pkg_check_modules():Alexander Neundorf
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module and unwanted effects. *Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories. If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs. *Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for searching the libraries. These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs, either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword) I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig. Alex svn path=/trunk/KDE/kdelibs/; revision=891805
2008-11-29If version is OK, set XINE_FOUND to true also.Gökcen Eraslan
svn path=/trunk/KDE/kdelibs/; revision=890642
2008-11-28Fix the variable name to be checked to make this module really workGökcen Eraslan
svn path=/trunk/KDE/kdelibs/; revision=890246
2008-11-14-_PREFIX is also already set by pkg_check_modules()Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=884375
2008-11-14-replace UsePkgConfig with FindPkgConfigAlexander Neundorf
-FindPkgConfig can also be used under Windows, usually it will do just nothing then -also work if pkg-config fails -use FIND_PACKAGE_HANDLE_STANDARD_ARGS() -use the new HINTS argument for the FIND_XXX() commands, these directories are then preferred over the default ones -use the new if(... VERSION_GREATER) instead of macro_ensure_version() (new since 2.6.2) Alex svn path=/trunk/KDE/kdelibs/; revision=884360
2008-11-14Revert those files back to rev 882880 to get them into a known working state ↵Alexander Neundorf
again, except FindStrigi.cmake, which seems to be working. Let's start now cleaning them up step by step. Alex CCMAIL: helio@kde.org svn path=/trunk/KDE/kdelibs/; revision=884355
2008-11-11- Show real librariesHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882896
2008-11-11- Fix includedirs and add requires for pkgconfigHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882894
2008-11-11- Move old test check for new cmake pkg_check_moduleHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=882887
2008-08-21Re-Add FindXine.cmake, removing it is a source-incompatible change and breaksAndreas Pakulat
kdemultimedia compilation. svn path=/trunk/KDE/kdelibs/; revision=850292
2008-08-19Xine move to phononHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=849666
2008-02-19Try to search XINE_XCB_FOUND if we have xine installedLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=776982
2008-01-23Move here FindXine (use by kdebase and kdemultimedia)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=765135