Github messages for voidlinux
 help / color / mirror / Atom feed
From: zdykstra <zdykstra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wayvnc and supporting libraries
Date: Tue, 04 Aug 2020 17:40:03 +0200	[thread overview]
Message-ID: <20200804154003.CEo0Qyfi_TDFvuN2nyw6klz3TPEVo1UixOMufTsvGjY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23884@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages wayvnc
https://github.com/void-linux/void-packages/pull/23884

wayvnc and supporting libraries
Tested locally on ppc64le with Remmina - works like a charm.

A patch file from https://github.com/void-linux/void-packages/pull/23884.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wayvnc-23884.patch --]
[-- Type: text/x-diff, Size: 5005 bytes --]

From ca49ce5c40e0b0220712cddab778ed9dfb234408 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 27 Jul 2020 21:21:11 -0500
Subject: [PATCH 1/3] New package: aml-0.1.0

---
 common/shlibs        |  1 +
 srcpkgs/aml-devel    |  1 +
 srcpkgs/aml/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/aml-devel
 create mode 100644 srcpkgs/aml/template

diff --git a/common/shlibs b/common/shlibs
index b81b17ce2e4..b474efb08c0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3976,3 +3976,4 @@ libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
 libfcft.so.3 fcft-2.2.2_1
+libaml.so.0 aml-0.1.0_1
diff --git a/srcpkgs/aml-devel b/srcpkgs/aml-devel
new file mode 120000
index 00000000000..511960e2367
--- /dev/null
+++ b/srcpkgs/aml-devel
@@ -0,0 +1 @@
+aml
\ No newline at end of file
diff --git a/srcpkgs/aml/template b/srcpkgs/aml/template
new file mode 100644
index 00000000000..4fde3315b80
--- /dev/null
+++ b/srcpkgs/aml/template
@@ -0,0 +1,30 @@
+# Template file for 'aml'
+pkgname=aml
+version=0.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+short_desc="Another Main Loop"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="ISC"
+homepage="https://github.com/any1/aml"
+distfiles="https://github.com/any1/aml/archive/v${version}.tar.gz"
+checksum=50341861e9bb4eaaf11731941c276ef22b78e0e3d9b1442f6cf683f1b8e08bff
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+post_install() {
+	vlicense COPYING
+}
+
+aml-devel_package() {
+	depends="aml>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From f170b437108bbac38f827c8ec7b78036966a1ef6 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 27 Jul 2020 21:22:26 -0500
Subject: [PATCH 2/3] New package: neatvnc-0.2.0

---
 common/shlibs            |  1 +
 srcpkgs/neatvnc-devel    |  1 +
 srcpkgs/neatvnc/template | 27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/neatvnc-devel
 create mode 100644 srcpkgs/neatvnc/template

diff --git a/common/shlibs b/common/shlibs
index b474efb08c0..3f25e4a2861 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3977,3 +3977,4 @@ libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
 libfcft.so.3 fcft-2.2.2_1
 libaml.so.0 aml-0.1.0_1
+libneatvnc.so.0 neatvnc-0.2.0_1
diff --git a/srcpkgs/neatvnc-devel b/srcpkgs/neatvnc-devel
new file mode 120000
index 00000000000..a0ee2e2a7e9
--- /dev/null
+++ b/srcpkgs/neatvnc-devel
@@ -0,0 +1 @@
+neatvnc
\ No newline at end of file
diff --git a/srcpkgs/neatvnc/template b/srcpkgs/neatvnc/template
new file mode 100644
index 00000000000..ac679e14a12
--- /dev/null
+++ b/srcpkgs/neatvnc/template
@@ -0,0 +1,27 @@
+# Template file for 'neatvnc'
+pkgname=neatvnc
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="aml-devel libdrm-devel pixman-devel zlib-devel gnutls-devel libjpeg-turbo-devel"
+short_desc="Liberally licensed VNC server library"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="ISC"
+homepage="https://github.com/any1/neatvnc"
+distfiles="https://github.com/any1/neatvnc/archive/v${version}.tar.gz"
+checksum=b8ab73f6137b9d8407639016de3ad98398f8e002c0eeef30b9fd034f82f9c799
+
+post_install() {
+	vlicense COPYING
+}
+
+neatvnc-devel_package() {
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From cff97f98ebe7090a5bd409a253dafd1a08d94faf Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 27 Jul 2020 21:23:25 -0500
Subject: [PATCH 3/3] New package: wayvnc-0.2.0

---
 srcpkgs/wayvnc/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/wayvnc/template

diff --git a/srcpkgs/wayvnc/template b/srcpkgs/wayvnc/template
new file mode 100644
index 00000000000..4ff4c5d3afb
--- /dev/null
+++ b/srcpkgs/wayvnc/template
@@ -0,0 +1,21 @@
+# Template file for 'wayvnc'
+pkgname=wayvnc
+version=0.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config ninja wayland-devel"
+makedepends="aml-devel neatvnc-devel libgbm gnutls-devel zlib-devel wayland-devel libjpeg-turbo-devel libdrm-devel pixman-devel libxkbcommon-devel"
+short_desc="VNC server for wlroots based Wayland compositors"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="ISC"
+homepage="https://github.com/any1/wayvnc"
+distfiles="https://github.com/any1/wayvnc/archive/v${version}.tar.gz"
+checksum=a4ee6f49a821b326e89b2534048687330bc84ed3984499ab2cf39422517fb731
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
+
+post_install() {
+	vlicense COPYING
+}

  parent reply	other threads:[~2020-08-04 15:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28  2:27 [PR PATCH] " zdykstra
2020-07-28  2:36 ` [PR PATCH] [Updated] " zdykstra
2020-07-28  2:56 ` zdykstra
2020-07-28  3:49 ` zdykstra
2020-07-28  4:33 ` zdykstra
2020-07-28 18:40 ` zdykstra
2020-08-04 15:40 ` zdykstra [this message]
2020-08-04 15:48 ` [PR PATCH] [Updated] " zdykstra
2020-08-04 15:51 ` zdykstra
2020-08-04 15:52 ` [PR PATCH] [Closed]: " ahesford

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=20200804154003.CEo0Qyfi_TDFvuN2nyw6klz3TPEVo1UixOMufTsvGjY@z \
    --to=zdykstra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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;
as well as URLs for NNTP newsgroup(s).