comparison src/sdl2.mk @ 6549:36f67a5ce906

* src/sdl2.mk: update to v2.26
author John Donoghue <john.donoghue@ieee.org>
date Mon, 28 Nov 2022 14:27:28 -0500
parents 4174ef9ac11a
children b3768d74d406
comparison
equal deleted inserted replaced
6548:8eeafbe25137 6549:36f67a5ce906
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := sdl2 4 PKG := sdl2
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.24.2 6 $(PKG)_VERSION := 2.26.0
7 $(PKG)_CHECKSUM := 828974badaf1f16f8e3ebe84fb6f7e5d793c1e47 7 $(PKG)_CHECKSUM := 788380a96075119a2ab1e5b53f2fee74fa957fa2
8 $(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := SDL2-$($(PKG)_VERSION)
9 $(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := SDL2-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.libsdl.org/release/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv libsamplerate 11 $(PKG)_DEPS := libiconv libsamplerate
12 12