mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
- audiodecoder.ssf: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.stsound: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.timidity: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.upse: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.usf: update 4.0.0-Matrix to 19.0.0-Matrix - audiodecoder.vgmstream: update 3.0.0-Matrix to 19.0.0-Matrix - audiodecoder.wsr: update 3.0.1-Matrix to 19.0.0-Matrix - pvr.dvbviewer: update 7.3.3-Matrix to 19.0.1-Matrix - pvr.filmon: update 6.1.3-Matrix to 19.0.0-Matrix - pvr.hdhomerun: update 7.1.1-Matrix to 19.0.0-Matrix - pvr.octonet: update 4.1.0-2-Matrix to 19.0.0-Matrix - pvr.teleboy: update 19.8.0-Matrix to 19.8.2-Matrix - screensaver.asteroids: update 2.6.0-Matrix to 19.0.0-Matrix - screensaver.asterwave: update 3.3.0-Matrix to 19.0.0-Matrix - screensaver.biogenesis: update 2.5.0-Matrix to 19.0.0-Matrix - screensaver.greynetic: update 2.5.0-Matrix to 19.0.0-Matrix - screensaver.matrixtrails: update 2.6.0-Matrix to 19.0.0-Matrix - screensaver.pingpong: update 2.4.0-Matrix to 19.0.0-Matrix - screensaver.pyro: update 3.3.0-Matrix to 19.0.0-Matrix - screensaver.shadertoy: update 3.2.0-Matrix to 19.0.0-Matrix - screensaver.stars: update 2.4.0-Matrix to 19.0.0-Matrix - vfs.libarchive: update 2.0.1-Matrix to 19.0.0-Matrix - vfs.rar: update 4.0.0-Matrix to 19.0.0-Matrix - vfs.sftp: update 2.0.0-Matrix to 19.0.0-Matrix
24 lines
717 B
Makefile
24 lines
717 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="screensaver.stars"
|
|
PKG_VERSION="19.0.0-Matrix"
|
|
PKG_SHA256="1c65bd9baa351ba4c5d443205b9e125303e341bd85e99aaf36793f95395372bf"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/screensaver.stars"
|
|
PKG_URL="https://github.com/xbmc/screensaver.stars/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="screensaver.stars"
|
|
PKG_LONGDESC="screensaver.stars"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.ui.screensaver"
|
|
|
|
if [ "${OPENGL}" = "no" ]; then
|
|
exit 0
|
|
fi
|