summaryrefslogtreecommitdiff
path: root/lcms2
AgeCommit message (Collapse)AuthorFilesLines
2012-12-18/p:VisualStudioVersion=11.0 here, tooTor Lillqvist1-1/+1
Change-Id: I7843d3e9565b6577d7c84e547f5b913672cfe1d8
2012-11-12fix to make MacOSX run againCaolán McNamara1-0/+1
Change-Id: I7a021c38e1c2e39641a28d95cc9cc7e3d5ee8225
2012-11-09fix lcms2 for macPeter Foley1-1/+2
Change-Id: If2477b9a391d75672a349ba240ceb61e0b06611a
2012-11-09Trying to fix lcms2 againFridrich Štrba2-3/+3
Change-Id: I376b03d12f8ae59fcf75046c42bcd6ba5d29af2c
2012-11-09Fix path to the VC2008 projectTor Lillqvist1-1/+1
Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528
2012-11-08make does not like commasPeter Foley1-1/+1
Change-Id: Icc1e7f5be1a4c06242793948a07de20cf3e03b61
2012-11-08blind fix for mingwPeter Foley1-0/+1
Change-Id: I10433beb4c2cea508760083812bc63f4eab02ed0
2012-11-08fix gbuildified lcms2 on macPeter Foley1-1/+1
Change-Id: I8359e1d441cf7bd8fb01233fe0303dbd6b35895b
2012-11-08convert lcms2 to gbuildPeter Foley9-128/+121
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-05cleanup README files.Michael Meeks1-2/+2
Convert DOS -> unix newlines. Cleanup and clarify several files.
2012-11-05add a README filesAlia Almusaireae1-0/+3
Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-11-04Enough with that...Norbert Thiebaud9-125/+128
peter's gbuildifications caused and ocean of red, that 1/ was not followed up by any attempt by the author to fix 2/ I wasted a good part of the weekend to de-entangle with only partial sucess reverting the whole mess for now... to be resubmited when a bit less borked... This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a. This reverts commit faef2e51d0c7b74334a11400b205daf382805780. This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42. This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421. This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad. This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29. This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.
2012-11-04fix some lcms2 gbuildification breakages...Norbert Thiebaud2-4/+7
Change-Id: Icad3132c1710c62559c35964fe5ce3f466646f13
2012-11-04lcms2: fix deliver for MacNorbert Thiebaud1-1/+1
Change-Id: Iee360073d30e490231b4383720d95bdb7cb0fd30
2012-11-04convert lcms2 to gbuildPeter Foley8-126/+120
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan1-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>
2012-10-07fix lcms2 build with VC2012Peter Foley1-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>
2012-10-05It seems that the VS2008 files are only maintained in the VS2008 directoryFridrich Štrba3-20/+47
Change-Id: I6fcb0a9045b81ea291904f92396df88ffd351c49
2012-10-05Upgrade lcms2 to 2.4 releaseFridrich Štrba3-6/+6
Change-Id: I21186cef7fe30542eaabbdeeb8920c3839724805
2012-10-05Revert "It seems that we have endianness problem in internal lcms2"Fridrich Štrba2-18/+1
This reverts commit d9ae7573083343b8db7fd65b5677a2132bd2e1e8.
2012-10-05Revert "Oops"Fridrich Štrba1-1/+1
This reverts commit 03c766e6017cc3b7e18a8c5eef35ba7e84777d88.
2012-10-05OopsFridrich Štrba1-1/+1
Change-Id: I84e8a3833ae16cc9197b8b772404587a3dea1158
2012-10-05It seems that we have endianness problem in internal lcms2Fridrich Štrba2-1/+18
Change-Id: I1bec67344ddd5d1caf417355fafd344f48517f77
2012-08-15fix build with VS2010Peter Foley1-1/+1
Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715
2012-06-07Build lcms2 statically for Android, too.Tor Lillqvist1-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
2012-06-05play with the Layer thinggy for lcms2 to get the macosx build to finishNorbert Thiebaud1-1/+5
Change-Id: I9901d2ef270a096993630103b3cdb5b89e2bb829
2012-06-04fdo#50680: lcms2 should use GNUMAKE for solarisLionel Dricot1-1/+1
Module lcms2 is now using $GNUMAKE instead of the hardcoded "make" in order to allow compilation under Solaris Change-Id: If4b3395e2b255f6199971792988c242dc5c13a69
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-03-19Better check when to use the lcms2-windows-export.patch.Jan Holesovsky1-4/+3
2012-03-19Fix libcms2 build on MinGW.Jan Holesovsky1-1/+5
2012-03-19Define CMS_DLL in the header as that is how we build itLubos Lunak2-1/+19
Otherwise code using the lcms2 we build won't get the stdcall decorations and linking will fail.
2012-03-13Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"Fridrich Štrba1-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
2012-03-13Build static liblcms2 for iOSTor Lillqvist2-0/+7
2012-03-12Add patch to recognize AndroidTor Lillqvist2-0/+22
2012-03-09The project files for vs2008 are identical in the two directoriesFridrich Štrba1-2/+1
2012-03-09Pass /useenv to vcbuild so that rc and link find SDK headers and libsTor Lillqvist1-1/+1
2012-03-09VC2008 and 2010 were swappedTor Lillqvist1-2/+2
2012-03-02Make lcms2 build on windows tooFridrich Štrba1-4/+4
2012-03-02Creating a module lcms2Fridrich Štrba3-0/+110