comparison src/sdl2_mixer.mk @ 6309:7b5813d4e9c9

* src/sdl2_mixer.mk: update to v2.6.0
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Jul 2022 16:14:49 -0400
parents 101ada7ce0a8
children b8537b07f47d
comparison
equal deleted inserted replaced
6308:40268fbb405d 6309:7b5813d4e9c9
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_mixer 4 PKG := sdl2_mixer
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.0.4 6 $(PKG)_VERSION := 2.6.0
7 $(PKG)_CHECKSUM := 242a63b1c7f38e358e94b1e0dc5120a6c1f3763b 7 $(PKG)_CHECKSUM := 9395999c652df0b7c0d7c211ffd871cafa616e0a
8 $(PKG)_SUBDIR := SDL2_mixer-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := SDL2_mixer-$($(PKG)_VERSION)
9 $(PKG)_FILE := SDL2_mixer-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := SDL2_mixer-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://www.libsdl.org/projects/SDL_mixer/release/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/libsdl-org/SDL_mixer/releases/download/release-$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := sdl2 mpg123 ogg opusfile vorbis 11 $(PKG)_DEPS := sdl2 mpg123 ogg opusfile vorbis
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://hg.libsdl.org/SDL_mixer/tags' | \ 14 $(WGET) -q -O- 'http://hg.libsdl.org/SDL_mixer/tags' | \
15 $(SED) -n 's,.*release-\([0-9][^<"]*\).*,\1,p' | \ 15 $(SED) -n 's,.*release-\([0-9][^<"]*\).*,\1,p' | \