Commit Graph

16 Commits

Author SHA1 Message Date
Boris Pek be40af4586 geos: configure with "--disable-inline" option
+ Update affected packages.
2018-03-30 16:25:21 +11:00
Tony Theodore 3a031adb40 github branch pkgs: use new GH_CONF format 2018-03-15 12:28:24 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Tony Theodore 5dcc8ede4c run make cleanup-deps-style 2017-10-10 16:24:40 +11:00
Tony Theodore c4ea4be28b ossim: update and switch to github
The master branch appears to be a stable release branch so track that
instead of tags which have unpredictable names
2017-10-10 15:31:50 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Boris Nagaev c5864def02 remove unneeded cmake vars specified by packages 2017-01-08 03:01:54 +01: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
Rashad Kanavath cde1849c88 ossim: upstream patch release. 1.8.20-1 -> 1.8.20-3 2016-05-04 15:29:36 +02:00
Tony Theodore 15c2d85c7a ossim: add missing libgeotiff dependency
fixes #1137
2016-01-06 19:14:25 +11:00
Rashad Kanavath 0e95520b99 ossim: fixes subdir and build 2015-12-08 10:12:58 +11:00
Tony Theodore 3dbae68a74 ossim: fix SUBDIR and disable apps 2015-12-04 16:03:37 +11:00
Rashad Kanavath e6f0ec2891 OSSIM: 1.8.18 -> 1.8.20-1 2015-12-02 17:00:43 +01:00
Tony Theodore b39c53e4e4 ossim: various fixes and cleanups
-explicitly declare static/shared builds
-enable freetype
-use openthreads from openscenegraph
-only build/install libs and headers
-remove dummy test program
-remove random empty lines

see #726
2015-09-26 02:55:51 +10:00
Rashad M 7167339f48 add package ossim 2015-09-26 00:25:47 +10:00