package/xbmc-pvr-addons: new package
[Thomas: fix minor typo in comments "his own files" -> "its own files"] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8956779d5d
commit
b6fd763467
6
package/xbmc-pvr-addons/Config.in
Normal file
6
package/xbmc-pvr-addons/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XBMC_PVR_ADDONS
|
||||
bool "xbmc-pvr-addons"
|
||||
help
|
||||
A collection of PVR backend addons for XBMC.
|
||||
|
||||
https://github.com/opdenkamp/xbmc-pvr-addons
|
34
package/xbmc-pvr-addons/xbmc-pvr-addons.mk
Normal file
34
package/xbmc-pvr-addons/xbmc-pvr-addons.mk
Normal file
@ -0,0 +1,34 @@
|
||||
################################################################################
|
||||
#
|
||||
# xbmc-pvr-addons
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'frodo'
|
||||
# When XBMC is updated, then this should be updated to the corresponding branch
|
||||
XBMC_PVR_ADDONS_VERSION = 319351af7f3b546a5a56cdf6492f6ba1aec1cd2f
|
||||
XBMC_PVR_ADDONS_SITE = $(call github,opdenkamp,xbmc-pvr-addons,$(XBMC_PVR_ADDONS_VERSION))
|
||||
XBMC_PVR_ADDONS_LICENSE = GPLv3+
|
||||
XBMC_PVR_ADDONS_LICENSE_FILES = COPYING
|
||||
|
||||
# There's no ./configure in the git tree, we need to generate it
|
||||
XBMC_PVR_ADDONS_AUTORECONF = YES
|
||||
|
||||
XBMC_PVR_ADDONS_DEPENDENCIES = boost zlib
|
||||
# This really is a runtime dependency, but we need XBMC to be installed
|
||||
# first, since we'll install files in XBMC's directories _after_ XBMC has
|
||||
# installed its own files
|
||||
XBMC_PVR_ADDONS_DEPENDENCIES += xbmc
|
||||
|
||||
XBMC_PVR_ADDONS_CONF_OPT = \
|
||||
--enable-release \
|
||||
--enable-addons-with-dependencies
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
||||
XBMC_PVR_ADDONS_CONF_OPT += --enable-mysql
|
||||
XBMC_PVR_ADDONS_DEPENDENCIES += mysql
|
||||
else
|
||||
XBMC_PVR_ADDONS_CONF_OPT += --disable-mysql
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
@ -158,4 +158,8 @@ config BR2_PACKAGE_XBMC_WAVPACK
|
||||
Enable WAV input support.
|
||||
Select this if you want to play back WV files.
|
||||
|
||||
endif
|
||||
comment "XBMC addons"
|
||||
|
||||
source "package/xbmc-pvr-addons/Config.in"
|
||||
|
||||
endif # BR2_PACKAGE_XBMC
|
||||
|
Loading…
Reference in New Issue
Block a user