mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
- pvr.argustv: update 19.0.0-Matrix to 19.0.1-Matrix - pvr.demo: update 19.0.0-Matrix to 19.0.1-Matrix - pvr.dvblink: update 19.0.0-Matrix to 19.0.1-Matrix - pvr.dvbviewer: update 19.0.1-Matrix to 19.0.2-Matrix - pvr.filmon: update 19.0.0-Matrix to 19.0.1-Matrix - pvr.hdhomerun: update 19.0.1-Matrix to 19.0.2-Matrix - pvr.hts: update 19.0.3-Matrix to 19.0.4-Matrix - pvr.iptvsimple: update 19.0.2-Matrix to 19.0.3-Matrix - pvr.waipu: update 19.1.0-Matrix to 19.1.1-Matrix - screensaver.asteroids: update 19.0.0-Matrix to 19.0.1-Matrix - screensaver.asterwave: update 19.0.0-Matrix to 19.0.1-Matrix - screensaver.biogenesis: update 19.0.0-Matrix to 19.0.1-Matrix - screensaver.greynetic: update 19.0.0-Matrix to 19.0.1-Matrix - screensaver.matrixtrails: update 19.0.0-Matrix to 19.0.1-Matrix - screensaver.pingpong: update 19.0.0-Matrix to 19.0.1-Matrix - screensaver.pyro: update 19.0.0-Matrix to 19.0.1-Matrix - vfs.rar: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.goom: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.pictureit: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.spectrum: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.starburst: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.waveform: update 19.0.1-Matrix to 19.0.2-Matrix
24 lines
752 B
Makefile
24 lines
752 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.matrixtrails"
|
|
PKG_VERSION="19.0.1-Matrix"
|
|
PKG_SHA256="a7054eedcf7b614f5a9cf584ac1f92225b5b960ff5f8d846372e920319a47d30"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/screensaver.matrixtrails"
|
|
PKG_URL="https://github.com/xbmc/screensaver.matrixtrails/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="screensaver.matrixtrails"
|
|
PKG_LONGDESC="screensaver.matrixtrails"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.ui.screensaver"
|
|
|
|
if [ "${OPENGL}" = "no" ]; then
|
|
exit 0
|
|
fi
|