From 201f0b4b6133ebc7dd245a0302e5831a6fb1936c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 12 Nov 2020 10:12:45 +0100 Subject: [PATCH 1/2] libvncserver: Add version 0.9.13 [Description][1]: > LibVNCServer: A library for easy implementation of a VNC server. This library is needed for x11vnc. [1]: https://github.com/LibVNC/libvncserver --- libvncserver.be0 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 libvncserver.be0 diff --git a/libvncserver.be0 b/libvncserver.be0 new file mode 100755 index 000000000..314a20848 --- /dev/null +++ b/libvncserver.be0 @@ -0,0 +1,31 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libvncserver-0.9.13-0 + +SRCURL[0]="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} From 32b7e941ea8b6c01b2ddcd68e297823ef866ec88 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 12 Nov 2020 10:17:25 +0100 Subject: [PATCH 2/2] x11vnc: Add version 0.9.16 [Descripition][1]: > This is x11vnc with its development continued by LibVNC and the GitHub > community. While 0.9.13 was the last release by the original author Karl > Runge, 0.9.14 was the first community-based release here on GitHub. One user reported keyboard problems, and supposedly it works with x11vnc from Cent OS. [1]: https://github.com/LibVNC/x11vnc --- x11vnc.be0 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 x11vnc.be0 diff --git a/x11vnc.be0 b/x11vnc.be0 new file mode 100755 index 000000000..886f52750 --- /dev/null +++ b/x11vnc.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION x11vnc-0.9.16-0 + +# more info: https://foo.bar.com + +SRCURL[0]="https://github.com/LibVNC/x11vnc/archive/${PKGVERSION}.tar.gz x11vnc-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}