mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- visualization.goom: update 20.1.0-Nexus to 20.1.1-Nexus - visualization.spectrum: update 20.1.0-Nexus to 20.2.0-Nexus - visualization.waveform: update 20.2.0-Nexus to 20.2.1-Nexus
19 lines
620 B
Makefile
19 lines
620 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="visualization.goom"
|
|
PKG_VERSION="20.1.1-Nexus"
|
|
PKG_SHA256="75102a8c3f066a889493b77fbe26070be78c6dff8e7d44ebda89295ddb2da3b0"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/visualization.goom"
|
|
PKG_URL="https://github.com/xbmc/visualization.goom/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform glm"
|
|
PKG_SECTION=""
|
|
PKG_SHORTDESC="visualization.goom"
|
|
PKG_LONGDESC="visualization.goom"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="xbmc.player.musicviz"
|