Compare commits

...

4 Commits

Author SHA1 Message Date
Christian Hewitt
842d004813
Merge pull request #9977 from heitbaum/kodi
kodi: update to githash 230e3b4
2025-04-17 17:34:53 +04:00
Rudi Heitbaum
1d4587afdb kodi: update to githash 230e3b4
Log:
- 6ba797d601...230e3b4017
2025-04-17 13:26:24 +00:00
Rudi Heitbaum
bdaddbf9f7
Merge pull request #9976 from vpeter4/visualization.shadertoy
visualization.shadertoy: add jsoncpp dependency
2025-04-17 22:23:21 +10:00
Peter
eec74731b5 visualization.shadertoy: add jsoncpp dependency 2025-04-17 13:16:35 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ 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_DEPENDS_TARGET="toolchain kodi-platform glm jsoncpp"
PKG_SECTION=""
PKG_SHORTDESC="visualization.shadertoy"
PKG_LONGDESC="visualization.shadertoy"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="kodi"
PKG_VERSION="6ba797d60160797af61d5a8a9314a96c21943484"
PKG_SHA256="538303daed1ad7768c421e414417cca7190a9c1dd4bc64fbf6eb8cca58c7a518"
PKG_VERSION="230e3b401749690aeedfe2471bbbe876cc53fff2"
PKG_SHA256="be7938f19629f1c9596b7d2ec3596e07666fb7c535bedb8d8f1d71f2509352eb"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/xbmc/xbmc/archive/${PKG_VERSION}.tar.gz"