Commit Graph

68 Commits

Author SHA1 Message Date
Mark Brand a00d49175a wxwidgets: update and fix gcc 10 compatibility 2020-05-29 16:00:42 +02:00
Mark Brand fa3b687f85 fix some more update macros for sourceforge packages 2018-03-25 17:02:16 +02:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
darealshinji 47270558e3 wxwidgets: enable DLLs 2017-07-01 12:00:09 +02:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +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
Boris Nagaev 17e40d3884 use $(TEST_FILE) instead of $(2).c and other
The following script was applied:

    set -xue

    find src/ plugins/ -name '*.mk' -type f > mks

    # special cases for test file:
    # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated
    sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \
        src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk
    sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk
    sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \
        src/qt.mk plugins/examples/custom-qt-min/overrides.mk
    sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \
        -i src/{sdl_image,sdl_sound}.mk

    # check
    for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do
        ! grep -q '$(2)' "${base}.mk"
    done

    # other $(2)
    sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks)
    sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks)

    # check
    ! grep '$(2)' $(cat mks)

See https://github.com/mxe/mxe/issues/1452
2016-07-30 22:38:45 +03:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Timothy Gu b733d508e6 wxwidgets: Remove ANSI recipe
It is deprecated for a long time, and it is rarely tested.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-11-09 13:54:57 -05:00
Timothy Gu bb6733abb3 wxwidgets: Use $(MXE_DISABLE_CRUFT)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-11-09 13:53:42 -05:00
Timothy Gu a0e90379f4 wxwidgets: Update and fix building after update of GCC
Fixes #554.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-11-09 13:49:57 -05:00
Tony Theodore 8de0584a23 many packages: explicitly disable shared builds
closes #369
2014-04-06 23:18:24 +10:00
Tony Theodore c9e078fe3c update package wxwidgets 2013-11-12 16:56:37 +11:00
abma 9f0759c932 disable stl for wxWidgets as it seems to be very problematic:
http://www.wxwidgets.org/docs/faqgen.htm#stl
2013-08-15 12:38:15 +02:00
Tony Theodore 23adcb8568 package wxwidgets: enable mingw-w64 builds 2013-07-28 23:13:15 +10:00
Tony Theodore 6440f756e7 package wxwidgets: refactor build rules 2013-07-28 23:13:14 +10:00
Tony Theodore b62c2b4d1a package wxwidgets: update and remove legacy 2.4/2.6 compatibility 2013-07-28 23:13:14 +10:00
Tony Theodore 9bb2c24925 Revert "package wxwidgets: update and remove legacy 2.4/2.6 compatibility"
This reverts commit 70cbd092fd.
2013-07-28 23:02:52 +10:00
Tony Theodore 1d24262c3f Revert "package wxwidgets: refactor build rules"
This reverts commit 7608a3904e.
2013-07-28 23:02:37 +10:00
Tony Theodore e59d91d47f Revert "package wxwidgets: enable mingw-w64 builds"
This reverts commit a5663fa1c7.
2013-07-28 23:02:20 +10:00
Tony Theodore a5663fa1c7 package wxwidgets: enable mingw-w64 builds 2013-07-28 22:48:08 +10:00
Tony Theodore 7608a3904e package wxwidgets: refactor build rules 2013-07-28 22:24:38 +10:00
Tony Theodore 70cbd092fd package wxwidgets: update and remove legacy 2.4/2.6 compatibility 2013-07-28 22:11:22 +10:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
Most of the automatic conversion was done using the following Python script:

import os
import re
pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk'))
with open('index.html', 'rb') as f:
    index = f.read()
pkgs_index = re.findall('<td class="package">([^<]*)</td>', index)
assert pkgs_index == pkgs
versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index))
assert sorted(versions.keys()) == pkgs
for pkg in pkgs:
    version = versions[pkg]
    with open('src/' + pkg + '.mk', 'rb') as f:
        mk = f.read()
    checksumpos = mk.index('\n$(PKG)_CHECKSUM ')
    versionline = '\n$(PKG)_VERSION  := %(version)s' % {'version': version}
    newmk = mk[:checksumpos] + versionline + mk[checksumpos:]
    with open('src/' + pkg + '.mk', 'wb') as f:
        f.write(newmk)
2013-07-22 01:41:31 +02:00
Tony Theodore 5390e5203e various packages: enable/disable mingw-w64 builds 2013-06-01 22:28:04 +10:00
Tony Theodore 4e854e4341 package wxwidgets: fix update macro to allow dev releases 2013-03-26 04:57:11 +11:00
Tony Theodore 717bc9d586 package wxwidgets: disable specific compiler error in test program 2013-03-24 07:27:45 +11:00
Alois Schloegl 74f59a5968 upgrade and patch wxwidgets in order to compile for target x86_64 (64 bit windows) 2013-01-04 15:06:53 +01:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand 36ade7a730 packages gdk-pixbuf wxwidgets: tiff 4 compatibility 2011-12-23 19:22:13 +01:00
Volker Grabsch 148931b4ae replaced $(BUILD) with a more direct and less brittle construct
For discussion, see the following email and its follow-ups:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
2011-11-28 09:51:56 +01:00
Mark Brand 3cce3e9b58 many packages: use --build instead of wine cross_compiling hack 2011-11-26 16:30:36 +01:00
Moritz Bunkus 8eb852c111 package wxwidgets: build locales 2011-10-24 22:28:11 +02:00
Mark Brand d0b9116645 update package wxwidgets 2011-03-28 12:47:39 +02:00
Mark Brand ff8e372e08 package wxwidgets: libpng 1.5 compatibility 2011-03-03 20:41:57 +01:00
Tony Theodore d9fa2b352c package wxwidgets: libpng15 breaks build - use builtin version 2011-03-04 03:25:46 +11:00
Volker Grabsch b6724839df add test program for package wxwidgets 2010-12-05 18:37:02 +01:00
Volker Grabsch 9c11e9e39b improved update script of packages: boost cppunit cunit expat freetype glew pcre pdcurses wxwidgets 2010-12-01 03:44:21 +01:00
Mark Brand 1a0e113dfd upgrade package wxwidgets 2010-09-09 22:25:41 +02:00
Mark Brand 10b237f4c0 fixed sourceforge URLs in UPDATE macros 2010-09-09 21:24:32 +02:00
Volker Grabsch b7ef3664ea improved version recognition of packages: boost freetype gcc glew libgee mingwrt openssl pcre pdcurses w32api wxwidgets 2010-06-04 23:05:41 +02:00
Volker Grabsch f0bb2e5b16 wine fix for package wxwidgets (by Tony Theodore) 2010-05-26 02:51:36 +02:00