Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v7 17/31] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon
Date: Sat, 17 May 2014 16:13:42 +0200	[thread overview]
Message-ID: <20140517161342.5e745481@free-electrons.com> (raw)
In-Reply-To: <1400326806-16428-18-git-send-email-bernd.kuhls@t-online.de>

Dear Bernd Kuhls,

On Sat, 17 May 2014 13:39:52 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../xbmc-pvr-addons/xbmc-pvr-addons-buildfix.patch |  226 ++++++++++++++++++++
>  package/xbmc-pvr-addons/xbmc-pvr-addons.mk         |    4 +-
>  2 files changed, 227 insertions(+), 3 deletions(-)
>  create mode 100644 package/xbmc-pvr-addons/xbmc-pvr-addons-buildfix.patch
> 
> diff --git a/package/xbmc-pvr-addons/xbmc-pvr-addons-buildfix.patch b/package/xbmc-pvr-addons/xbmc-pvr-addons-buildfix.patch
> new file mode 100644
> index 0000000..aedaf6f
> --- /dev/null
> +++ b/package/xbmc-pvr-addons/xbmc-pvr-addons-buildfix.patch

Please use sequence numbers for the patches.

> @@ -0,0 +1,226 @@
> +patch taken from OpenElec
> +
> +https://github.com/OpenELEC/OpenELEC.tv/blob/5d7777390abcb59cdc8f99c4253f89da94a8055c/packages/mediacenter/xbmc-pvr-addons/patches/xbmc-pvr-addons-buildfix.patch
> +
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Besides the origin of the patch, we also usually like to have a
description here.


> diff --git a/package/xbmc-pvr-addons/xbmc-pvr-addons.mk b/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
> index b6d061b..0f229a4 100644
> --- a/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
> +++ b/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
> @@ -4,9 +4,7 @@
>  #
>  ################################################################################
>  
> -# This cset is on the branch 'frodo'
> -# When XBMC is updated, then this should be updated to the corresponding branch

I think this comment was quite useful. Could we keep it, after updating
it?

> -XBMC_PVR_ADDONS_VERSION = 319351af7f3b546a5a56cdf6492f6ba1aec1cd2f
> +XBMC_PVR_ADDONS_VERSION = f38b2ebdc6f96244d5e4bc584315f4a2c24bc787
>  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

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-05-17 14:13 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-17 11:39 [Buildroot] [PATCH v7 00/31] xbmc: bump version to 13.0-Gotham Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 01/31] xproto_dri3proto: New package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 02/31] mesa3d: Bump version to 10.2-rc3 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 03/31] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 04/31] mesa3d: add dependency xproto_presentproto Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 05/31] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 06/31] mesa3d: Add dri3 support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 07/31] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 08/31] libva: new package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 09/31] libva-intel-driver: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 10/31] ffmpeg: Add libva support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 11/31] libglu: new package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 12/31] libglew: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 13/31] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 14/31] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 15/31] rtmpdump: Add KSV patch Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 16/31] xbmc: bump version to 13.0 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 17/31] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-17 14:13   ` Thomas Petazzoni [this message]
2014-05-17 15:09     ` Bernd Kuhls
2014-05-17 15:40       ` Yann E. MORIN
2014-05-17 11:39 ` [Buildroot] [PATCH v7 18/31] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 19/31] xbmc: Add host-gettext dependency Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 20/31] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-17 14:10   ` Thomas Petazzoni
2014-05-17 14:48     ` Bernd Kuhls
2014-05-17 15:31       ` Bernd Kuhls
2014-05-17 15:41         ` Yann E. MORIN
2014-05-17 11:39 ` [Buildroot] [PATCH v7 21/31] xbmc: fix arm/uclibc compilation Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 22/31] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 23/31] xbmc: Add VA-API support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 24/31] xbmc: Add alsa support Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 25/31] xbmc: Add lame support Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 26/31] xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 27/31] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 28/31] xbmc: add nasm/yasm dependency Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 29/31] xbmc: Fix ffmpeg cross compile Bernd Kuhls
2014-05-17 14:12   ` Thomas Petazzoni
2014-05-17 14:53     ` Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 30/31] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 31/31] xbmc needs IPv6 support Bernd Kuhls
2014-05-17 14:11   ` 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=20140517161342.5e745481@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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