package/kodi-peripheral-joystick: new package

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 2017-05-07 13:32:03 +02:00 committed by Thomas Petazzoni
parent 0802ede021
commit 8cdb958e42
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,11 @@
config BR2_PACKAGE_KODI_PERIPHERAL_JOYSTICK
bool "kodi-peripheral-joystick"
depends on BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi joystick support (drivers and button maps)
https://github.com/xbmc/peripheral.joystick
comment "kodi-peripheral-joystick needs udev /dev management"
depends on !BR2_PACKAGE_HAS_UDEV

View File

@ -0,0 +1,2 @@
# Locally computed
sha256 c2025c4ec280b44b5d8bb1c34185a94cc105f66f0b762087804bb7d2d633d999 kodi-peripheral-joystick-v1.3.2.tar.gz

View File

@ -0,0 +1,15 @@
################################################################################
#
# kodi-peripheral-joystick
#
################################################################################
# This cset is on the branch 'Krypton'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PERIPHERAL_JOYSTICK_VERSION = v1.3.2
KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,$(KODI_PERIPHERAL_JOYSTICK_VERSION))
KODI_PERIPHERAL_JOYSTICK_LICENSE = GPL-2.0+
KODI_PERIPHERAL_JOYSTICK_LICENSE_FILES = src/addon.cpp
KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi-platform udev
$(eval $(cmake-package))

View File

@ -293,6 +293,10 @@ menu "Audio encoder addons"
source "package/kodi-audioencoder-wav/Config.in"
endmenu
menu "Peripheral addons"
source "package/kodi-peripheral-joystick/Config.in"
endmenu
menu "PVR addons"
source "package/kodi-pvr-argustv/Config.in"
source "package/kodi-pvr-dvblink/Config.in"