Rev |
Age |
Author |
Path |
Log message |
Diff |
19226 |
2503d 23h |
craig |
/trunk/Scribus/cmake/ |
Add CMake option WANT_SVNVERSION to include SVN version in about.cpp to avoid issues on non svn systems, see CMake bug #10200 |
|
19172 |
2515d 23h |
craig |
/trunk/Scribus/cmake/ |
Add subversion finder |
|
18497 |
2766d 23h |
jghali |
/trunk/Scribus/cmake/ |
Bump LittleCMS version requirement to lcms2 |
|
18495 |
2767d 00h |
jghali |
/trunk/Scribus/cmake/ |
bump cairo version requirement to 1.10 and do consequent cleanups |
|
17967 |
3047d 13h |
jghali |
/trunk/Scribus/cmake/ |
remove some now unneeded cmake modules |
|
17894 |
3073d 23h |
craig |
/trunk/Scribus/cmake/ |
#11185: Bump minimum poppler version to 0.19.0 |
|
17647 |
3221d 00h |
jghali |
/trunk/Scribus/cmake/ |
#10813: Hardcoded multiarch paths in FindPOPPLER.cmake |
|
17609 |
3225d 10h |
craig |
/trunk/Scribus/cmake/ |
Finding poppler, also look in *buntu's i386 lib dir |
|
17601 |
3227d 00h |
craig |
/trunk/Scribus/cmake/ |
#10756: on debian testing (and ubuntu) fails to cmake if poppler*-dev is present |
|
17429 |
3299d 01h |
craig |
/trunk/Scribus/cmake/ |
Add Hunspell CMake Finder script |
|
16730 |
3555d 12h |
fschmid |
/trunk/Scribus/cmake/ |
Added cmake module for finding poppler. |
|
16374 |
3718d 05h |
craig |
/trunk/Scribus/cmake/ |
Add missing FindHYPHEN.cmake file |
|
15714 |
3825d 22h |
christoph |
/trunk/Scribus/cmake/ |
latest GM patch from Herm |
|
15143 |
3980d 03h |
fschmid |
/trunk/Scribus/cmake/ |
Enabled LCMS-2 + fixes for Linux. |
|
15134 |
3982d 04h |
cbradney |
/trunk/Scribus/cmake/ |
Add LCMS2 finder for CMake.. with guesses at names for now |
|
14668 |
4089d 22h |
cbradney |
/trunk/Scribus/cmake/ |
Add LCMS directory suffix to LCMS CMake finder |
|
13962 |
4247d 08h |
herm |
/trunk/Scribus/cmake/ |
Fixed GraphicsMagick build system. |
|
13961 |
4247d 10h |
cbradney |
/trunk/Scribus/cmake/ |
Fix GraphicsMagick syntax errors |
|
13960 |
4247d 10h |
herm |
/trunk/Scribus/cmake/ |
Added missing files for Uniconvertor and GraphicsMagick. |
|
13947 |
4250d 22h |
cbradney |
/trunk/Scribus/cmake/ |
Adjust OSG finder a little to make it work when OSG is not installed and WANT_NOOSG is not set, fix designer browser plugin compilation for new ui dir location |
|
13840 |
4272d 22h |
fschmid |
/trunk/Scribus/cmake/ |
Added the cmake module for finding the OpenSceneGraph stuff. |
|
12461 |
4632d 21h |
avox |
/trunk/Scribus/cmake/ |
remove unneeded includes |
|
12446 |
4637d 04h |
pierre |
/trunk/Scribus/cmake/ |
Added the IngestOSXBundleLibraries script from cmake Head in order to ease making MacOsX bundle. |
|
12408 |
4657d 18h |
cbradney |
/trunk/Scribus/cmake/ |
Remove executable property |
|
12134 |
4716d 22h |
cbradney |
/trunk/Scribus/cmake/ |
Use new pkgconfig finding method for fontconfig |
|
12131 |
4717d 00h |
cbradney |
/trunk/Scribus/cmake/ |
Update cairo finder for cmake 2.6, and require 2.6 on windows |
|
10818 |
4950d 08h |
craig |
/trunk/Scribus/cmake/ |
Retry of 10817 with a bit of work to make it CMake 2.4 compatible.
More win32+cmake updates:
- Backport the FIND_PACKAGE_HANDLE_STANDARD_ARGS macro from CMake 2.5.
2.5 users see the stock CMake macro, but 2.4 users get our copy. This
permits more CMake 2.5 Find...cmake scripts to be used.
- Provide a new macro, LIBRARY_DEBUG_AND_RELEASE, that sets blah_LIBRARY
based on which of blah_LIBRARY_DEBUG and blah_LIBRARY_RELEASE are set.
On most platforms blah_LIBRARY_DEBUG will be unset so this'll just
set the blah_LIBRARY to blah_LIBRARY_RELEASE (matching the old behaviour).
- Where available, find and link to debug versions of required libraries
automatically when doing a debug build by finding debug and release versions
separately then using LIBRARY_DEBUG_AND_RELEASE .
- Ensure all used CMake Find scripts can use a library names variable
to specify alternate names libs may have (eg ZLIB_NAMES).
- On windows, permit use of the zlib and libpng libraries statically linked
into qtcore.dll rather than standalone versions (see build instructions)
- Updates to build script in win32 build instructions |
|
10816 |
4950d 09h |
craig |
/trunk/Scribus/cmake/ |
.... and commit empty files left by reversal. |
|
10815 |
4950d 09h |
craig |
/trunk/Scribus/cmake/ |
- Revert r10813 - failed to test with CMake 2.4 . |
|
10814 |
4950d 09h |
craig |
/trunk/Scribus/cmake/ |
More win32+cmake updates:
- Where available, find and link to debug versions of required libraries
automatically when doing a debug build
- Ensure all used CMake Find scripts can use a library names variable
to specify alternate names libs may have. Not all the stock ones
permit this.
- Permit use of the zlib and libpng libraries statically linked into
qtcore.dll rather than standalone versions (see build instructions)
- Updates to build script in win32 build instructions |
|
10798 |
4952d 03h |
craig |
/trunk/Scribus/cmake/ |
Permit specification of alternate names for freetype library |
|
10762 |
4953d 23h |
cbradney |
/trunk/Scribus/cmake/ |
Replace CMAKE command to allow cmake user include option again |
|
10746 |
4954d 02h |
craig |
/trunk/Scribus/cmake/ |
lcms may be called lcmsdll.dll on win32 |
|
10254 |
5016d 23h |
cbradney |
/trunk/Scribus/cmake/ |
Allow podofo finder to use /usr and /usr/local |
|
10236 |
5019d 22h |
cbradney |
/trunk/Scribus/cmake/ |
Remove commented out quietness setting |
|
10235 |
5019d 22h |
cbradney |
/trunk/Scribus/cmake/ |
Adjust PoDoFo finder to be more "CMake-style-like"
Move podofo include and lib usage into ai plugin dir only and make so it will build without podofo installed. |
|
10234 |
5019d 23h |
fschmid |
/trunk/Scribus/cmake/ |
First version of an Adobe Illustrator Importer. |
|
9710 |
5075d 22h |
mrdocs |
/trunk/Scribus/cmake/ |
|
|
9709 |
5075d 22h |
mrdocs |
/trunk/Scribus/cmake/ |
more autohell removal and while we are at it, nuke the CVS stuff |
|
9679 |
5078d 00h |
cbradney |
/trunk/Scribus/cmake/ |
Set find quietly on littlecms finder |
|