mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libva: version bump 2.5.0 -> 2.6.1
Date: Fri, 24 Jan 2020 14:10:38 +0100	[thread overview]
Message-ID: <20200124131038.24174-1-p.zabel@pengutronix.de> (raw)

- Build using Meson.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libva.in   |  1 +
 rules/libva.make | 23 +++++++++++------------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/rules/libva.in b/rules/libva.in
index 5d074a5cc865..8dd2229030fe 100644
--- a/rules/libva.in
+++ b/rules/libva.in
@@ -2,6 +2,7 @@
 
 menuconfig LIBVA
 	tristate
+	select HOST_MESON
 	select LIBDRM
 	select XORG_LIB_X11		if LIBVA_X11 || LIBVA_GLX
 	select XORG_LIB_XEXT		if LIBVA_X11
diff --git a/rules/libva.make b/rules/libva.make
index c0f8a8ae6a37..9033c0e115b5 100644
--- a/rules/libva.make
+++ b/rules/libva.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBVA) += libva
 #
 # Paths and names
 #
-LIBVA_VERSION	:= 2.5.0
-LIBVA_MD5	:= 3688212fb7a87947070f3729e91ff7cf
+LIBVA_VERSION	:= 2.6.1
+LIBVA_MD5	:= aef13eb48e01a47d1416d97462a22a11
 LIBVA		:= libva-$(LIBVA_VERSION)
 LIBVA_SUFFIX	:= tar.bz2
 LIBVA_URL	:= https://github.com/intel/libva/releases/download/$(LIBVA_VERSION)/$(LIBVA).$(LIBVA_SUFFIX)
@@ -32,17 +32,16 @@ LIBVA_ENABLE-$(PTXCONF_LIBVA_X11)	+= x11
 LIBVA_ENABLE-$(PTXCONF_LIBVA_GLX)	+= glx
 LIBVA_ENABLE-$(PTXCONF_LIBVA_WAYLAND)	+= wayland
 
-#
-# autoconf
-#
-LIBVA_CONF_TOOL	:= autoconf
+LIBVA_CONF_TOOL	:= meson
 LIBVA_CONF_OPT	:= \
-	$(CROSS_AUTOCONF_USR) \
-	--disable-docs \
-	$(addprefix --enable-,$(LIBVA_ENABLE-y)) \
-	$(addprefix --disable-,$(LIBVA_ENABLE-)) \
-	--enable-va-messaging \
-	$(GLOBAL_LARGE_FILE_OPTION)
+	$(CROSS_MESON_USR) \
+	-Ddisable_drm=false \
+	-Ddriverdir='' \
+	-Denable_docs=false \
+	-Denable_va_messaging=true \
+	-Dwith_glx=$(call ptx/yesno, PTXCONF_LIBVA_GLX) \
+	-Dwith_wayland=$(call ptx/yesno, PTXCONF_LIBVA_WAYLAND) \
+	-Dwith_x11=$(call ptx/yesno, PTXCONF_LIBVA_X11)
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2020-01-24 13:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200124131038.24174-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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