From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 21/37] libva: new package
Date: Thu, 3 Apr 2014 21:55:37 +0200 [thread overview]
Message-ID: <20140403215537.61b549f9@skate> (raw)
In-Reply-To: <1396551692-12371-22-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Thu, 3 Apr 2014 21:01:16 +0200, Bernd Kuhls wrote:
> diff --git a/package/libva/libva.mk b/package/libva/libva.mk
> new file mode 100644
> index 0000000..1c7e6e0
> --- /dev/null
> +++ b/package/libva/libva.mk
> @@ -0,0 +1,59 @@
> +################################################################################
> +#
> +# libva
> +#
> +################################################################################
> +
> +LIBVA_VERSION = 1.3.0
> +LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
> +LIBVA_SITE = http://www.freedesktop.org/software/vaapi/releases/libva
> +LIBVA_LICENSE = MIT
> +LIBVA_INSTALL_STAGING = YES
> +
> +LIBVA_DEPENDENCIES = \
> + host-pkgconf \
> + libdrm
You're cutting lines a bit too much. This should be:
LIBVA_DEPENDENCIES = host-pkgconf libdram
> +ifeq ($(BR2_PACKAGE_MESA3D),y)
> +LIBVA_DEPENDENCIES += \
> + mesa3d
> +LIBVA_CONF_OPT += \
> + --enable-glx
Same here.
> +endif
> +
> +ifeq ($(BR2_PACKAGE_XSERVER_XORG_SERVER),y)
> +LIBVA_DEPENDENCIES += \
> + xlib_libX11 \
> + xlib_libXext \
> + xlib_libXfixes
> +LIBVA_CONF_OPT += \
> + --enable-x11
> +else
> +LIBVA_CONF_OPT += \
> + --disable-x11
And here, and so on.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-04-03 19:55 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-03 19:00 [Buildroot] [PATCH v4 00/37] XBMC Gotham Beta3 + misc stuff Bernd Kuhls
2014-04-03 19:00 ` [Buildroot] [PATCH v4 01/37] pixman: Version bump 0.32.4 Bernd Kuhls
2014-04-03 19:00 ` [Buildroot] [PATCH v4 02/37] xlib_xtrans: Version bump 1.3.4 Bernd Kuhls
2014-04-03 19:00 ` [Buildroot] [PATCH v4 03/37] xapp_xauth: version bump 1.0.9 Bernd Kuhls
2014-04-03 19:00 ` [Buildroot] [PATCH v4 04/37] file: Version bump 5.18 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 05/37] flex: Version bump 2.5.39 Bernd Kuhls
2014-04-05 13:25 ` Thomas Petazzoni
2014-04-03 19:01 ` [Buildroot] [PATCH v4 06/37] sqlite: Version bump 3.8.4.2 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 07/37] libcdio: version bump 0.92 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 08/37] libmodplug: version bump 0.8.8.5 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 09/37] libogg: version bump 1.3.1 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 10/37] taglib: version bump 1.9.1 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 11/37] nasm: version bump 2.11.02 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 12/37] php: version bump 5.5.11 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 13/37] libdrm: Explain dependency on xorg in Kconfig Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 14/37] mesa3d: Explain dependency for i965 DRI driver " Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 15/37] DO NOT COMMIT - package/libevas: quick fix to get rid of circular deps Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 16/37] DO NOT COMMIT - package/libgl: introduce as a new virtual package for full-openGL providers Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 17/37] DO NOT COMMIT - package/mesa3d: is a full-openGL provider if X.org is present Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 18/37] DO NOT COMMIT - package/vlc: depends on the virtual package libgl Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 19/37] DO NOT COMMIT - package/x11-video-drivers: do not select, but depends on mesa3d Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 20/37] DO NOT COMMIT - package/xorg-server: do not force-select xf86driproto for mesa3d Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 21/37] libva: new package Bernd Kuhls
2014-04-03 19:55 ` Thomas Petazzoni [this message]
2014-04-03 19:01 ` [Buildroot] [PATCH v4 22/37] libva-intel-driver: " Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 23/37] ffmpeg: Add libva support Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 24/37] libglu: new package Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 25/37] libglew: " Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 26/37] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 27/37] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 28/37] xbmc: Add xbmc-send script to send commands to xbmc service Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 29/37] [v3] xbmc: needs host-gawk Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 30/37] WIP: xbmc: Bump version to Gotham_beta3 Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 31/37] WIP: xbmc: Allow compilation with uClibc Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 32/37] WIP: xbmc: Add X.org support Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 33/37] WIP: xbmc: Add VA-API support Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 34/37] WIP: xbmc: Add alsa support Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 35/37] WIP: xbmc: Add lame support Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 36/37] WIP: xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-04-03 19:01 ` [Buildroot] [PATCH v4 37/37] WIP: xbmc: Add option for Goom screensaver Bernd Kuhls
2014-04-03 19:27 ` [Buildroot] [PATCH v4 00/37] XBMC Gotham Beta3 + misc stuff 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=20140403215537.61b549f9@skate \
--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