diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-09-03 17:48:22 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-09-24 08:50:32 +0300 |
commit | 9cfad50f77048bdb433e359304bdf89d7fd6a71a (patch) | |
tree | 9d93fc1db9213f17f0430f119bae075a8171b224 /media-libs/cimg | |
parent | media-libs/cimg: drop 2.9.3 due to CVE-2023-41484 (diff) | |
download | gentoo-9cfad50f77048bdb433e359304bdf89d7fd6a71a.tar.gz gentoo-9cfad50f77048bdb433e359304bdf89d7fd6a71a.tar.bz2 gentoo-9cfad50f77048bdb433e359304bdf89d7fd6a71a.zip |
media-libs/cimg: improve metadata
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/cimg')
-rw-r--r-- | media-libs/cimg/metadata.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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> |