1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
heitbaum 2387bd8907 kodi-binary-addons: update to latest versions
- 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
2021-11-15 12:35:58 +11:00

22 lines
770 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.sidplay"
PKG_VERSION="19.0.1-Matrix"
PKG_SHA256="a4fe4f0c48649222930c8c574156c5c3b2ad82fc97de2bdbd0c5e510402853ec"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/audiodecoder.sidplay"
PKG_URL="https://github.com/xbmc/audiodecoder.sidplay/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform sidplay-libs"
PKG_SECTION=""
PKG_SHORTDESC="audiodecoder.sidplay"
PKG_LONGDESC="audiodecoder.sidplay"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="kodi.audiodecoder"
PKG_CMAKE_OPTS_TARGET="-DSIDPLAY2_LIBRARIES=${SYSROOT_PREFIX}/usr/lib"