[Buildroot] [PATCH v3 01/12] libbluray: new package

Peter Korsgaard jacmet at uclibc.org
Sun Jan 19 21:48:42 UTC 2014


>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian at gmail.com> writes:

 > LIBBLURAY is a client library for accessing bluray disks.
 > This package was originally found at : https://github.com/huceke/buildroot-rbp
 > By gimli <ebsi4711 at gmail.com>

 > Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
 > Cc: gimli <ebsi4711 at gmail.com>
 > Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > ---
 > Changes v2 -> v3:
 > 	- None
 > Changes v1 -> v2
 > 	- Bump version to 0.5.0 and add missing build dependency (Bernd Kuhls)
 > +
 > +LIBBLURAY_VERSION = 0.5.0
 > +LIBBLURAY_SITE = ftp://ftp.videolan.org/pub/videolan/libbluray/$(LIBBLURAY_VERSION)
 > +LIBBLURAY_SOURCE = libbluray-$(LIBBLURAY_VERSION).tar.bz2
 > +LIBBLURAY_INSTALL_STAGING = YES
 > +LIBBLURAY_LICENSE = LGPLv2.1+
 > +LIBBLURAY_LICENSE_FILES = COPYING
 > +LIBBLURAY_DEPENDENCIES = host-pkgconf freetype bzip2 libxml2 zlib

You need to select these in Config.in. Looking closer I see that bzip2
and zlib aren't used, and freetype/libxml2 are optional.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list