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/next 1/1] package/libbluray: add optional support for libudfread
Date: Sun, 21 Feb 2021 10:58:35 +0100	[thread overview]
Message-ID: <20210221095835.GY2276@scaer> (raw)
In-Reply-To: <20210221093502.13991-1-bernd.kuhls@t-online.de>

Bernd, All,

On 2021-02-21 10:35 +0100, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

This patch looks like a feature patch. It is indeed a backport from
upstream, which is good, but your commit log should explain why we need
to do that backport.

Regards,
Yann E. MORIN.

> ---
>  package/libbluray/0001-libudfread.patch | 29 +++++++++++++++++++++++++
>  package/libbluray/libbluray.mk          |  6 +++++
>  2 files changed, 35 insertions(+)
>  create mode 100644 package/libbluray/0001-libudfread.patch
> 
> diff --git a/package/libbluray/0001-libudfread.patch b/package/libbluray/0001-libudfread.patch
> new file mode 100644
> index 0000000000..5cd9ab8111
> --- /dev/null
> +++ b/package/libbluray/0001-libudfread.patch
> @@ -0,0 +1,29 @@
> +From 24d38b8ec371d89b51f8b65f3085672db12334ff Mon Sep 17 00:00:00 2001
> +From: Sebastian Ramacher <sramacher@debian.org>
> +Date: Sun, 20 Dec 2020 13:32:33 +0100
> +Subject: [PATCH] Update check for new libudfread pkg-config file name
> +
> +Downloaded from upstream commit:
> +https://code.videolan.org/videolan/libbluray/-/commit/24d38b8ec371d89b51f8b65f3085672db12334ff
> +
> +Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> +---
> + configure.ac | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index e0e80cce..250db73b 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -279,7 +279,7 @@ AM_CONDITIONAL([BDJ_J2SE], [ test x"$BDJ_TYPE" != x"j2me" ])
> + dnl bootclasspath
> + AC_SUBST(BDJ_BOOTCLASSPATH)
> + 
> +-PKG_CHECK_MODULES([LIBUDFREAD], [udfread >= 1.1.0],
> ++PKG_CHECK_MODULES([LIBUDFREAD], [libudfread >= 1.1.0],
> +     [with_libudfread=yes
> +      AC_DEFINE([HAVE_LIBUDFREAD], [1], [Define to 1 if external libudfread is to be used])
> +      PACKAGES="$PACKAGES libudfread >= 1.1.0"
> +-- 
> +GitLab
> +
> diff --git a/package/libbluray/libbluray.mk b/package/libbluray/libbluray.mk
> index 36f59190b1..e4fca5204f 100644
> --- a/package/libbluray/libbluray.mk
> +++ b/package/libbluray/libbluray.mk
> @@ -12,6 +12,8 @@ LIBBLURAY_LICENSE = LGPL-2.1+
>  LIBBLURAY_LICENSE_FILES = COPYING
>  LIBBLURAY_CPE_ID_VENDOR = videolan
>  LIBBLURAY_DEPENDENCIES = host-pkgconf
> +# 0001-libudfread.patch
> +LIBBLURAY_AUTORECONF = YES
>  
>  LIBBLURAY_CONF_OPTS = --disable-bdjava-jar
>  
> @@ -19,6 +21,10 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y)
>  LIBBLURAY_DEPENDENCIES += libiconv
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LIBUDFREAD),y)
> +LIBBLURAY_DEPENDENCIES += libudfread
> +endif
> +
>  ifeq ($(BR2_PACKAGE_FREETYPE),y)
>  LIBBLURAY_DEPENDENCIES += freetype
>  LIBBLURAY_CONF_OPTS += --with-freetype
> -- 
> 2.29.2
> 
> _______________________________________________
> 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 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2021-02-21  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21  9:35 [Buildroot] [PATCH/next 1/1] package/libbluray: add optional support for libudfread Bernd Kuhls
2021-02-21  9:58 ` Yann E. MORIN [this message]

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=20210221095835.GY2276@scaer \
    --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.