net-libs/libvncserver: update descriptions in metadata.xml
authorAlexander Tsoy <alexander@tsoy.me>
Thu, 23 May 2019 16:24:24 +0000 (19:24 +0300)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jul 2019 07:02:57 +0000 (09:02 +0200)
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>
net-libs/libvncserver/metadata.xml

index ac7be4c211007575afddcbc7a8a54055d94d614b..3d5cd2b505d6bb658b935e19ae81f9dfc40df8c7 100644 (file)
                <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>