All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/8] package/tvheadend: Add support for libdvbcsa
Date: Tue, 14 Oct 2014 10:22:46 +0200	[thread overview]
Message-ID: <20141014082245.GG3730@free.fr> (raw)
In-Reply-To: <1413137610-21887-5-git-send-email-bernd.kuhls@t-online.de>

Bernd, All,

On 2014-10-12 20:13 +0200, Bernd Kuhls spake thusly:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/tvheadend/tvheadend.mk |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
> index 25a732c..9909b5c 100644
> --- a/package/tvheadend/tvheadend.mk
> +++ b/package/tvheadend/tvheadend.mk
> @@ -14,6 +14,13 @@ ifeq ($(BR2_PACKAGE_AVAHI),y)
>  TVHEADEND_DEPENDENCIES += avahi
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LIBDVBCSA),y)
> +TVHEADEND_DEPENDENCIES += libdvbcsa
> +TVHEADEND_CONF_OPTS += --enable-dvbcsa
> +else
> +TVHEADEND_CONF_OPTS += --disable-dvbcsa
> +endif
> +
>  ifeq ($(BR2_PACKAGE_LIBICONV),y)
>  TVHEADEND_DEPENDENCIES += libiconv
>  endif
> -- 
> 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-10-14  8:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-12 18:13 [Buildroot] [PATCH 1/8] package/libdvbcsa: New package Bernd Kuhls
2014-10-12 18:13 ` [Buildroot] [PATCH 2/8] package/ffmpeg: Enable support for libavresample Bernd Kuhls
2014-10-14  8:21   ` Yann E. MORIN
2014-10-12 18:13 ` [Buildroot] [PATCH 3/8] package/tvheadend: Convert to autotools-package Bernd Kuhls
2014-10-12 19:34   ` Thomas Petazzoni
2014-10-13 17:46     ` Bernd Kuhls
2014-10-12 18:13 ` [Buildroot] [PATCH 4/8] package/tvheadend: Needs iconv() Bernd Kuhls
2014-10-12 19:33   ` Thomas Petazzoni
2014-10-12 18:13 ` [Buildroot] [PATCH 5/8] package/tvheadend: Add support for libdvbcsa Bernd Kuhls
2014-10-14  8:22   ` Yann E. MORIN [this message]
2014-10-12 18:13 ` [Buildroot] [PATCH 6/8] package/tvheadend: Enable bundled build Bernd Kuhls
2014-10-12 18:20   ` Bernd Kuhls
2014-10-12 19:35     ` Thomas Petazzoni
2014-10-14  8:26       ` Yann E. MORIN
2014-10-14  8:26   ` Yann E. MORIN
2014-10-12 18:13 ` [Buildroot] [PATCH 7/8] package/tvheadend: Bump version to current git master Bernd Kuhls
2014-10-14  8:29   ` Yann E. MORIN
2014-10-12 18:13 ` [Buildroot] [PATCH 8/8] package/tvheadend: Add transcoding support by ffmpeg Bernd Kuhls
2014-10-14  8:29   ` Yann E. MORIN
2014-10-14  8:20 ` [Buildroot] [PATCH 1/8] package/libdvbcsa: New package Yann E. MORIN

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=20141014082245.GG3730@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.