Commit Graph

29 Commits

Author SHA1 Message Date
TheGreatMcPain ac3d0ebd9e SDL2: Use bash instead of /bin/sh. Fixes #2541 2020-07-08 15:53:53 +10:00
Lothar Serra Mari 813f1abd2e
sdl2: Update to SDL 2.0.12 (#2469)
* Bump sdl2 to 2.0.12

* Adapt sdl2-1-fixes.patch to changes made in SDL 2.0.12
2020-04-07 12:25:40 +00:00
Lothar Serra Mari 9a70d87212 Update to SDL 2.0.10 2019-08-11 13:06:02 +10:00
Mark Brand ce14f7cee4 update: nasm opus sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl_gfx 2018-11-16 00:38:07 +01:00
Boris Pek 412569ea6f update sdl2 2018-03-04 19:06:07 +11:00
Tony Theodore 920f9cd101 Merge branch 'sdl2-libsamplerate' of https://github.com/taisei-project/mxe into taisei-project-sdl2-libsamplerate 2017-12-24 16:55:25 +11:00
Andrei Alexeyev 9d9e5bfa85
[sdl2] build with libsamplerate support 2017-12-23 03:44:44 +02:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Boris Pek 108c0d0089 update sdl2 2017-10-24 01:06:32 +03:00
Boris Pek 8487464c21 update sdl2 2017-09-28 00:40:01 +03: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 Pek 6dfb58ca70 sdl2: update from 2.0.4 to 2.0.5
Update patch.
2016-12-02 18:35:10 +03: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
Martin Gerhardy 0fde952caf sdl2: update 2016-03-04 10:24:56 +01:00
Martin Gerhardy c3624cdefb added test program for sdl2 2016-03-03 14:39:57 +01:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Timothy Gu 7d265e6f70 Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:42:11 +00:00
Uwe Hermann 42dd70293a sdl2: Drop non-existing stuff
There are no 'bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=' in sdl2.
2014-08-18 18:54:46 +02:00
Tobias Gruetzmacher f5ebcaa177 Package sdl2: Update to 2.0.3 and fix shared build. 2014-03-30 21:41:29 +02:00
Martin Gerhardy 7b819fc2dc update package sdl2 2014-03-10 17:02:17 +11:00
Martin Gerhardy e2c4e560e2 update package SDL2 2013-10-27 17:53:28 +01:00
Robert Norris f44f02b685 sdl2: disable DirectInput because of missing wbemcli.h 2013-09-30 16:42:05 +10:00
Martin Gerhardy bfad1b98b0 sdl2 is officially released now 2013-08-12 18:37:15 +02:00
Martin Gerhardy a1487d8208 updated the checksums for the sdl2 release candidates 2013-08-09 17:04:25 +02:00
Tony Theodore 28fdfa16cc update checksums of sdl2* packages 2013-08-03 14:54:49 +10:00
Martin Gerhardy 79064fa1e3 new package sdl2 (release candidate) 2013-07-31 18:44:45 +02:00