commit: fddad281c508831d67bd0e12628f8a1ffc858324 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Thu May 23 16:24:24 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 6 07:02:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddad281
net-libs/libvncserver: update descriptions in metadata.xml Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/12090 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-libs/libvncserver/metadata.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/net-libs/libvncserver/metadata.xml b/net-libs/libvncserver/metadata.xml index ac7be4c2110..3d5cd2b505d 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>
