# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2019-present Team CoreELEC (https://coreelec.org) PKG_NAME="SDL2_mixer" PKG_VERSION="2.6.3" PKG_LICENSE="GPLv3" PKG_SITE="http://www.libsdl.org/projects/SDL_mixer/release" PKG_URL="${PKG_SITE}/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain fluidsynth opusfile alsa-lib SDL2 libogg libvorbis flac mpg123 libmodplug" PKG_LONGDESC="SDL2 mixer" pre_configure_target() { PKG_CONFIGURE_OPTS_TARGET="${PKG_CONFIGURE_OPTS_TARGET} --enable-music-mp3" }