diff options
Diffstat (limited to 'net-libs/libvncserver/metadata.xml')
-rw-r--r-- | net-libs/libvncserver/metadata.xml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/net-libs/libvncserver/metadata.xml b/net-libs/libvncserver/metadata.xml index ac7be4c21100..3d5cd2b505d6 100644 --- a/net-libs/libvncserver/metadata.xml +++ b/net-libs/libvncserver/metadata.xml @@ -10,19 +10,13 @@ <name>Proxy Maintainers</name> </maintainer> <longdescription> -If you don't know VNC, have a look at the original VNC or at Tridia -VNC, who also have commercial support for it. - -Now that you know what it is, maybe you want to make your own server. If -this is not the case, you can ignore the rest of this page an go on -surfing the internet. - -Now that you want to make a VNC server, that is, a server which speaks -the RFB protocol, you can download this library from sourceforge. + LibVNCServer/LibVNCClient are cross-platform C libraries that allow you + to easily implement VNC server or client functionality in your program. </longdescription> <use> - <flag name="24bpp">enable 24bpp support</flag> - <flag name="gcrypt">enable support for gcrypt</flag> + <flag name="24bpp">Enable 24bpp support</flag> + <flag name="gcrypt">Enable support for additional authentication methods via <pkg>dev-libs/libgcrypt</pkg></flag> + <flag name="lzo">Enable LZO support via <pkg>dev-libs/lzo</pkg> instead of using internal miniLZO implementation</flag> </use> <upstream> <remote-id type="github">LibVNC/libvncserver</remote-id> |