0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-12-05 02:06:57 +00:00
Matthias Reichl 47bfcfa8d9 kodi-binary-addons: bump PKG_REV of all addons
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-02-28 22:36:32 +01:00

30 lines
917 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="visualization.shadertoy"
PKG_VERSION="20.3.0-Nexus"
PKG_SHA256="2f97a34f74ee3e3e1d9fe8cfd37796564f8f88eb4c07d60b27ff635d64a5a724"
PKG_REV="4"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/visualization.shadertoy"
PKG_URL="https://github.com/xbmc/visualization.shadertoy/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform glm"
PKG_SECTION=""
PKG_SHORTDESC="visualization.shadertoy"
PKG_LONGDESC="visualization.shadertoy"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.player.musicviz"
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