mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 02:11:22 +00:00
- audiodecoder.modplug: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.ncsf: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.nosefart: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.organya: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.snesapu: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.ssf: update 19.0.1-Matrix to 19.0.2-Matrix - audiodecoder.wsr: update 19.0.1-Matrix to 19.0.2-Matrix - audioencoder.lame: update 19.1.1-Matrix to 19.1.2-Matrix - peripheral.joystick: update 19.0.0-Matrix to 19.0.1-Matrix - pvr.argustv: update 19.0.1-Matrix to 19.1.1-Matrix - screensaver.shadertoy: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.fishbmc: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.matrix: update 19.0.0-Matrix to 19.0.1-Matrix - visualization.shadertoy: update 19.1.1-Matrix to 19.1.2-Matrix
30 lines
907 B
Makefile
30 lines
907 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="screensaver.shadertoy"
|
|
PKG_VERSION="19.0.1-Matrix"
|
|
PKG_SHA256="7f23e0578b6df6b9b943ec075761341de5baca917e104d96a6724c4a167fa930"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/screensaver.shadertoy"
|
|
PKG_URL="https://github.com/xbmc/screensaver.shadertoy/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform glm"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="screensaver.shadertoy"
|
|
PKG_LONGDESC="screensaver.shadertoy"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.ui.screensaver"
|
|
|
|
if [ ! "${OPENGL}" = "no" ]; then
|
|
# for OpenGL (GLX) support
|
|
PKG_DEPENDS_TARGET+=" ${OPENGL} glew"
|
|
fi
|
|
|
|
if [ "${OPENGLES_SUPPORT}" = yes ]; then
|
|
# for OpenGL-ES support
|
|
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
|
|
fi
|