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 v9 18/23] package/kodi-visualisation-goom: bump version to 2.1.0-Leia
Date: Sun, 19 Jan 2020 12:07:30 +0100	[thread overview]
Message-ID: <20200119110735.1104443-19-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <20200119110735.1104443-1-bernd.kuhls@t-online.de>

Removed 0001-cross-compile.patch, not needed anymore:
https://github.com/xbmc/visualization.goom/pull/4#issuecomment-537987594

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../0001-cross-compile.patch                  | 32 -------------------
 .../kodi-visualisation-goom.hash              |  2 +-
 .../kodi-visualisation-goom.mk                |  4 +--
 3 files changed, 3 insertions(+), 35 deletions(-)
 delete mode 100644 package/kodi-visualisation-goom/0001-cross-compile.patch

diff --git a/package/kodi-visualisation-goom/0001-cross-compile.patch b/package/kodi-visualisation-goom/0001-cross-compile.patch
deleted file mode 100644
index 8dd0fe9109..0000000000
--- a/package/kodi-visualisation-goom/0001-cross-compile.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Fix cross-compilation
-
-Use the cross-compiler and not the host version.
-
-Patch sent upstream:
-https://github.com/notspiff/visualization.goom/pull/4
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-
-diff -uNr visualization.goom-fb5933ba5b2143d055cc7749dc60a82f6002b305.org/CMakeLists.txt visualization.goom-fb5933ba5b2143d055cc7749dc60a82f6002b305/CMakeLists.txt
---- visualization.goom-fb5933ba5b2143d055cc7749dc60a82f6002b305.org/CMakeLists.txt	2014-10-31 11:34:21.000000000 +0100
-+++ visualization.goom-fb5933ba5b2143d055cc7749dc60a82f6002b305/CMakeLists.txt	2015-07-19 19:49:43.340054342 +0200
-@@ -13,6 +13,10 @@
-                     ${KODI_INCLUDE_DIR}
-                     ${PROJECT_SOURCE_DIR}/lib/goom2k4-0/src)
- 
-+get_filename_component( COMPILER_FILENAME "${CMAKE_C_COMPILER}" NAME )
-+string( REGEX REPLACE "-[^-]+$" ""
-+        TOOLCHAIN_NAME "${COMPILER_FILENAME}" )
-+
- include(ExternalProject)
- set(update_command "")
- if(BOOTSTRAP_IN_TREE OR NOT DEFINED BOOTSTRAP_IN_TREE)
-@@ -20,7 +24,7 @@
- endif()
- externalproject_add(libgoom SOURCE_DIR ${PROJECT_SOURCE_DIR}/lib/goom2k4-0
-                     "${update_command}"
--                    CONFIGURE_COMMAND ${PROJECT_SOURCE_DIR}/lib/goom2k4-0/configure --disable-shared --enable-static --with-pic --prefix=<INSTALL_DIR>
-+                    CONFIGURE_COMMAND ${PROJECT_SOURCE_DIR}/lib/goom2k4-0/configure --disable-shared --enable-static --with-pic --prefix=<INSTALL_DIR> --host=${TOOLCHAIN_NAME}
-                     BUILD_COMMAND ${MAKE}
-                     INSTALL_COMMAND "")
- 
diff --git a/package/kodi-visualisation-goom/kodi-visualisation-goom.hash b/package/kodi-visualisation-goom/kodi-visualisation-goom.hash
index fa5fbf6c37..37d203224a 100644
--- a/package/kodi-visualisation-goom/kodi-visualisation-goom.hash
+++ b/package/kodi-visualisation-goom/kodi-visualisation-goom.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 501b8b1d5bd174ec71d57894293ae5eb0c1f41c3b725ab5e7b5a1c5eeea77a7f  kodi-visualisation-goom-54da35870930acd1a3a36195dd2c1498ac336b90.tar.gz
+sha256 49f193d32a14b26a39d6572fcbdd8b69a9e559f453bca017086336e985bf6b2c  kodi-visualisation-goom-2.1.0-Leia.tar.gz
diff --git a/package/kodi-visualisation-goom/kodi-visualisation-goom.mk b/package/kodi-visualisation-goom/kodi-visualisation-goom.mk
index a7503a97d8..487a520220 100644
--- a/package/kodi-visualisation-goom/kodi-visualisation-goom.mk
+++ b/package/kodi-visualisation-goom/kodi-visualisation-goom.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-KODI_VISUALISATION_GOOM_VERSION = 54da35870930acd1a3a36195dd2c1498ac336b90
-KODI_VISUALISATION_GOOM_SITE = $(call github,notspiff,visualization.goom,$(KODI_VISUALISATION_GOOM_VERSION))
+KODI_VISUALISATION_GOOM_VERSION = 2.1.0-Leia
+KODI_VISUALISATION_GOOM_SITE = $(call github,xbmc,visualization.goom,$(KODI_VISUALISATION_GOOM_VERSION))
 KODI_VISUALISATION_GOOM_LICENSE = GPL-2.0+
 KODI_VISUALISATION_GOOM_LICENSE_FILES = src/Main.cpp
 
-- 
2.20.1

  parent reply	other threads:[~2020-01-19 11:07 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-19 11:07 [Buildroot] [PATCH v9 00/23] package/kodi: bump to version 18.5-Leia Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 01/23] package/kodi-platform: bump version Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 02/23] package/kodi: bump to version 18.5-Leia Bernd Kuhls
2020-01-23  0:04   ` Arnout Vandecappelle
2020-02-01 13:26     ` Bernd Kuhls
2020-02-01 14:16     ` Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 03/23] package/kodi-audiodecoder-*: mass version bump Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 04/23] package/kodi-audioencoder-*: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 05/23] package/kodi-inputstream-adaptive: bump version Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 06/23] package/kodi-inputstream-rtmp: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 07/23] package/kodi-peripheral-joystick: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 08/23] package/kodi-peripheral-*: mass version bump Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 09/23] package/kodi-pvr-iptvsimple: bump version Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 10/23] package/kodi-pvr-mediaportal-tvserver: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 11/23] package/kodi-pvr-stalker: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 12/23] package/kodi-pvr-vuplus: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 13/23] package/kodi-pvr-*: mass version bump Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 14/23] package/kodi-screensaver-asteroids: bump version Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 15/23] package/kodi-screensaver-rsxs: " Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 16/23] package/kodi-screensaver-*: mass version bump Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 17/23] package/kodi-skin-confluence: bump version Bernd Kuhls
2020-01-19 11:07 ` Bernd Kuhls [this message]
2020-01-19 11:07 ` [Buildroot] [PATCH v9 19/23] package/kodi-visualisation-shadertoy: bump version to 1.2.3-Leia Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 20/23] package/kodi-visualisation-spectrum: bump version to 3.0.2-Leia Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 21/23] package/kodi-visualisation-fishbmc: bump version to 5.1.2-Leia Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 22/23] package/kodi-visualisation-waveform: bump version to 3.1.1-Leia Bernd Kuhls
2020-01-19 11:07 ` [Buildroot] [PATCH v9 23/23] package/kodi-vfs-sftp: bump version Bernd Kuhls
2020-01-23  0:05   ` Arnout Vandecappelle

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=20200119110735.1104443-19-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.