forked from LibreELEC/LibreELEC.tv
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request LibreELEC#4338 from HiassofT/le92-add-vfs.sacd
[le92] kodi binary addons: add vfs.sacd and missing visualization addons
- Loading branch information
Showing
5 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
packages/mediacenter/kodi-binary-addons/vfs.sacd/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) | ||
|
||
PKG_NAME="vfs.sacd" | ||
PKG_VERSION="1.0.4-Leia" | ||
PKG_SHA256="b21143d8ab59e95a2f46471e648c2a2ac67b75c8df7d6af452a5435e866046e9" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="GPL" | ||
PKG_SITE="https://github.com/xbmc/vfs.sacd" | ||
PKG_URL="https://github.com/xbmc/vfs.sacd/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain kodi-platform" | ||
PKG_SECTION="" | ||
PKG_SHORTDESC="vfs.sacd" | ||
PKG_LONGDESC="vfs.sacd" | ||
|
||
PKG_IS_ADDON="yes" | ||
PKG_ADDON_TYPE="kodi.vfs" |
18 changes: 18 additions & 0 deletions
18
packages/mediacenter/kodi-binary-addons/visualization.fishbmc/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) | ||
|
||
PKG_NAME="visualization.fishbmc" | ||
PKG_VERSION="5.1.2-Leia" | ||
PKG_SHA256="8142fe4a32c0c113945c5fc9745e54639ca73308371d292e3422730bfad1d064" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="GPL" | ||
PKG_SITE="https://github.com/xbmc/visualization.fishbmc" | ||
PKG_URL="https://github.com/xbmc/visualization.fishbmc/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain kodi-platform glm" | ||
PKG_SECTION="" | ||
PKG_SHORTDESC="visualization.fishbmc" | ||
PKG_LONGDESC="visualization.fishbmc" | ||
|
||
PKG_IS_ADDON="yes" | ||
PKG_ADDON_TYPE="xbmc.player.musicviz" |
18 changes: 18 additions & 0 deletions
18
packages/mediacenter/kodi-binary-addons/visualization.goom/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) | ||
|
||
PKG_NAME="visualization.goom" | ||
PKG_VERSION="2.2.1-Leia" | ||
PKG_SHA256="a02dfd844cfd5ff24f735e614a2a4727771112ce15642957a2511061f724392a" | ||
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" |
18 changes: 18 additions & 0 deletions
18
packages/mediacenter/kodi-binary-addons/visualization.starburst/package.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) | ||
|
||
PKG_NAME="visualization.starburst" | ||
PKG_VERSION="2.0.2-Leia" | ||
PKG_SHA256="8e2ee8b39fe1c0daa24b11a9c4a175a85fdbdf7dc1bc48a1ab4876edeb6f676f" | ||
PKG_REV="1" | ||
PKG_ARCH="any" | ||
PKG_LICENSE="GPL" | ||
PKG_SITE="https://github.com/xbmc/visualization.starburst" | ||
PKG_URL="https://github.com/xbmc/visualization.starburst/archive/$PKG_VERSION.tar.gz" | ||
PKG_DEPENDS_TARGET="toolchain kodi-platform glm" | ||
PKG_SECTION="" | ||
PKG_SHORTDESC="visualization.starburst" | ||
PKG_LONGDESC="visualization.starburst" | ||
|
||
PKG_IS_ADDON="yes" | ||
PKG_ADDON_TYPE="xbmc.player.musicviz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters