package/gli: new package

Needed for Kodi 18.x-compatible version of kodi-screensaver-rsxs.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2019-04-10 19:57:46 +02:00 committed by Thomas Petazzoni
parent d28897da5e
commit 621433f981
5 changed files with 32 additions and 0 deletions

View File

@ -295,6 +295,7 @@ F: package/freeswitch/
F: package/freeswitch-mod-bcg729/
F: package/ghostscript/
F: package/giflib/
F: package/gli/
F: package/glmark2/
F: package/hdparm/
F: package/jsoncpp/

View File

@ -1657,6 +1657,7 @@ menu "Other"
source "package/flatcc/Config.in"
source "package/gconf/Config.in"
source "package/gflags/Config.in"
source "package/gli/Config.in"
source "package/glibmm/Config.in"
source "package/glm/Config.in"
source "package/gmp/Config.in"

10
package/gli/Config.in Normal file
View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_GLI
bool "gli"
depends on BR2_INSTALL_LIBSTDCPP
help
OpenGL Image (GLI)
http://gli.g-truc.net
comment "gli needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

3
package/gli/gli.hash Normal file
View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 9374f3cf6441dac0154f7e5ae9ad9ae99f4c4a36f8eb6de23f54a1996b9f2769 gli-559cbe1ec38878e182507d331e0780fbae5baf15.tar.gz
sha256 e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a manual.md

17
package/gli/gli.mk Normal file
View File

@ -0,0 +1,17 @@
################################################################################
#
# gli
#
################################################################################
GLI_VERSION = 559cbe1ec38878e182507d331e0780fbae5baf15
GLI_SITE = $(call github,g-truc,gli,$(GLI_VERSION))
GLI_LICENSE = MIT
GLI_LICENSE_FILES = manual.md
# GLI is a header-only library, it only makes sense
# to have it installed into the staging directory.
GLI_INSTALL_STAGING = YES
GLI_INSTALL_TARGET = NO
$(eval $(cmake-package))