All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
To: buildroot@buildroot.org
Subject: [Buildroot] [git commit] package/kodi-visualisation-shadertoy: bump version to 19.1.1-Matrix
Date: Sun, 26 Sep 2021 21:29:43 +0200	[thread overview]
Message-ID: <20210926195019.A4BD38D25E@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=95cedf8ee48c4ff2cd87090bdd5a3ff53c6c5434
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Upstream added a dependency to jsoncpp:
https://github.com/xbmc/visualization.shadertoy/commit/5cdc855df6c3f755be68c83da0ea63c3b0f4857a

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

diff --git a/package/kodi-visualisation-shadertoy/Config.in b/package/kodi-visualisation-shadertoy/Config.in
index aa671aae13..50fd38c247 100644
--- a/package/kodi-visualisation-shadertoy/Config.in
+++ b/package/kodi-visualisation-shadertoy/Config.in
@@ -1,7 +1,12 @@
 config BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY
 	bool "kodi-visualisation-shadertoy"
+	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
 	select BR2_PACKAGE_GLM
+	select BR2_PACKAGE_JSONCPP
 	help
 	  Shadertoy visualiser for Kodi
 
 	  https://github.com/notspiff/visualization.shadertoy
+
+comment "kodi-visualisation-shadertoy needs a toolchain w/ gcc >= 4.7"
+	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
diff --git a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.hash
index 74cbfc5efc..a27334d2cc 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  f489d404332d1832d9b45612e4564c4aabcfe03504a46899e29bae8a1c27e0f3  kodi-visualisation-shadertoy-19.0.1-Matrix.tar.gz
+sha256  c556003a46ebf11595fb04343bf21a135365342f09e2280da2e7fd5e802944e7  kodi-visualisation-shadertoy-19.1.1-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 0340cd6c6c..e15264bb44 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 = 19.0.1-Matrix
+KODI_VISUALISATION_SHADERTOY_VERSION = 19.1.1-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 = LICENSE.md
-KODI_VISUALISATION_SHADERTOY_DEPENDENCIES = glm kodi
+KODI_VISUALISATION_SHADERTOY_DEPENDENCIES = glm jsoncpp kodi
 
 $(eval $(cmake-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2021-09-26 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210926195019.A4BD38D25E@busybox.osuosl.org \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    /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.