aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20-disable setting the LINK_INTERFACE_LIBRARIES temporarily for cmake cvs HEAD ↵Alexander Neundorf
and the soon to be released 2.6.2, since what is silently ignored and fails at link time now (or is hacked working as jaroslaw did) will fail the at cmake time, which is better, but will break e.g. Jaroslaws workarounds This will be fixed correctly when I'm back from vacation in two weeks. Alex svn path=/trunk/KDE/kdelibs/; revision=850198
2008-08-20Require at least Strigi 0.6.0 (SVN trunk) because a BC change was needed in ↵Jos van den Oever
libstreamanalyzer to support ARM architecture. svn path=/trunk/KDE/kdelibs/; revision=850153
2008-08-19Xine move to phononHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=849666
2008-08-19SVN_SILENT backport minor fixBenoît Jacob
svn path=/branches/KDE/4.1/kdelibs/; revision=849396
2008-08-19SVN_SILENT backport minor fixBenoît Jacob
svn path=/trunk/KDE/kdelibs/; revision=849395
2008-08-18backport FindEigen2.cmake. Since some apps like KOffice depend currently on Benoît Jacob
4.1 libs, i've been told this was useful to backport. svn path=/branches/KDE/4.1/kdelibs/; revision=848852
2008-08-17Fix close "if"Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=848174
2008-08-17Document the KDE_MIN_VERSION variable and that its deprecated.Andreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=848173
2008-08-17Add documentation for KDE_MIN_VERSION variableAndreas Pakulat
svn path=/branches/KDE/4.1/kdelibs/; revision=848170
2008-08-16FindQt4.cmake: fail if Qt3 has already been foundAlexander Neundorf
FATAL_ERROR also if called QUIETLY FindKDE4Internal.cmake: only abort with FATAL_ERROR if we are REQUIRED, otherwise just RETURN() and don't set KDE4_FOUND Alex svn path=/trunk/KDE/kdelibs/; revision=848106
2008-08-16don't override BUILD_<dir> with the DISABLE_ALL master switchAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=848008
2008-08-16*make Eigen2 install to prefix/include/eigen2/EigenBenoît Jacob
*Add FindEigen2.cmake module in kdelibs svn path=/trunk/KDE/kdelibs/; revision=847916
2008-08-16fix typoAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=847820
2008-08-16- FindLibXslt.cmake: proper naming for the variable for the executableAlexander Neundorf
- FindTIFF.cmake: minor cosmetics (sync with cmake) *PkgConfig: not required anymore now that we require cmake 2.6.0 Alex svn path=/trunk/KDE/kdelibs/; revision=847813
2008-08-16partly sync with cmake: /usr/pkg is searched anyway, initialize the ↵Alexander Neundorf
_LIBRARIES and INCLUDE_DIR variables Alex svn path=/trunk/KDE/kdelibs/; revision=847811
2008-08-16Rewrite QTest::kWaitForSignal so that it doesn't return false even when the ↵David Faure
signal was emitted, due to a timeout after that (e.g. due to a gdb breakpoint). With unit test. Add KGlobal::ref() in qtest_kde.h to fix konqhtmltest eventloops returning too early because the kmainwindow refcount stuff called qApp->quit after each window being created+closed. svn path=/trunk/KDE/kdelibs/; revision=847761
2008-08-15Allow to use a minimum version with cmake's find_package() call, likeAndreas Pakulat
find_package(KDE4 4.2.0 REQUIRED). Include some documentation for it. svn path=/trunk/KDE/kdelibs/; revision=847677
2008-08-14-add some documentationAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=847189
2008-08-14fix comment in the generated file, it was not correct anymore, the option ↵Alexander Neundorf
was removed two weeks ago or so Alex svn path=/trunk/KDE/kdelibs/; revision=847138
2008-08-14add a switch to disable all optional dirs initially, e.g. for building only ↵Alexander Neundorf
one of all the subdirs (requested by Saro) Alex CCMAIL: ps_ml@gmx.de svn path=/trunk/KDE/kdelibs/; revision=847137
2008-08-13Similar patch as in branch: more informative output when automoc4 isn't found.David Faure
svn path=/trunk/KDE/kdelibs/; revision=846504
2008-08-12-add Carbon to the "link interface" of kdecore on Mac, this fixes linking ↵Alexander Neundorf
libkopete (and shouldn't hurt, if it does, please let me know) -handle standard argument handling to FindCarbon.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=845637
2008-08-11potential_problems was just a remnant of early cmake portingAlexander Neundorf
FindPackageHandleStandardArgs.cmake now comes with cmake, so we don't need our pwn copy here anymore Alex svn path=/trunk/KDE/kdelibs/; revision=845538
2008-08-11mostly revert patch from yesterday, since it doesn't seem to support 64bit yetAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=845536
2008-08-11more output in the error message when automoc4config.cmake isn't found.David Faure
Too bad this doesn't apply to trunk anymore... svn path=/branches/KDE/4.1/kdelibs/; revision=845330
2008-08-10use the new-style cmake 2.6 find_package() mode which automatically searches ↵Alexander Neundorf
for the installed Automoc4Config.cmake in the appropriate directories. Alex svn path=/trunk/KDE/kdelibs/; revision=844694
2008-08-09disable the reduced link interface for now for windows, since there people ↵Alexander Neundorf
have problems since they are actually using the "debug" and "optimized" keywords for libraries, which leads to problems with cmake 2.6.0 and 2.6.1 when linking (it tries to link against -ldebug or -loptimized) Alex CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=844368
2008-08-08updated docRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=844128
2008-08-08limit KDEWIN_LIBRARIES to the library identified by the recent cmake build ↵Ralf Habacker
type - the new link interface of cmake 2.6.x does not support the optimized/debug library prefixes, using them results for example into kde4-config link error not finding 'optimized' library. svn path=/trunk/KDE/kdelibs/; revision=844126
2008-08-06-initialize LIB_SUFFIX to 64 (or 32) if kdelibs have been installed to lib64 ↵Alexander Neundorf
(or lib32) Does anybody think this might be a bad idea or cause problems under some weird circumstances ? Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=843268
2008-08-06one check less, now that cmake 2.6.0 is requiredMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=843151
2008-08-05-no need to test for > 2.5, since 2.6.0 is required now, so it is always > 2.5Alexander Neundorf
Alex CCMAIL: apaku@gmx.de svn path=/trunk/KDE/kdelibs/; revision=842686
2008-08-05Backport r842305:Andreas Pakulat
Fix my earlier mistake, Debugfull should be enabled for anything greater 2.5 (i.e. 2.6.0 and onwards) svn path=/branches/KDE/4.1/kdelibs/; revision=842307
2008-08-05Fix my earlier mistake, Debugfull should be enabled for anything greater 2.5 ↵Andreas Pakulat
(i.e. 2.6.0 and onwards) svn path=/trunk/KDE/kdelibs/; revision=842305
2008-08-04-require cmake >= 2.6.0Alexander Neundorf
-remove some tests for the current cmake versions Alex svn path=/trunk/KDE/kdelibs/; revision=842236
2008-07-29backport: when using cmake 2.6.0 make sure it's using automoc 0.9.84 or laterMatthias Kretz
svn path=/branches/KDE/4.1/kdelibs/; revision=839227
2008-07-29when using cmake 2.6.0 make sure it's using automoc 0.9.84 or laterMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=839226
2008-07-29-this was missing from the commit last night, which enabled the reduced link ↵Alexander Neundorf
interface: always write the reduced link information into KDELibsDependencies file Alex svn path=/trunk/KDE/kdelibs/; revision=838965
2008-07-28-make the reduced link interface the defaultAlexander Neundorf
Dirk fixed most (all ?) of the breakage this causes, let's see if there is something left (i.e. adding missing libraries to the TARGET_LINK_LIBRARIES() calls) Alex svn path=/trunk/KDE/kdelibs/; revision=838863
2008-07-28-print a reminder that starting next week at least cmake 2.6.0 is required ↵Alexander Neundorf
for building KDE 4 trunk Hint: you can easily install multiple versions of cmake by just putting them into separate directories and then calling them initially with the full path: /opt/cmake-2.6.0/bin/cmake ... Alex svn path=/trunk/KDE/kdelibs/; revision=838859
2008-07-25fix typoAllen Winter
SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837686
2008-07-24fix indentationAllen Winter
SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837465
2008-07-24second attempt:Allen Winter
compute variables for SOPRANO_PLUGIN_FOO_FOUND tidy up a bit svn path=/trunk/KDE/kdelibs/; revision=837464
2008-07-24revert.Allen Winter
no ready yet. svn path=/trunk/KDE/kdelibs/; revision=837419
2008-07-24compute variables for SOPRANO_PLUGIN_FOO_FOUNDAllen Winter
tidy up a bit CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=837396
2008-07-23-make the reduced link interface also available under Windows, sync with trunkAlexander Neundorf
Alex svn path=/branches/KDE/4.1/kdelibs/; revision=837147
2008-07-23remove the condition around KDE4_ENABLE_EXPERIMENTAL_LIB completelyChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=837109
2008-07-23enable KDE4_ENABLE_EXPERIMENTAL_LIB for windows too - kdelibs compiles fine ↵Christian Ehrlicher
with this option svn path=/trunk/KDE/kdelibs/; revision=837076
2008-07-22-same fix as in trunk: fix linking on WindowsAlexander Neundorf
The intention was tha by default the reduced link interface shouldn't be used (yet), but this wasn't the case under Windows, where it was enabled by default. This is changed now and now it is also under Windows disabled by default. Alex svn path=/branches/KDE/4.1/kdelibs/; revision=836768