diff options
Diffstat (limited to 'media-libs/giblib/metadata.xml')
-rw-r--r-- | media-libs/giblib/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/giblib/metadata.xml b/media-libs/giblib/metadata.xml new file mode 100644 index 000000000000..2a8e42b4aa1d --- /dev/null +++ b/media-libs/giblib/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>graphics</herd> + <longdescription> +giblib is a utility library used by many of the applications I write. It +incorporates doubly linked lists, some string functions, and a wrapper +for imlib2. The wrapper does two things. It gives you access to +fontstyles, which can be loaded from files, saved to files or defined +dynamically through the API. It also, and more importantly, wraps +imlib2's context API changing. +</longdescription> + <upstream> + <remote-id type="freecode">giblib</remote-id> + </upstream> +</pkgmetadata> |