commit: 9cfad50f77048bdb433e359304bdf89d7fd6a71a Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Tue Sep 3 15:48:22 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Sep 24 05:50:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfad50f
media-libs/cimg: improve metadata Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-libs/cimg/metadata.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-libs/cimg/metadata.xml b/media-libs/cimg/metadata.xml index 5d7cc3ce7038..300a92c40cbe 100644 --- a/media-libs/cimg/metadata.xml +++ b/media-libs/cimg/metadata.xml @@ -2,7 +2,15 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <longdescription> + The CImg Library is a small and open-source C++ library for image + processing, designed with these properties in mind: usefullness, + genericity, portability, simplicity, extensibility and freedom. + Due to its generic conception, it can cover a wide range of image + processing applications. + </longdescription> <upstream> + <bugs-to>https://github.com/GreycLab/CImg/issues</bugs-to> <remote-id type="github">GreycLab/CImg</remote-id> <remote-id type="cpe">cpe:/a:cimg:cimg</remote-id> </upstream>
