package/xbmc-addon-xvdr: rename to kodi-addon-xvdr

Following the rename of the XBMC project to Kodi, this commit renames
the xbmc-addon-xvdr package to kodi-addon-xvdr, and adds the
appropriate Config.in.legacy handling.

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 2014-12-23 18:46:33 +01:00 committed by Thomas Petazzoni
parent f84f60c652
commit db78eb0715
4 changed files with 22 additions and 15 deletions

View File

@ -102,6 +102,13 @@ endif
comment "Legacy options removed in 2015.02" comment "Legacy options removed in 2015.02"
config BR2_PACKAGE_XBMC_ADDON_XVDR
bool "xbmc options have been renamed"
select BR2_LEGACY
select BR2_PACKAGE_KODI_ADDON_XVDR
help
The XBMC media center project was renamed to Kodi entertainment center
config BR2_PACKAGE_XBMC_PVR_ADDONS config BR2_PACKAGE_XBMC_PVR_ADDONS
bool "xbmc options have been renamed" bool "xbmc options have been renamed"
select BR2_LEGACY select BR2_LEGACY

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_XBMC_ADDON_XVDR config BR2_PACKAGE_KODI_ADDON_XVDR
bool "xbmc-addon-xvdr" bool "kodi-addon-xvdr"
help help
This is a PVR add-on for XBMC to add VDR (http://tvdr.de/) This is a PVR add-on for Kodi to add VDR (http://tvdr.de/)
as a TV/PVR Backend to XBMC. as a TV/PVR Backend to Kodi.
It adds support for Live TV watching, replaying of Recordings, It adds support for Live TV watching, replaying of Recordings,
programming Timers and EPG TV Guide to use on same computer or programming Timers and EPG TV Guide to use on same computer or

View File

@ -1,26 +1,26 @@
################################################################################ ################################################################################
# #
# xbmc-addon-xvdr # kodi-addon-xvdr
# #
################################################################################ ################################################################################
# This cset is on master. When a Gotham branch is made, we should # This cset is on master. When a Gotham branch is made, we should
# follow it, as incompatible changes in the plugins API can happen # follow it, as incompatible changes in the plugins API can happen
# on the master branch. # on the master branch.
XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb KODI_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION)) KODI_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(KODI_ADDON_XVDR_VERSION))
XBMC_ADDON_XVDR_LICENSE = GPLv2+ KODI_ADDON_XVDR_LICENSE = GPLv2+
XBMC_ADDON_XVDR_LICENSE_FILES = COPYING KODI_ADDON_XVDR_LICENSE_FILES = COPYING
# There's no ./configure in the git tree, we need to generate it # There's no ./configure in the git tree, we need to generate it
# xbmc-addon-xvdr uses a weird autogen.sh script, which # kodi-addon-xvdr uses a weird autogen.sh script, which
# is even incorrect (it's missing the #! ) Sigh... :-( # is even incorrect (it's missing the #! ) Sigh... :-(
# Fortunately, with our little patch, it autoreconfs nicely! :-) # Fortunately, with our little patch, it autoreconfs nicely! :-)
XBMC_ADDON_XVDR_AUTORECONF = YES KODI_ADDON_XVDR_AUTORECONF = YES
# This really is a runtime dependency, but we need XBMC to be installed # This really is a runtime dependency, but we need KODI to be installed
# first, since we'll install files in XBMC's directories _after_ XBMC has # first, since we'll install files in KODI's directories _after_ KODI has
# installed his own files # installed his own files
XBMC_ADDON_XVDR_DEPENDENCIES = kodi KODI_ADDON_XVDR_DEPENDENCIES = kodi
$(eval $(autotools-package)) $(eval $(autotools-package))

View File

@ -237,7 +237,7 @@ config BR2_PACKAGE_KODI_WAVPACK
comment "Kodi addons" comment "Kodi addons"
source "package/xbmc-addon-xvdr/Config.in" source "package/kodi-addon-xvdr/Config.in"
source "package/kodi-pvr-addons/Config.in" source "package/kodi-pvr-addons/Config.in"
endif # BR2_PACKAGE_KODI endif # BR2_PACKAGE_KODI