mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
- 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>
26 lines
871 B
XML
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>
|