mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
- audiodecoder.fluidsynth: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.modplug: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.openmpt: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.qsf: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.sidplay: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.snesapu: update 3.0.0-Matrix to 19.0.0-Matrix
20 lines
711 B
Makefile
20 lines
711 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="audiodecoder.fluidsynth"
|
|
PKG_VERSION="19.0.1-Matrix"
|
|
PKG_SHA256="2e4b0d3e71ecd6d824b846e418a62f199fa58c58057629889e152ee24d974234"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/audiodecoder.fluidsynth"
|
|
PKG_URL="https://github.com/xbmc/audiodecoder.fluidsynth/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform fluidsynth"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="audiodecoder.fluidsynth"
|
|
PKG_LONGDESC="audiodecoder.fluidsynth"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.audiodecoder"
|