summaryrefslogtreecommitdiff
path: root/net-misc/turbovnc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-misc/turbovnc
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'net-misc/turbovnc')
-rw-r--r--net-misc/turbovnc/Manifest2
-rw-r--r--net-misc/turbovnc/files/turbovnc-3.0.90-fix-musl-compilation.patch20
-rw-r--r--net-misc/turbovnc/metadata.xml22
-rw-r--r--net-misc/turbovnc/turbovnc-3.3-r1.ebuild164
4 files changed, 0 insertions, 208 deletions
diff --git a/net-misc/turbovnc/Manifest b/net-misc/turbovnc/Manifest
deleted file mode 100644
index f74a5254d556..000000000000
--- a/net-misc/turbovnc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST turbovnc-3.3.tar.gz 5506577 BLAKE2B 142f29f8f2ab0100b1ad64228f4b4d947d72c29b842a1ef512d3d415a863c6f93ed8925ced682f940899257eb7bb2f6c4d054e269cd3efa8ec9bf8e7538ba69e SHA512 88d5eceb21944d219105cdff9eeabd3f2f308b16b2f1104fdc8e10be5ea07762a943db02a34808a10457c293ebbedd3cd4e14592fb9d7832a2e0fe628a67bdef
-DIST turbovnc-3.3.tar.gz.sig 543 BLAKE2B 2d43637885a0a90f22ee6a77e8c87b354484740d996deda16a1e531df80bf609bfe7954ce8bae61d23eb5e16c55562b8d2428a5c98ec1801c324c0a0f566685b SHA512 13b50f520fb4aa885a8fbd73fef32a3f2d08b4be660314f7902460af7b26eb4d5d3842cbf388ef28d928e09013180b379aaddb61495476ff25f4a2fc21073c0b
diff --git a/net-misc/turbovnc/files/turbovnc-3.0.90-fix-musl-compilation.patch b/net-misc/turbovnc/files/turbovnc-3.0.90-fix-musl-compilation.patch
deleted file mode 100644
index 2ad9db5117ae..000000000000
--- a/net-misc/turbovnc/files/turbovnc-3.0.90-fix-musl-compilation.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-See bug https://bugs.gentoo.org/836723
-
-The error is this:
-
-/var/tmp/portage/net-misc/turbovnc-2.2.7-r2/work/turbovnc-2.2.7/unix/Xvnc/programs/Xserver/os/access.c: In function 'GetLocalClientCreds':
-/var/tmp/portage/net-misc/turbovnc-2.2.7-r2/work/turbovnc-2.2.7/unix/Xvnc/programs/Xserver/os/access.c:1178:18: error: storage size of 'peercred' isn't known
- 1178 | struct ucred peercred;
- | ^~~~~~~~
-
---- a/unix/Xvnc/programs/Xserver/os/CMakeLists.txt
-+++ b/unix/Xvnc/programs/Xserver/os/CMakeLists.txt
-@@ -1,7 +1,7 @@
- include_directories(../render ../../../lib/libsha1)
-
- add_definitions(-DUNIXCONN -DTCPCONN -DHASXDMAUTH ${ServerOSDefines} -DXDMCP
-- -DHAVE_SHA1_IN_LIBSHA1)
-+ -DHAVE_SHA1_IN_LIBSHA1 -D_GNU_SOURCE)
- if(NOT CMAKE_SYSTEM_NAME STREQUAL "Linux")
- # This is already defined for Linux
- add_definitions(-DHAVE_ABSTRACT_SOCKETS)
diff --git a/net-misc/turbovnc/metadata.xml b/net-misc/turbovnc/metadata.xml
deleted file mode 100644
index f381d81a8e07..000000000000
--- a/net-misc/turbovnc/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <name>Viorel Munteanu</name>
- </maintainer>
- <maintainer type="person">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
- </maintainer>
- <longdescription>
- TurboVNC is a derivative of VNC (Virtual Network Computing) that is tuned to provide peak performance for 3D and video workloads.
- By The VirtualGL Project.
- </longdescription>
- <use>
- <flag name="dri3">Build with DRI3 support</flag>
- <flag name="server">Build the server (vncserver, Xvnc)</flag>
- <flag name="viewer">Build the viewer (vncviewer)</flag>
- </use>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/net-misc/turbovnc/turbovnc-3.3-r1.ebuild b/net-misc/turbovnc/turbovnc-3.3-r1.ebuild
deleted file mode 100644
index e93ea51e7893..000000000000
--- a/net-misc/turbovnc/turbovnc-3.3-r1.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_OPT_USE=viewer
-inherit cmake desktop java-pkg-opt-2 optfeature verify-sig xdg
-
-DESCRIPTION="A fast replacement for TigerVNC"
-HOMEPAGE="https://www.turbovnc.org/"
-SRC_URI="
- https://github.com/TurboVNC/turbovnc/releases/download/${PV}/turbovnc-${PV}.tar.gz
- verify-sig? ( https://github.com/TurboVNC/turbovnc/releases/download/${PV}/turbovnc-${PV}.tar.gz.sig )
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dri3 +server +ssl +viewer"
-REQUIRED_USE="|| ( server viewer )"
-
-COMMON_DEPEND="
- x11-apps/xauth
- x11-libs/libX11
- x11-libs/libXext
- x11-misc/xkeyboard-config
- server? (
- media-libs/libjpeg-turbo:=
- sys-libs/pam
- virtual/opengl
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXfont2
- x11-libs/pixman
- dri3? (
- media-libs/mesa[opengl]
- x11-libs/libxshmfence
- )
- ssl? ( dev-libs/openssl:= )
- !net-misc/tigervnc[server]
- )
- viewer? (
- media-libs/libjpeg-turbo:=[java]
- x11-libs/libXi
- !net-misc/tigervnc[viewer(+)]
- )
-"
-
-RDEPEND="
- ${COMMON_DEPEND}
- x11-apps/xkbcomp
- viewer? ( >=virtual/jre-17:* )
-"
-
-# libbz2.so.1, libfontenc.so.1 and libfreetype.so.6 are used by libXfont2.so.2
-# but cmake will look for them, so add them here
-DEPEND="
- ${COMMON_DEPEND}
- media-libs/mesa
- x11-libs/xtrans
- viewer? ( >=virtual/jdk-17:* )
- server? (
- app-arch/bzip2
- media-libs/freetype
- x11-libs/libfontenc
- )
-"
-
-BDEPEND="
- verify-sig? ( sec-keys/openpgp-keys-vgl-turbovnc )
-"
-
-PATCHES=(
- "${FILESDIR}"/"${PN}"-3.0.90-fix-musl-compilation.patch
-)
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/vgl-turbovnc.asc
-
-#879797 - BSD functions
-QA_CONFIG_IMPL_DECL_SKIP=( strlcat strlcpy )
-
-pkg_pretend() {
- if use ssl && ! use server; then
- einfo "USE=\"ssl\" selected but USE=\"server\" is not. The SSL support is unused"
- fi
-}
-
-src_prepare() {
- use viewer && java-pkg-opt-2_src_prepare
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DTVNC_BUILDVIEWER=$(usex viewer)
- -DTVNC_BUILDSERVER=$(usex server)
- -DTVNC_BUILDWEBSERVER=$(usex server)
- )
-
- if use server ; then
- mycmakeargs+=(
- -DTVNC_ZLIBNG=ON
- -DTVNC_DRI3=$(usex dri3)
- -DXKB_BIN_DIRECTORY=/usr/bin
- -DXKB_DFLT_RULES=base
- )
- if use ssl ; then
- # Link properly against OpenSSL to ensure
- # we catch e.g. ABI change
- # (i.e. don't dlopen it)
- mycmakeargs+=(
- -DTVNC_USETLS=OpenSSL
- -DTVNC_DLOPENSSL=OFF
- )
- else
- mycmakeargs+=( -DTVNC_USETLS=OFF )
- fi
- fi
-
- if use viewer ; then
- export JAVACFLAGS="$(java-pkg_javac-args)"
- export JNI_CFLAGS="$(java-pkg_get-jni-cflags)"
- fi
-
- cmake_src_configure
-}
-
-src_compile() {
- # would need sys-libs/zlib-ng[compat] to unbundle this
- use server && cmake_build unix/Xvnc/lib/zlib-ng
-
- cmake_src_compile
-}
-
-src_install() {
- cmake_src_install
-
- if use viewer; then
- java-pkg_dojar "${BUILD_DIR}"/java/VncViewer.jar
-
- # replace upstream bash wrapper with the Gentoo one to choose the right javavm
- rm "${ED}"/usr/bin/vncviewer
- java-pkg_dolauncher vncviewer --jar VncViewer.jar \
- --java_args "-server -Djava.library.path=\"${EPREFIX}\"/usr/share/turbovnc/classes"
-
- make_desktop_entry vncviewer "TurboVNC Viewer" /usr/share/icons/hicolor/48x48/apps/${PN}.png
- fi
-
- # Don't install incompatible init script
- if use server; then
- rm -r "${ED}"/etc/init.d/ || die
- rm -r "${ED}"/etc/sysconfig/ || die
- fi
-
- # Conflicts with x11-base/xorg-server
- find "${ED}"/usr/share/man/man1/ -name Xserver.1\* -delete || die
-
- einstalldocs
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- use server && optfeature "dbus support" sys-apps/dbus
-}