mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- inputstream.adaptive: update 22.1.7-Piers to 22.1.8-Piers - screensaver.asteroids: update 20.2.0-Nexus to 22.0.2-Piers - screensaver.biogenesis: update 20.1.0-Nexus to 22.0.2-Piers - screensaver.greynetic: update 20.2.0-Nexus to 22.0.2-Piers - screensaver.pingpong: update 20.2.0-Nexus to 22.0.2-Piers - screensaver.pyro: update 20.1.0-Nexus to 22.0.2-Piers - screensaver.stars: update 20.1.0-Nexus to 22.0.1-Piers
23 lines
716 B
Makefile
23 lines
716 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="22.0.1-Piers"
|
|
PKG_SHA256="6a0543489dff170c2132f46da509c8ffd8d1e6265a0b07d8792e9189d573d737"
|
|
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
|