gentoo/net-misc/turbovnc/metadata.xml
Viorel Munteanu d0c7328138
net-misc/turbovnc: add 3.2_beta1
- Add 3.2 beta1, a.k.a. 3.1.90.
- Adding unkeyworded (it's a beta version).
- Starting with this version, the viewer requires JDK 17+.
- The server uses a bundled copy of zlib-ng in compat mode;
  Cannot use the system one (compat is masked).
- I will unkeyword 3.2 on x86, and will add a zlib-ng USE flag if
  needed when rekeywording.

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-02-09 18:40:01 +02:00

26 lines
871 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
<upstream>
<remote-id type="sourceforge">turbovnc</remote-id>
<remote-id type="github">TurboVNC/turbovnc</remote-id>
</upstream>
</pkgmetadata>