Commit Graph

17 Commits

Author SHA1 Message Date
Mark Brand 65438a45ba update: ghostscript, twolame, vmime 2019-10-15 22:02:16 +02:00
Tony Theodore 5cbf5fd679 ghostscript: retry on parallel fail 2019-10-12 16:12:16 +11:00
darealshinji d9a4d9609a ghostscript: don't use the local lcms2mt fork
lcms2mt's symbols clash with those from lcms2
2019-06-29 17:41:10 +10:00
Mark Brand 451d17022c update: ffmpeg, freetds, ghostscript, openjpeg 2019-04-12 01:46:18 +02:00
darealshinji 139a4f5d9c ghostscript 9.26
Update Ghostscript to version 9.26, always hide libgs symbols, use local lcms fork (lcms2mt).
2018-12-08 10:56:29 +11:00
Mark Brand d8769fa94b jpeg: use the package's shipped libjpeg.pc
and fix the references to our old crafted jpeg.pc.
2018-11-13 23:54:11 +01:00
Mark Brand 5811607c05 ghostscript: drop stray libjpeg-turbo dependency 2018-11-13 23:53:00 +01:00
Tony Theodore b40d6b704b ghostscript: fix missing sys/times.h 2018-05-28 12:08:07 +10:00
darealshinji 10b0ac88fc more cross-build fixes for Ghostscript 2018-05-28 12:08:07 +10:00
darealshinji d705818b75 ghostscript: improving cross-building
First, run configure with the option `--with-drivers=ALL,display`. Upstream confirmed an error in the build process that keeps the display driver disabled when building a static library, but that driver is needed if you want to use libgs through the wrapper library libspectre. So creating a static library manually from the DLL object files isn't required anymore.

Also a massive update on the patch, mostly to enable real support for `--host` on the configure script (instead of relying on `uname`). Full support for `--build` wasn't added to keep the patch smaller and to not make things more complicated as they already are (for example configure runs itself recursively when CCAUX environment variable was set). ghostscript.mk now builds the needed auxiliary tools in a separate stage (as native binaries) and deletes the unwanted third-party library sources afterwards. This ensures those binaries will run on the build system and keeping the third-party sources on that step will ensure that configuring doesn't fail if i.e. native libjpeg development files aren't found.

Builds on all four MXE targets and the libraries are confirmed to work.
2018-05-28 12:08:07 +10:00
darealshinji 44b00a4ce9
ghostscript: create usable static library, don't use bundled lcms2
It appears that the default static library created with "make libgs" doesn't always work correctly. I had issues where a postscript viewer would only display the .ps files if it was linked against the shared library (same happened for native Linux builds). Creating the static library manually from the object files that were used to build the dll fixes this issue.
2018-05-10 20:34:00 +02:00
darealshinji d015f573b9
Update ghostscript
Update ghostscript to version 9.23 and simplify the patch (cross-building is now a lot easier).
2018-05-09 12:53:46 +02:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
darealshinji cb2fe8983c Add package 'ghostscript' 2016-07-20 12:23:32 +02:00