diff options
author | 2020-06-18 11:07:44 +0300 | |
---|---|---|
committer | 2020-06-18 11:07:44 +0300 | |
commit | bf7142e7232112db5859abac19859590bb53cee3 (patch) | |
tree | d92665dbe4247d6fa4cb286fbb358b558168071f /media-libs/rlottie | |
parent | dev-libs/efl: clean old 1.24.2 (diff) | |
download | gentoo-bf7142e7232112db5859abac19859590bb53cee3.tar.gz gentoo-bf7142e7232112db5859abac19859590bb53cee3.tar.bz2 gentoo-bf7142e7232112db5859abac19859590bb53cee3.zip |
media-libs/rlottie: add longdescription to metadata
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/rlottie')
-rw-r--r-- | media-libs/rlottie/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/rlottie/metadata.xml b/media-libs/rlottie/metadata.xml index 6b0a0fb3a729..be0ee7cd3352 100644 --- a/media-libs/rlottie/metadata.xml +++ b/media-libs/rlottie/metadata.xml @@ -5,4 +5,17 @@ <email>juippis@gentoo.org</email> <name>Joonas Niilola</name> </maintainer> + <longdescription> + rlottie is a platform independent standalone c++ library for rendering + vector based animations and art in realtime. + + Lottie loads and renders animations and vectors exported in the bodymovin + JSON format. Bodymovin JSON can be created and exported from After Effects + with bodymovin, Sketch with Lottie Sketch Export, and from Haiku. + + For the first time, designers can create and ship beautiful animations + without an engineer painstakingly recreating it by hand. Since the + animation is backed by JSON they are extremely small in size but can be + large in complexity! + </longdescription> </pkgmetadata> |