Commit fea0919d authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/kodi-visualisation-waveforhue: new package



[Thomas:
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 9877d900
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
From d80b2dfeab475b066004d831c0d28c0dab064ca6 Mon Sep 17 00:00:00 2001
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date: Thu, 30 Jul 2015 10:24:53 +0200
Subject: [PATCH] Adapt xbmc_vis_dll.h header path

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 src/Main_gles.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Main_gles.cpp b/src/Main_gles.cpp
index 3c22bf8..f5666e9 100644
--- a/src/Main_gles.cpp
+++ b/src/Main_gles.cpp
@@ -38,7 +38,7 @@
 #include <GLES2/gl2ext.h>
 #endif
 
-#include "addons/include/xbmc_vis_dll.h"
+#include "kodi/xbmc_vis_dll.h"
 #include "VisGUIShader.h"
 
 //th
-- 
2.5.0
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KODI_VISUALISATION_WAVEFORHUE
	bool "kodi-visualisation-waveforhue"
	help
	  WaveForHue visualiser for Kodi

	  https://github.com/notspiff/visualization.waveforhue
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# kodi-visualisation-waveforhue
#
################################################################################

KODI_VISUALISATION_WAVEFORHUE_VERSION = 330b5d0432a976993d8ea3e13f01ec9bd3d8b02e
KODI_VISUALISATION_WAVEFORHUE_SITE = $(call github,notspiff,visualization.waveforhue,$(KODI_VISUALISATION_WAVEFORHUE_VERSION))
KODI_VISUALISATION_WAVEFORHUE_LICENSE = GPLv2+
KODI_VISUALISATION_WAVEFORHUE_LICENSE_FILES = COPYING
KODI_VISUALISATION_WAVEFORHUE_DEPENDENCIES = kodi

$(eval $(cmake-package))
+1 −0
Original line number Diff line number Diff line
@@ -299,6 +299,7 @@ endmenu
menu "Visualisations"
	source "package/kodi-visualisation-shadertoy/Config.in"
	source "package/kodi-visualisation-spectrum/Config.in"
	source "package/kodi-visualisation-waveforhue/Config.in"
	source "package/kodi-visualisation-waveform/Config.in"
endmenu