mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wayvnc: version bump 0.4.1 -> 0.5.0
@ 2022-08-01  8:31 Philipp Zabel
  2022-08-05  7:51 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-08-01  8:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/wayvnc.in b/rules/wayvnc.in
index d92b3880c736..75bf013f0dc3 100644
--- a/rules/wayvnc.in
+++ b/rules/wayvnc.in
@@ -19,6 +19,6 @@ if WAYVNC
 
 config WAYVNC_SCREENCOPY_DMABUF
 	bool
-	prompt "Enable GPU-side screencopy (experimental)"
+	prompt "Enable GPU-side screencopy"
 
 endif
diff --git a/rules/wayvnc.make b/rules/wayvnc.make
index 77f3f076dbd2..1309d486879a 100644
--- a/rules/wayvnc.make
+++ b/rules/wayvnc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYVNC) += wayvnc
 #
 # Paths and names
 #
-WAYVNC_VERSION	:= 0.4.1
-WAYVNC_MD5	:= edbc130394fcba052090eaf1ef9fda2c
+WAYVNC_VERSION	:= 0.5.0
+WAYVNC_MD5	:= 0ae3b19a8354c656f5c96e19f9ccaea5
 WAYVNC		:= wayvnc-$(WAYVNC_VERSION)
 WAYVNC_SUFFIX	:= tar.gz
 WAYVNC_URL	:= https://github.com/any1/wayvnc/archive/refs/tags/v$(WAYVNC_VERSION).$(WAYVNC_SUFFIX)
@@ -33,9 +33,9 @@ WAYVNC_LICENSE	:= ISC
 WAYVNC_CONF_TOOL	:= meson
 WAYVNC_CONF_OPT	:=  \
 	$(CROSS_MESON_USR) \
-	-Dscreencopy-dmabuf=$(call ptx/endis,PTXCONF_WAYVNC_SCREENCOPY_DMABUF)d \
-	-Dpam=disabled \
 	-Dman-pages=disabled \
+	-Dpam=disabled \
+	-Dscreencopy-dmabuf=$(call ptx/endis,PTXCONF_WAYVNC_SCREENCOPY_DMABUF)d \
 	-Dsystemtap=false
 
 # ----------------------------------------------------------------------------
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] wayvnc: version bump 0.4.1 -> 0.5.0
  2022-08-01  8:31 [ptxdist] [PATCH] wayvnc: version bump 0.4.1 -> 0.5.0 Philipp Zabel
@ 2022-08-05  7:51 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-08-05  7:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as eb23440a0cf7c11c508079f05b9e02b197577b82.

Michael

[sent from post-receive hook]

On Fri, 05 Aug 2022 09:51:01 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220801083120.1850924-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wayvnc.in b/rules/wayvnc.in
> index d92b3880c736..75bf013f0dc3 100644
> --- a/rules/wayvnc.in
> +++ b/rules/wayvnc.in
> @@ -19,6 +19,6 @@ if WAYVNC
>  
>  config WAYVNC_SCREENCOPY_DMABUF
>  	bool
> -	prompt "Enable GPU-side screencopy (experimental)"
> +	prompt "Enable GPU-side screencopy"
>  
>  endif
> diff --git a/rules/wayvnc.make b/rules/wayvnc.make
> index 77f3f076dbd2..1309d486879a 100644
> --- a/rules/wayvnc.make
> +++ b/rules/wayvnc.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYVNC) += wayvnc
>  #
>  # Paths and names
>  #
> -WAYVNC_VERSION	:= 0.4.1
> -WAYVNC_MD5	:= edbc130394fcba052090eaf1ef9fda2c
> +WAYVNC_VERSION	:= 0.5.0
> +WAYVNC_MD5	:= 0ae3b19a8354c656f5c96e19f9ccaea5
>  WAYVNC		:= wayvnc-$(WAYVNC_VERSION)
>  WAYVNC_SUFFIX	:= tar.gz
>  WAYVNC_URL	:= https://github.com/any1/wayvnc/archive/refs/tags/v$(WAYVNC_VERSION).$(WAYVNC_SUFFIX)
> @@ -33,9 +33,9 @@ WAYVNC_LICENSE	:= ISC
>  WAYVNC_CONF_TOOL	:= meson
>  WAYVNC_CONF_OPT	:=  \
>  	$(CROSS_MESON_USR) \
> -	-Dscreencopy-dmabuf=$(call ptx/endis,PTXCONF_WAYVNC_SCREENCOPY_DMABUF)d \
> -	-Dpam=disabled \
>  	-Dman-pages=disabled \
> +	-Dpam=disabled \
> +	-Dscreencopy-dmabuf=$(call ptx/endis,PTXCONF_WAYVNC_SCREENCOPY_DMABUF)d \
>  	-Dsystemtap=false
>  
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-05  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01  8:31 [ptxdist] [PATCH] wayvnc: version bump 0.4.1 -> 0.5.0 Philipp Zabel
2022-08-05  7:51 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox