mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 02:11:22 +00:00
- audiodecoder.2sf: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.asap: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.dumb: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.gme: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.gsf: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.modplug: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.ncsf: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.nosefart: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.openmpt: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.organya: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.qsf: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.sacd: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.sidplay: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.snesapu: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.ssf: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.stsound: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.upse: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.usf: update 19.0.0-Matrix to 19.0.1-Matrix - audiodecoder.wsr: update 19.0.0-Matrix to 19.0.1-Matrix - pvr.mythtv: update 19.0.0-Matrix to 19.0.2-Matrix - pvr.nextpvr: update 19.0.1-Matrix to 19.0.2-Matrix - pvr.wmc: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.projectm: update 19.0.0-Matrix to 19.0.1-Matrix
21 lines
703 B
Makefile
21 lines
703 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.usf"
|
|
PKG_VERSION="19.0.1-Matrix"
|
|
PKG_SHA256="0953a9445b6f6752201b449f8f9466728b9ec8d0de75bea63298ae19d16b5e30"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/audiodecoder.usf"
|
|
PKG_URL="https://github.com/xbmc/audiodecoder.usf/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="audiodecoder.usf"
|
|
PKG_LONGDESC="audiodecoder.usf"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.audiodecoder"
|
|
PKG_ADDON_PROJECTS="any !RPi1 !Slice"
|