diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-05-23 19:24:24 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-06 09:02:57 +0200 |
commit | fddad281c508831d67bd0e12628f8a1ffc858324 (patch) | |
tree | ccb9fa2deef15759e0c09d7da2ca1a956e81e450 /net-libs | |
parent | net-libs/libvncserver: update license (diff) | |
download | gentoo-fddad281c508831d67bd0e12628f8a1ffc858324.tar.gz gentoo-fddad281c508831d67bd0e12628f8a1ffc858324.tar.bz2 gentoo-fddad281c508831d67bd0e12628f8a1ffc858324.zip |
net-libs/libvncserver: update descriptions in metadata.xml
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/12090
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-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> |