From patchwork Sun Feb 7 16:02:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 580025 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id C856C1400DE for ; Mon, 8 Feb 2016 03:06:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F084533C2D; Sun, 7 Feb 2016 16:06:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q9rw7XrQJWsh; Sun, 7 Feb 2016 16:06:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D67E533C8C; Sun, 7 Feb 2016 16:04:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 541051C0F85 for ; Sun, 7 Feb 2016 16:03:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4E9FB33BDF for ; Sun, 7 Feb 2016 16:03:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23kZSoIflLRh for ; Sun, 7 Feb 2016 16:03:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by silver.osuosl.org (Postfix) with ESMTPS id 8C15A3138B for ; Sun, 7 Feb 2016 16:03:36 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout12.t-online.de (Postfix) with SMTP id E1B9425FCA5 for ; Sun, 7 Feb 2016 17:03:34 +0100 (CET) Received: from fli4l.lan.fli4l (Ze3RfoZQrhacenZqIEcK7v7BjhD82PuJaIUvNHfjitBE-qCe9HOdCSr-lBREs4iQrO@[84.178.232.206]) by fwd24.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1aSRo8-0Dp7RY0; Sun, 7 Feb 2016 17:03:28 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:60988 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.86) (envelope-from ) id 1aSRo7-0007Hs-6T; Sun, 07 Feb 2016 17:03:27 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 7 Feb 2016 17:02:59 +0100 Message-Id: <1454860992-25114-16-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454860992-25114-1-git-send-email-bernd.kuhls@t-online.de> References: <1454860992-25114-1-git-send-email-bernd.kuhls@t-online.de> X-ID: Ze3RfoZQrhacenZqIEcK7v7BjhD82PuJaIUvNHfjitBE-qCe9HOdCSr-lBREs4iQrO X-TOI-MSGID: d6c25a44-c350-4b95-9732-d195972534df Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 15/28] package/kodi-visualisation-shadertoy: bump version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- ...FindOpenGLES2-also-search-for-egl-with-pkg-config.patch | 14 +++++++------- .../kodi-visualisation-shadertoy.mk | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package/kodi-visualisation-shadertoy/0001-FindOpenGLES2-also-search-for-egl-with-pkg-config.patch b/package/kodi-visualisation-shadertoy/0001-FindOpenGLES2-also-search-for-egl-with-pkg-config.patch index f40c173..6737296 100644 --- a/package/kodi-visualisation-shadertoy/0001-FindOpenGLES2-also-search-for-egl-with-pkg-config.patch +++ b/package/kodi-visualisation-shadertoy/0001-FindOpenGLES2-also-search-for-egl-with-pkg-config.patch @@ -17,15 +17,15 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b084cf..81bbe27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -24,7 +24,7 @@ else() +@@ -35,7 +35,7 @@ + endif() endif() - endif() --include_directories(${OpenGL_INCLUDE_DIR} -+include_directories(${OpenGL_INCLUDE_DIR} ${OpenGLES2_INCLUDE_DIRS} - ${GLEW_INCLUDE_DIR} - ${KODI_INCLUDE_DIR} - ${PROJECT_SOURCE_DIR}/lib/kissfft +- include_directories(${OpenGL_INCLUDE_DIR} ++ include_directories(${OpenGL_INCLUDE_DIR} ${OpenGLES2_INCLUDE_DIRS} + ${GLEW_INCLUDE_DIR} + ${KODI_INCLUDE_DIR} + ${platform_INCLUDE_DIRS} diff --git a/FindOpenGLES2.cmake b/FindOpenGLES2.cmake index e1b7d21..2a9ce0d 100644 --- a/FindOpenGLES2.cmake diff --git a/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk b/package/kodi-visualisation-shadertoy/kodi-visualisation-shadertoy.mk index 1b11f79..308016e 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 = a4eaaad4ab7204a30224f2c6952f7a7035ca1c38 +KODI_VISUALISATION_SHADERTOY_VERSION = f9988007681bf37e6c03d6992bae30133b020608 KODI_VISUALISATION_SHADERTOY_SITE = $(call github,notspiff,visualization.shadertoy,$(KODI_VISUALISATION_SHADERTOY_VERSION)) KODI_VISUALISATION_SHADERTOY_LICENSE = GPLv2+ KODI_VISUALISATION_SHADERTOY_LICENSE_FILES = src/main.cpp -KODI_VISUALISATION_SHADERTOY_DEPENDENCIES = kodi +KODI_VISUALISATION_SHADERTOY_DEPENDENCIES = kodi libplatform $(eval $(cmake-package))