mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
Compiled FunKey-Launcher-retrofe
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
config BR2_PACKAGE_FUNKEY_GPIO_MAPPING
|
||||
bool "FunKey GPIO Mapping"
|
||||
default y
|
||||
help
|
||||
The FunKey GPIO mapping utility.
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
config BR2_PACKAGE_RETROFE
|
||||
bool "retrofe"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
config BR2_PACKAGE_FUNKEY_LAUNCHER_RETROFE
|
||||
bool "FunKey retrofe launcher"
|
||||
default y
|
||||
select BR2_PACKAGE_GSTREAMER1
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_SDL_IMAGE
|
||||
select BR2_PACKAGE_SDL_MIXER
|
||||
select BR2_PACKAGE_SDL_TTF
|
||||
select BR2_PACKAGE_SDL_GFX
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
The cross-platform game frontend.
|
||||
|
||||
https://bitbucket.org/phulshof/retrofe/src/default/
|
||||
The FunKey retrofe launcher.
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
#
|
||||
# FunKey-Launcher-retrofe
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FUNKEY_LAUNCHER_RETROFE_VERSION = 0786a7af9aa24d702567b3f686ac9db84de287e1
|
||||
FUNKEY_LAUNCHER_RETROFE_SITE_METHOD = git
|
||||
#FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
FUNKEY_LAUNCHER_RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib
|
||||
FUNKEY_LAUNCHER_RETROFE_LICENSE = GPL-3.0
|
||||
FUNKEY_LAUNCHER_RETROFE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
#FUNKEY_LAUNCHER_RETROFE_CONFIGURE_CMDS = ${BR2_CMAKE} RetroFE/Source -BRetroFE/Build -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0
|
||||
|
||||
FUNKEY_LAUNCHER_RETROFE_SUBDIR = RetroFE/Source
|
||||
FUNKEY_LAUNCHER_RETROFE_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
FUNKEY_LAUNCHER_RETROFE_CONF_OPTS += -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0
|
||||
|
||||
define FUNKEY_LAUNCHER_RETROFE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/root/RetroFE
|
||||
$(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/root/RetroFE/retrofe
|
||||
endef
|
||||
|
||||
$(eval $(cmake-package))
|
||||
@@ -1,6 +0,0 @@
|
||||
config BR2_PACKAGE_RETROFE_LAYOUT
|
||||
bool "retrofe layout"
|
||||
help
|
||||
The cross-platform game frontend layout.
|
||||
|
||||
https://bitbucket.org/phulshof/retrofe/src/default/
|
||||
@@ -1,22 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# retrofe-layout
|
||||
#
|
||||
################################################################################
|
||||
#https://bitbucket.org/keymu2/funkey_retrofe_layout_240x240/get/aaa4b639a5f1.zip
|
||||
RETROFE_LAYOUT_VERSION = aaa4b639a5f1
|
||||
RETROFE_LAYOUT_SOURCE = $(RETROFE_LAYOUT_VERSION).zip
|
||||
RETROFE_LAYOUT_SITE = https://bitbucket.org/keymu2/funkey_retrofe_layout_240x240/get
|
||||
RETROFE_LAYOUT_LICENSE = GPL-2.0+
|
||||
RETROFE_LAYOUT_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
define RETROFE_LAYOUT_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games
|
||||
cp -r $(@D)/collections $(TARGET_DIR)/usr/games/
|
||||
cp -r $(@D)/launchers $(TARGET_DIR)/usr/games/
|
||||
cp -r $(@D)/layouts/Default_240x240 $(TARGET_DIR)/usr/games/layouts
|
||||
cp -r $(@D)/settings.conf $(TARGET_DIR)/usr/games/
|
||||
cp -r $(@D)/controls.conf $(TARGET_DIR)/usr/games/
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
@@ -1,21 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# retrofe
|
||||
#
|
||||
################################################################################
|
||||
#https://bitbucket.org/keymu2/funkey_retrofe/get/0961a03bf242.zip
|
||||
RETROFE_VERSION = 0961a03bf242
|
||||
RETROFE_SOURCE = $(RETROFE_VERSION).zip
|
||||
RETROFE_SITE = https://bitbucket.org/keymu2/funkey_retrofe/get
|
||||
RETROFE_LICENSE = GPL-2.0+
|
||||
RETROFE_LICENSE_FILES = LICENSE.txt
|
||||
RETROFE_SUBDIR = RetroFE/Source
|
||||
|
||||
RETROFE_DEPENDENCIES = libglib2 gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_ttf sdl_gfx zlib
|
||||
|
||||
define RETROFE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games
|
||||
$(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/usr/games/retrofe
|
||||
endef
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user