All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 49/54] package/kodi-visualisation-shadertoy: bump version to 2.3.0-Matrix
Date: Tue,  2 Mar 2021 08:07:44 +0100	[thread overview]
Message-ID: <20210302070749.647742-50-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <20210302070749.647742-1-bernd.kuhls@t-online.de>

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/xbmc/visualization.shadertoy/commit/3fa4d118dcee2025620eb342d1a22a956beb06e5

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-visualisation-shadertoy/Config.in              | 1 -
 .../kodi-visualisation-shadertoy.hash                       | 4 ++--
 .../kodi-visualisation-shadertoy.mk                         | 6 +++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package/kodi-visualisation-shadertoy/Config.in b/package/kodi-visualisation-shadertoy/Config.in
index 1fabba5ef5..aa671aae13 100644
--- a/package/kodi-visualisation-shadertoy/Config.in
+++ b/package/kodi-visualisation-shadertoy/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY
 	bool "kodi-visualisation-shadertoy"
 	select BR2_PACKAGE_GLM
-	select BR2_PACKAGE_LIBPLATFORM
 	help
 	  Shadertoy visualiser for Kodi
 
diff --git a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
index 67ab8867e6..8ecdfb6d50 100644
--- a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
+++ b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  07724fc59cc5f960a941b8255af326e87fa9fbc8234498c7e21d8a46050e0dd4  kodi-visualisation-shadertoy-1.2.4-Leia.tar.gz
-sha256  e33ac3ac6ca1bdd4a4a411481d43579d855622e7ecc207809b5f49ea617db480  debian/copyright
+sha256  fbee4d8d4a41013705848eb89d4dcd55fe915a1ff997a60c800aa1bdd157530b  kodi-visualisation-shadertoy-2.3.0-Matrix.tar.gz
+sha256  310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af  LICENSE.md
diff --git a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
index 865abf02cc..f5ad505fe7 100644
--- a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
+++ b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_SHADERTOY_VERSION = 1.2.4-Leia
+KODI_VISUALISATION_SHADERTOY_VERSION = 2.3.0-Matrix
 KODI_VISUALISATION_SHADERTOY_SITE = $(call github,xbmc,visualization.shadertoy,$(KODI_VISUALISATION_SHADERTOY_VERSION))
 KODI_VISUALISATION_SHADERTOY_LICENSE = GPL-2.0+
-KODI_VISUALISATION_SHADERTOY_LICENSE_FILES = debian/copyright
-KODI_VISUALISATION_SHADERTOY_DEPENDENCIES = glm kodi libplatform
+KODI_VISUALISATION_SHADERTOY_LICENSE_FILES = LICENSE.md
+KODI_VISUALISATION_SHADERTOY_DEPENDENCIES = glm kodi
 
 $(eval $(cmake-package))
-- 
2.29.2

  parent reply	other threads:[~2021-03-02  7:07 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02  7:06 [Buildroot] [PATCH v2 00/54] package/kodi: bump version to 19.0-Matrix Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 01/54] package/kodi-pvr-iptvsimple: bump version to 3.10.0-Leia Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 02/54] package/kodi-pvr-zattoo: bump version to 18.1.23-Leia Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 03/54] package/kodi-screensaver-crystalmorph: remove package Bernd Kuhls
2021-03-02  7:06 ` [Buildroot] [PATCH v2 04/54] package/libcec: bump version to 6.0.2 Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 05/54] package/libplatform: bump version Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 06/54] package/kodi: bump version to 19.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 07/54] package/kodi-audiodecoder-*: mass version bump Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 08/54] package/kodi-audioencoder-*: " Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 09/54] package/kodi-inputstream-adaptive: bump version to 2.6.7-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 10/54] package/kodi-inputstream-ffmpegdirect: new package Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 11/54] package/kodi-inputstream-rtmp: bump version to 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 12/54] package/kodi-peripheral-joystick: bump version to 1.7.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 13/54] package/kodi-peripheral-xarcade: bump version to 1.2.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 14/54] package/kodi-pvr-argustv: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 15/54] package/kodi-pvr-dvblink: bump version to 9.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 16/54] package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 17/54] package/kodi-pvr-filmon: bump version to 6.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 18/54] package/kodi-pvr-hdhomerun: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 19/54] package/kodi-pvr-hts: bump version to 8.2.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 20/54] package/kodi-pvr-iptvsimple: bump version to 7.4.3-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 21/54] package/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 22/54] package/kodi-pvr-mythtv: bump version to 7.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 23/54] package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 24/54] package/kodi-pvr-njoy: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 25/54] package/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 26/54] package/kodi-pvr-pctv: bump version to 6.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 27/54] package/kodi-pvr-stalker: bump version to 7.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 28/54] package/kodi-pvr-vbox: bump version to 8.1.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 29/54] package/kodi-pvr-vdr-vnsi: bump version to 8.2.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 30/54] package/kodi-pvr-vuplus: bump version to 7.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 31/54] package/kodi-pvr-wmc: bump version to 6.1.1-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 32/54] package/kodi-pvr-zattoo: bump version to 19.7.3-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 33/54] package/kodi-screensaver-asteroids: bump version to 2.6.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 34/54] package/kodi-screensaver-asterwave: bump version to 3.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 35/54] package/kodi-screensaver-biogenesis: bump version to 2.5.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 36/54] package/kodi-screensaver-cpblobs: bump version to 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 37/54] package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 38/54] package/kodi-screensaver-matrixtrails: bump version to 2.6.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 39/54] package/kodi-screensaver-pingpong: bump version to 2.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 40/54] package/kodi-screensaver-pyro: bump version to 3.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 41/54] package/kodi-screensaver-rsxs: bump version Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 42/54] package/kodi-screensaver-stars: bump version to 2.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 43/54] package/kodi-skin-confluence: bump version Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 44/54] package/kodi-vfs-libarchive: new package Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 45/54] package/kodi-vfs-rar: bump version to 4.0.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 46/54] package/kodi-vfs-sftp: bump version to 2.0.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 47/54] package/kodi-visualisation-fishbmc: bump version to 6.3.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 48/54] package/kodi-visualisation-goom: bump version 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` Bernd Kuhls [this message]
2021-03-02  7:07 ` [Buildroot] [PATCH v2 50/54] package/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 51/54] package/kodi-visualisation-starburst: bump version to 2.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 52/54] package/kodi-visualisation-waveform: bump version to 4.4.0-Matrix Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 53/54] package/kodi-visualisation-matrix: new package Bernd Kuhls
2021-03-02  7:07 ` [Buildroot] [PATCH v2 54/54] package/kodi-platform: remove package Bernd Kuhls
2021-03-06 22:03 ` [Buildroot] [PATCH v2 00/54] package/kodi: bump version to 19.0-Matrix Thomas Petazzoni
2021-03-08  9:54   ` Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210302070749.647742-50-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.