Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v12 09/32] xbmc-addon-xvdr: bump to a version compatible with XBMC Gotham
Date: Sun, 8 Jun 2014 13:13:20 +0200	[thread overview]
Message-ID: <20140608111320.GE15981@free.fr> (raw)
In-Reply-To: <1402144292-27837-10-git-send-email-bernd.kuhls@t-online.de>

Bernd, All,

On 2014-06-07 14:31 +0200, Bernd Kuhls spake thusly:
> Removed patch applied upstream.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

There's a typo in the comment; when fixed, feel free to add my:
 -- Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

> ---
>  .../xbmc-addon-xvdr-0001-foreign-automake.patch    |   28 --------------------
>  package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk         |    7 ++---
>  2 files changed, 4 insertions(+), 31 deletions(-)
>  delete mode 100644 package/xbmc-addon-xvdr/xbmc-addon-xvdr-0001-foreign-automake.patch
> 
> diff --git a/package/xbmc-addon-xvdr/xbmc-addon-xvdr-0001-foreign-automake.patch b/package/xbmc-addon-xvdr/xbmc-addon-xvdr-0001-foreign-automake.patch
> deleted file mode 100644
> index 0f49dcf..0000000
> --- a/package/xbmc-addon-xvdr/xbmc-addon-xvdr-0001-foreign-automake.patch
> +++ /dev/null
> @@ -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
> - 
> diff --git a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> index 28c90f7..1f452de 100644
> --- a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> +++ b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> @@ -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 in on master. When a Gotham branch is made, we should

*is on master

Regards,
Yann E. MORIN.

> +# 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
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-06-08 11:13 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 12:31 [Buildroot] [PATCH v12 00/32] xbmc: bump version to 13.1 Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 01/32] toolchain: add option to copy the gconv libraries Bernd Kuhls
2014-06-08 13:15   ` Thomas Petazzoni
2014-06-08 13:39     ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 02/32] xbmc: add host-gettext dependency Bernd Kuhls
2014-06-07 21:25   ` Yann E. MORIN
2014-06-08 10:45     ` Maxime Hadjinlian
2014-06-07 12:31 ` [Buildroot] [PATCH v12 03/32] xbmc: add host-nasm dependency Bernd Kuhls
2014-06-07 21:27   ` Yann E. MORIN
2014-06-07 21:29     ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 04/32] xbmc: add host-yasm dependency for MMX/64bit archs Bernd Kuhls
2014-06-08 10:44   ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 05/32] xbmc: add missing egl-related cflags Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 06/32] xbmc: hdmi cec supports needs udev for device scanning Bernd Kuhls
2014-06-08 11:07   ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 07/32] xbmc: bump version to 13.1 Bernd Kuhls
2014-06-08 11:09   ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 08/32] xbmc-pvr-addons: bump to a version compatible with XBMC Gotham Bernd Kuhls
2014-06-08 11:11   ` Yann E. MORIN
2014-06-08 11:15   ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 09/32] xbmc-addon-xvdr: " Bernd Kuhls
2014-06-08 11:13   ` Yann E. MORIN [this message]
2014-06-07 12:31 ` [Buildroot] [PATCH v12 10/32] mesa3d: Bump version to 10.2.1, fix xa build Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 11/32] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 12/32] mesa3d: add dependency xproto_presentproto Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 13/32] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 14/32] mesa3d: Add dri3 support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 15/32] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-06-11 16:42   ` Yann E. MORIN
2014-06-07 12:31 ` [Buildroot] [PATCH v12 16/32] libva: new package Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 17/32] libva-intel-driver: " Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 18/32] ffmpeg: Add libva support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 19/32] libglu: new package Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 20/32] libglew: " Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 21/32] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 22/32] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 23/32] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 24/32] xbmc: Add alsa support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 25/32] xbmc: Add lame support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 26/32] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 27/32] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 28/32] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 29/32] xbmc: Add VA-API support Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 30/32] xbmc: fix missing libraries from rpi-userland Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 31/32] rpi-userland: cleanup *_CONF_OPT Bernd Kuhls
2014-06-07 12:31 ` [Buildroot] [PATCH v12 32/32] package/libcec: fix missing libraries from rpi-userland Bernd Kuhls
2014-06-07 12:39 ` [Buildroot] [PATCH v12 00/32] xbmc: bump version to 13.1 Yann E. MORIN
2014-06-08 13:08 ` Thomas Petazzoni
2014-06-08 13:12 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140608111320.GE15981@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox