xbmc-addon-xvdr: bump to a version compatible with XBMC Gotham

Removed patch applied upstream.

[Thomas: fix typo noticed by Yann.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2014-06-07 14:31:09 +02:00 committed by Thomas Petazzoni
parent f40f440563
commit a0d0abc160
2 changed files with 4 additions and 31 deletions

View File

@ -1,28 +0,0 @@
commit 846b0b5a8b559f94dffadf5b2f95ca845b6ba9f1
Author: Yann E. MORIN <yann.morin.1998@free.fr>
Date: Wed Mar 26 07:45:58 2014 +0100
configure: set the foreign flag
This is required since we do not bundle the necessary files (NEWS,
INSTALL et al.) Setting it in configure.in is needed to be able
to run autoreconf (in lieu of the weird autogen.sh)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Patch accepted upstream in master:
https://github.com/pipelka/xbmc-addon-xvdr/commit/84e5860f488e67a3a3386c779f9a56adeb3dc220
diff --git a/configure.in b/configure.in
index 6e692e1..7be0d18 100755
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
dnl Setup for automake
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
dnl Check for tools

View File

@ -4,9 +4,10 @@
#
################################################################################
# This cset is on the branch 'xbmc-frodo'
# When XBMC is updated, then this should be updated to the corresponding branch
XBMC_ADDON_XVDR_VERSION = acd4e145fc3220cf708aaf40d895904732dce2c7
# This cset is on master. When a Gotham branch is made, we should
# follow it, as incompatible changes in the plugins API can happen
# on the master branch.
XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
XBMC_ADDON_XVDR_LICENSE = GPLv2+
XBMC_ADDON_XVDR_LICENSE_FILES = COPYING