mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] neatvnc: version bump 0.4.0 -> 0.5.1
Date: Fri,  5 Aug 2022 09:51:00 +0200	[thread overview]
Message-ID: <20220805075100.3718405-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220801083112.1850864-1-p.zabel@pengutronix.de>

Thanks, applied as d4e49b48095b15afddaf6ad480479eaefa5e3986.

Michael

[sent from post-receive hook]

On Fri, 05 Aug 2022 09:51:00 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220801083112.1850864-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/neatvnc.in b/rules/neatvnc.in
> index 9871a645dee8..17caeb7184c8 100644
> --- a/rules/neatvnc.in
> +++ b/rules/neatvnc.in
> @@ -9,14 +9,26 @@ menuconfig NEATVNC
>  	select LIBJPEG		if NEATVNC_JPEG
>  	select LIBJPEG_TURBO	if NEATVNC_JPEG
>  	select LIBDRM		if BUILDTIME
> +	select MESALIB		if NEATVNC_GBM
> +	select MESALIB_GBM	if NEATVNC_GBM
>  	prompt "neatvnc"
>  	help
>  	  VNC Server library
>  
>  if NEATVNC
>  
> +config NEATVNC_GBM
> +	bool
> +	prompt "enable gbm integration"
> +
>  config NEATVNC_JPEG
>  	bool
>  	prompt "enable jpeg compression"
>  
> +config NEATVNC_OPENH264
> +	bool
> +	# needs openh264
> +	depends on BROKEN
> +	prompt "enable open h264 encoding"
> +
>  endif
> diff --git a/rules/neatvnc.make b/rules/neatvnc.make
> index e5bb4c96e89b..d62bdffea309 100644
> --- a/rules/neatvnc.make
> +++ b/rules/neatvnc.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NEATVNC) += neatvnc
>  #
>  # Paths and names
>  #
> -NEATVNC_VERSION	:= 0.4.0
> -NEATVNC_MD5	:= c645abf2233a3a3ad294ca1ef9399d23
> +NEATVNC_VERSION	:= 0.5.1
> +NEATVNC_MD5	:= 5811a7890a1da1fa57cda4424818b0c2
>  NEATVNC		:= neatvnc-$(NEATVNC_VERSION)
>  NEATVNC_SUFFIX	:= tar.gz
>  NEATVNC_URL	:= https://github.com/any1/neatvnc/archive/refs/tags/v$(NEATVNC_VERSION).$(NEATVNC_SUFFIX)
> @@ -35,9 +35,12 @@ NEATVNC_CONF_OPT	:=  \
>  	$(CROSS_MESON_USR) \
>  	-Dbenchmarks=false \
>  	-Dexamples=false \
> +	-Dgbm=$(call ptx/endis,PTXCONF_NEATVNC_GBM)d \
> +	-Dh264=$(call ptx/endis,PTXCONF_NEATVNC_OPENH264)d \
>  	-Djpeg=$(call ptx/endis,PTXCONF_NEATVNC_JPEG)d \
> -	-Dtls=disabled \
> -	-Dsystemtap=false
> +	-Dsystemtap=false \
> +	-Dtests=false \
> +	-Dtls=disabled
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



      reply	other threads:[~2022-08-05  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01  8:31 [ptxdist] [PATCH] " Philipp Zabel
2022-08-05  7:51 ` Michael Olbrich [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=20220805075100.3718405-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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