summaryrefslogtreecommitdiffstats
path: root/lcms2
Commit message (Collapse)AuthorAgeFilesLines
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-1/+1
| | | | | | | | | | | | | | | | | | Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fix lcms2 build with VC2012Peter Foley2012-10-071-1/+4
| | | | | | | Change-Id: I665da7fbb3fb9f991d952658b247c9a80e8abede Reviewed-on: https://gerrit.libreoffice.org/786 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* It seems that the VS2008 files are only maintained in the VS2008 directoryFridrich Štrba2012-10-053-20/+47
| | | | Change-Id: I6fcb0a9045b81ea291904f92396df88ffd351c49
* Upgrade lcms2 to 2.4 releaseFridrich Štrba2012-10-053-6/+6
| | | | Change-Id: I21186cef7fe30542eaabbdeeb8920c3839724805
* Revert "It seems that we have endianness problem in internal lcms2"Fridrich Štrba2012-10-052-18/+1
| | | | This reverts commit d9ae7573083343b8db7fd65b5677a2132bd2e1e8.
* Revert "Oops"Fridrich Štrba2012-10-051-1/+1
| | | | This reverts commit 03c766e6017cc3b7e18a8c5eef35ba7e84777d88.
* OopsFridrich Štrba2012-10-051-1/+1
| | | | Change-Id: I84e8a3833ae16cc9197b8b772404587a3dea1158
* It seems that we have endianness problem in internal lcms2Fridrich Štrba2012-10-052-1/+18
| | | | Change-Id: I1bec67344ddd5d1caf417355fafd344f48517f77
* fix build with VS2010Peter Foley2012-08-151-1/+1
| | | | Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715
* Build lcms2 statically for Android, too.Tor Lillqvist2012-06-071-2/+2
| | | | | | | | A quick way to avoid the problem with its name ending with ".so.2" which the Android app machinery doesn't like. Plus, one less shared library... Change-Id: I102e29dd13d1be1a134be8c09459259fe8fbe2e1
* play with the Layer thinggy for lcms2 to get the macosx build to finishNorbert Thiebaud2012-06-051-1/+5
| | | | Change-Id: I9901d2ef270a096993630103b3cdb5b89e2bb829
* fdo#50680: lcms2 should use GNUMAKE for solarisLionel Dricot2012-06-041-1/+1
| | | | | | Module lcms2 is now using $GNUMAKE instead of the hardcoded "make" in order to allow compilation under Solaris Change-Id: If4b3395e2b255f6199971792988c242dc5c13a69
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* Better check when to use the lcms2-windows-export.patch.Jan Holesovsky2012-03-191-4/+3
|
* Fix libcms2 build on MinGW.Jan Holesovsky2012-03-191-1/+5
|
* Define CMS_DLL in the header as that is how we build itLubos Lunak2012-03-192-1/+19
| | | | | Otherwise code using the lcms2 we build won't get the stdcall decorations and linking will fail.
* Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"Fridrich Štrba2012-03-131-1/+1
| | | | | | | | | | | It breaks on a clean installs of Windows, and registration of SDK with Visual Studio seems to be the answer. This reverts commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a. Conflicts: lcms2/makefile.mk
* Build static liblcms2 for iOSTor Lillqvist2012-03-132-0/+7
|
* Add patch to recognize AndroidTor Lillqvist2012-03-122-0/+22
|
* The project files for vs2008 are identical in the two directoriesFridrich Štrba2012-03-091-2/+1
|
* Pass /useenv to vcbuild so that rc and link find SDK headers and libsTor Lillqvist2012-03-091-1/+1
|
* VC2008 and 2010 were swappedTor Lillqvist2012-03-091-2/+2
|
* Make lcms2 build on windows tooFridrich Štrba2012-03-021-4/+4
|
* Creating a module lcms2Fridrich Štrba2012-03-023-0/+110