aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2008-07-11Fix compilation of kdegraphics with exiv2-0.12 installed on the computer.David Faure
The code uses AccessMode which was added in 0.13, so at least for kdegraphics, the min version for a usable exiv2 is 0.13. CCMAIL: caulier.gilles@gmail.com svn path=/branches/KDE/4.1/kdelibs/; revision=830862
2008-07-094.1 -> 4.2Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=830131
2008-07-09revert.Allen Winter
wrong branch dummy! svn path=/branches/KDE/4.1/kdelibs/; revision=830130
2008-07-094.1 -> 4.2Allen Winter
svn path=/branches/KDE/4.1/kdelibs/; revision=830126
2008-07-08-apply patch from guru AT computer-rave DOT com , search ↵Alexander Neundorf
CMAKE_INSTALL_PREFIX correctly, i.e. without the "/lib", since this is already part of the PATH_SUFFIX Alex svn path=/trunk/KDE/kdelibs/; revision=829705
2008-07-07-make automoc4 required finally (... 4.1 is not too far away)Alexander Neundorf
Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=829250
2008-07-07Add some text explaining the FFMPEG include search pathsThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=829102
2008-07-07Fix obviously untested commit ("undefined reference to main"; wrong if ↵David Faure
syntax; test said that off_t wasn't 64 bit on a 64 bit machine...) svn path=/trunk/KDE/kdelibs/; revision=829098
2008-07-07add a configure check and add -D_FILE_OFFSET_BITS=64 if neededDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=829068
2008-07-06Copy over FindBoost.cmake from kdevplatform, which is 95% of the CMake 2.6Andreas Pakulat
version of this module (the 5% are owed to the fact that we're not requiring CMake 2.6 yet, when we do this can be dropped completely). This is backwards compatible with the cmake 2.4 version we had before in terms of usage so there are no expected portings or breakages from this. (tested by a couple of cmake users while implementing this for CMake 2.6) svn path=/trunk/KDE/kdelibs/; revision=828628
2008-07-02point to the correct test filename on windows, second tryChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=827019
2008-07-01this should fix update-mime-info execution on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=826849
2008-07-01Yeah, nice reversed condition. We have no .bat files on unix. This fixes ↵David Faure
make test... svn path=/trunk/KDE/kdelibs/; revision=826778
2008-06-27test executable is .xe.bat on windows (fake rpath handling)Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=825239
2008-06-26add KDE4_TARGET_LINK_INTERFACE_LIBRARIES, which I can useDirk Mueller
next monday to reduce excessive links svn path=/trunk/KDE/kdelibs/; revision=824675
2008-06-20fix install target: make it find the kdecmake.1 fileMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=822434
2008-06-19-when cmake 2.6 is used, create a manpage for the modules coming with ↵Alexander Neundorf
kdelibs and install it Alex CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=822366
2008-06-16-first search in KDE4_BIN_INSTALL_DIR, since this is most probably where ↵Alexander Neundorf
rcgen is to find -lowercase find_program() -fix documentation format Alex CCMAIL: <winter@kde.org> svn path=/trunk/KDE/kdelibs/; revision=821234
2008-06-16make sure to search only in ${BIN_INSTALL_DIR} for nepomuk-rcgen, just inAllen Winter
case there are other versions lying around out there. svn path=/trunk/KDE/kdelibs/; revision=820994
2008-06-12Update to the current naming scheme of the headers (at least as of 0.4.9)Thiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=819960
2008-06-09-this "if(WIN32)" was redundantAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=818866
2008-06-09-some minor reorganization of some windows stuff, centralizing it a bit moreAlexander Neundorf
Please test on Windows to make sure I didn't mess up anything. Alex CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=818834
2008-06-09just some cosmetics...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=818828
2008-06-06-no space necessary between -F and the directoryAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=817549
2008-06-05-add -F /Library/Frameworks to the moc arguments, otherwise moc doesn't find ↵Alexander Neundorf
the include dirs in frameworks when Qt is built as plain framework, which means that e.g. Q_OS_UNIX is not set and also Q_INTERFACE doesn't work Alex svn path=/trunk/KDE/kdelibs/; revision=817360
2008-06-04fix typoDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=816917
2008-06-04don't search in KDE4_LIB_DIR and KDE4_INCLUDE_DIR, since they point to the ↵Alexander Neundorf
kdelibs build/source dir when used inside kdelibs, KDE4_LIB_INSTALL_DIR and KDE4_INCLUDE_INSTALL_DIR should always have the same value, but be empty inside kdelibs. Alex svn path=/trunk/KDE/kdelibs/; revision=816915
2008-06-04Make it possible to specify where phonon is (e.g. using CMAKE_PREFIX_PATH ↵David Faure
with cmake-2.6, or CMAKE_LIBRARY_PATH with 2.4) : As discussed on kde-buildsystem: first look at CMAKE_PREFIX_PATH, then at the suggested PATHS (kde4 install dir) then at the default system locations (CMAKE_SYSTEM_PREFIX_PATH, i.e. /usr etc.). Brad says the next version of cmake will have a more convenient way of implementing this search order. svn path=/trunk/KDE/kdelibs/; revision=816902
2008-06-03As discussed with Dirk, make the link interface empty by default, i.e. by ↵Alexander Neundorf
default apps linking to libfoo won't be linked to the libs libfoo.so links against too anymore. This can be enabled by setting with the option KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT. If enabled, this currently breaks already kdelibs and probably other modules too. Dirk will test. Alex CCMAIL: mueller@kde.org CCMAIL: modestas@vainius.eu svn path=/trunk/KDE/kdelibs/; revision=816409
2008-06-03-ignore the previous commit and its comment...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=816407
2008-06-03hmmm, that optimization with skipping basically everything on a second run ↵Alexander Neundorf
has its problems, e.g. if an OPTION() is added later on it doesn't get noticed because it is skipped so, this is not really a fix, it just excludes the options from being skipped Alex svn path=/trunk/KDE/kdelibs/; revision=816406
2008-06-02-search in more directoriesAlexander Neundorf
Alex CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=815981
2008-05-29wrong docu is worse than no docuDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=814252
2008-05-28-always setup the policies if CMAKE_MINIMUM_REQUIRED() was executedAlexander Neundorf
(this should silence the warnings e.g. in kdebase) Alex svn path=/trunk/KDE/kdelibs/; revision=813924
2008-05-28-also list the tiff file as outputAlexander Neundorf
-the OUTPUT files are deleted automatically on "make clean", so no need to add them explicitely Alex svn path=/trunk/KDE/kdelibs/; revision=813894
2008-05-28also mention where the includes were found and Dirk Mueller
mark it as advanced svn path=/trunk/KDE/kdelibs/; revision=813677
2008-05-28add phonon includes back to KDE4_INCLUDES otherwise sourceDirk Mueller
compatibility is broken, especially when phonon is installed in a different prefix svn path=/trunk/KDE/kdelibs/; revision=813676
2008-05-27-use /Applications/KDE4 (instead of /Applications/KDE ) as default install ↵Alexander Neundorf
directory for application bundles on OSX Alex CCMAIL: rangerrick@gmail.com svn path=/trunk/KDE/kdelibs/; revision=813534
2008-05-27require Phonon: better error messagesMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813267
2008-05-26now it should be fully compatible againMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813026
2008-05-26try harder to find the right directoryMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813024
2008-05-26upsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813013
2008-05-26find and use installed PhononMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813005
2008-05-23-use BUNDLE DESTINATION on all cmake versions starting with 2.6, i.e. also 2.7Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=811505
2008-05-22make DBus work with Qt4 as frameworksAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=811204
2008-05-22Search nepomuk/global.h which is in kde 4.1 and not in kde 4.0Laurent Montel
because some guy has a kde4.0 with headers, but kde4.1 doesn't compile (kdebase/dolphin) with old nepomuk. It will fix check. svn path=/trunk/KDE/kdelibs/; revision=811179
2008-05-20revert exiting if SM or ICE isn't found.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=810500
2008-05-20be extra careful about libICE and libSM prerequisites since manyAllen Winter
distros have separate development packages for these. complain if they aren't installed. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=810372
2008-05-20perform discovery on X11/SM.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=810354
2008-05-14We need at least version 0.5.9 because of some serious bug fixes.Jos van den Oever
svn path=/trunk/KDE/kdelibs/; revision=807822