Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Update for Kodi
Ported from OpenELEC:
https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/mediacenter/kodi-addon-xvdr/patches/kodi-addon-xvdr-xbmc-rebrand.patch
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
diff -Naur xbmc-addon-xvdr-2bf2563/configure.ac xbmc-addon-xvdr-2bf2563.patch/configure.ac
--- xbmc-addon-xvdr-2bf2563/configure.ac 2014-10-18 22:02:18.000000000 +0200
+++ xbmc-addon-xvdr-2bf2563.patch/configure.ac 2014-10-20 03:03:20.525526996 +0200
@@ -6,7 +6,7 @@
AC_INIT([xbmc-addon-xvdr], [MAJOR.MINOR.MICRO], [alexander.pipelka@gmail.com])
AC_CONFIG_AUX_DIR(autotools)
-AC_PREFIX_DEFAULT(/usr/lib/xbmc)
+AC_PREFIX_DEFAULT(/usr/lib/kodi)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET

View File

@@ -0,0 +1,14 @@
config BR2_PACKAGE_KODI_ADDON_XVDR
bool "kodi-addon-xvdr"
help
This is a PVR add-on for Kodi to add VDR (http://tvdr.de/)
as a TV/PVR Backend to Kodi.
It adds support for Live TV watching, replaying of Recordings,
programming Timers and EPG TV Guide to use on same computer or
over the Network.
https://github.com/pipelka/xbmc-addon-xvdr
Note: since the VDR server is not packaged in Buildroot, using
this addon requires that a remote VDR server be used.

View File

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