package/kodi-screensaver-stars: new package

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

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-07-22 22:31:05 +02:00 committed by Thomas Petazzoni
parent 95c854c302
commit 16f5cd5cf6
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,10 @@
config BR2_PACKAGE_KODI_SCREENSAVER_STARS
bool "kodi-screensaver-stars"
depends on BR2_PACKAGE_KODI_GL
help
Starfield screensaver for Kodi
https://github.com/notspiff/screensaver.stars
comment "kodi-screensaver-starts needs an OpenGL backend"
depends on !BR2_PACKAGE_KODI_GL

View file

@ -0,0 +1,13 @@
################################################################################
#
# kodi-screensaver-stars
#
################################################################################
KODI_SCREENSAVER_STARS_VERSION = 91b59f687ceb52488763aca4ba67d50a92f01731
KODI_SCREENSAVER_STARS_SITE = $(call github,notspiff,screensaver.stars,$(KODI_SCREENSAVER_STARS_VERSION))
KODI_SCREENSAVER_STARS_LICENSE = GPLv2+
KODI_SCREENSAVER_STARS_LICENSE_FILES = src/StarField.cpp
KODI_SCREENSAVER_STARS_DEPENDENCIES = kodi
$(eval $(cmake-package))

View file

@ -293,6 +293,7 @@ menu "Screensavers"
source "package/kodi-screensaver-greynetic/Config.in"
source "package/kodi-screensaver-pingpong/Config.in"
source "package/kodi-screensaver-pyro/Config.in"
source "package/kodi-screensaver-stars/Config.in"
endmenu
endif # BR2_PACKAGE_KODI