mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [ptxdist] [PATCH v2] kmscube: version bump 2017-03-13-g803bac5 -> 2020-10-28-ge6386d1b
Date: Sun, 1 Nov 2020 09:17:18 +0100	[thread overview]
Message-ID: <20201101081718.GA82613@dude03.red.stw.pengutronix.de> (raw)
In-Reply-To: <20201029185616.3931-1-l.stach@pengutronix.de>

On Thu, Oct 29, 2020 at 07:56:16PM +0100, Lucas Stach wrote:
> - version bump
> - add license file
> - switch to meson build
> - disable gstreamer dependency (keep it simple)
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> v2: bump to most recent git version to fix multiplanar render buffers

You already posted a version 2. That one removed the old patches...

Michael

> ---
>  rules/kmscube.in   |  2 ++
>  rules/kmscube.make | 14 +++++++++-----
>  2 files changed, 11 insertions(+), 5 deletions(-)
> 
> diff --git a/rules/kmscube.in b/rules/kmscube.in
> index 810f14691384..1f88845767e1 100644
> --- a/rules/kmscube.in
> +++ b/rules/kmscube.in
> @@ -3,8 +3,10 @@
>  config KMSCUBE
>  	bool
>  	prompt "kmscube"
> +	select HOST_MESON
>  	select MESALIB
>  	select MESALIB_GLES2
>  	select LIBDRM
> +	select LIBPNG
>  	help
>  	  kmscube is an application to test kms/drm drivers.
> diff --git a/rules/kmscube.make b/rules/kmscube.make
> index 5275a627cf47..8c3fb087470e 100644
> --- a/rules/kmscube.make
> +++ b/rules/kmscube.make
> @@ -15,24 +15,28 @@ PACKAGES-$(PTXCONF_KMSCUBE) += kmscube
>  # Paths and names
>  #
>  # No tags: use a fake descriptive commit-ish to include the date
> -KMSCUBE_VERSION	:= 2017-03-13-g803bac5
> +KMSCUBE_VERSION	:= 2020-10-28-ge6386d1b
>  KMSCUBE		:= kmscube-$(KMSCUBE_VERSION)
> -KMSCUBE_MD5	:= 781a59ab2d1d245e99a49df7c3dc1876
> +KMSCUBE_MD5	:= cd5fbb6e53545f29e22e20aea3309570
>  KMSCUBE_SUFFIX	:= tar.gz
>  KMSCUBE_URL	:= https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)/$(KMSCUBE).$(KMSCUBE_SUFFIX)
>  KMSCUBE_SOURCE	:= $(SRCDIR)/$(KMSCUBE).$(KMSCUBE_SUFFIX)
>  KMSCUBE_DIR	:= $(BUILDDIR)/$(KMSCUBE)
> -
>  KMSCUBE_LICENSE	:= MIT
> +KMSCUBE_LICENSE_FILES := \
> +	file://COPYING;md5=2a12bf7a66f5f663d75186bf01eb607b
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
>  # ----------------------------------------------------------------------------
>  
>  #
> -# autoconf
> +# meson
>  #
> -KMSCUBE_CONF_TOOL	:= autoconf
> +KMSCUBE_CONF_TOOL	:= meson
> +KMSCUBE_CONF_OPT	:= \
> +	$(CROSS_MESON_USR) \
> +	-Dgstreamer=disabled
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  reply	other threads:[~2020-11-01  8:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 18:56 Lucas Stach
2020-11-01  8:17 ` Michael Olbrich [this message]
2020-11-03 10:10   ` Lucas Stach

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=20201101081718.GA82613@dude03.red.stw.pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=l.stach@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