From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 28 Feb 2022 13:10:35 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nOerL-00DDKi-D6 for lore@lore.pengutronix.de; Mon, 28 Feb 2022 13:10:35 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nOerK-0003Pb-Ij; Mon, 28 Feb 2022 13:10:34 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nOeq9-0001tM-0H; Mon, 28 Feb 2022 13:09:21 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nOeq8-001oR6-VL; Mon, 28 Feb 2022 13:09:20 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nOeq7-00B24S-IG; Mon, 28 Feb 2022 13:09:19 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 28 Feb 2022 13:09:19 +0100 Message-Id: <20220228120919.2628649-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220218160838.759601-4-p.zabel@pengutronix.de> References: <20220218160838.759601-4-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] wayvnc: new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4c756a1abfbd054cbff37e834a63b5a7e3f96965. Michael [sent from post-receive hook] On Mon, 28 Feb 2022 13:09:19 +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20220218160838.759601-4-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wayvnc.in b/rules/wayvnc.in > new file mode 100644 > index 000000000000..d92b3880c736 > --- /dev/null > +++ b/rules/wayvnc.in > @@ -0,0 +1,24 @@ > +## SECTION=multimedia_wayland > + > +menuconfig WAYVNC > + tristate > + select HOST_MESON > + select AML > + select LIBDRM > + select LIBXKBCOMMON > + select NEATVNC > + select PIXMAN > + select WAYLAND > + select MESALIB if WAYVNC_SCREENCOPY_DMABUF > + select MESALIB_GBM if WAYVNC_SCREENCOPY_DMABUF > + prompt "wayvnc" > + help > + A VNC server for wlroots based Wayland compositors. > + > +if WAYVNC > + > +config WAYVNC_SCREENCOPY_DMABUF > + bool > + prompt "Enable GPU-side screencopy (experimental)" > + > +endif > diff --git a/rules/wayvnc.make b/rules/wayvnc.make > new file mode 100644 > index 000000000000..77f3f076dbd2 > --- /dev/null > +++ b/rules/wayvnc.make > @@ -0,0 +1,60 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2020 by Philipp Zabel > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_WAYVNC) += wayvnc > + > +# > +# Paths and names > +# > +WAYVNC_VERSION := 0.4.1 > +WAYVNC_MD5 := edbc130394fcba052090eaf1ef9fda2c > +WAYVNC := wayvnc-$(WAYVNC_VERSION) > +WAYVNC_SUFFIX := tar.gz > +WAYVNC_URL := https://github.com/any1/wayvnc/archive/refs/tags/v$(WAYVNC_VERSION).$(WAYVNC_SUFFIX) > +WAYVNC_SOURCE := $(SRCDIR)/$(WAYVNC).$(WAYVNC_SUFFIX) > +WAYVNC_DIR := $(BUILDDIR)/$(WAYVNC) > +WAYVNC_LICENSE := ISC > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +# > +# meson > +# > +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 \ > + -Dsystemtap=false > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/wayvnc.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, wayvnc) > + @$(call install_fixup, wayvnc,PRIORITY,optional) > + @$(call install_fixup, wayvnc,SECTION,base) > + @$(call install_fixup, wayvnc,AUTHOR,"Philipp Zabel ") > + @$(call install_fixup, wayvnc,DESCRIPTION,missing) > + > + @$(call install_copy, wayvnc, 0, 0, 0755, -, /usr/bin/wayvnc) > + > + @$(call install_finish, wayvnc) > + > + @$(call touch) > + > +# vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de