diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-17 19:12:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-17 19:12:20 +0000 |
commit | f1fa535905b175d95aa3d3ccf0fd37836860d174 (patch) | |
tree | c847b2649bed89243030e663706940a983262517 /x11-libs | |
parent | fixed insecure temporary file, see http://www.debian.org/security/2003/dsa-34... (diff) | |
download | gentoo-2-f1fa535905b175d95aa3d3ccf0fd37836860d174.tar.gz gentoo-2-f1fa535905b175d95aa3d3ccf0fd37836860d174.tar.bz2 gentoo-2-f1fa535905b175d95aa3d3ccf0fd37836860d174.zip |
metadata
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/evas/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-libs/evas/metadata.xml b/x11-libs/evas/metadata.xml new file mode 100644 index 000000000000..fdf154b80096 --- /dev/null +++ b/x11-libs/evas/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> + <name>Mike Frysinger</name> +</maintainer> + <longdescription> +Evas is a hardware-accelerated canvas API for X-Windows that can draw +anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well as +drop down to using normal X11 primitives such as pixmaps, lines and rectangles +for speed if your CPU or graphics hardware are too slow. + +Evas abstracts any need to know much about what the characteristics of your +XServer's display are, what depth or what magic visuals etc, it has. The most you +need to tell Evas is how many colors (at a maximum) to use if the display is not +a truecolor display. By default it is suggested to use 216 colors (as this +equates to a 6x6x6 color cube - exactly the same color cube Netscape, Mozilla, +gdkrgb etc. use so colors will be shared). If Evas can't allocate enough colors +it keeps reducing the size of the color cube until it reaches plain black and +white. This way, it can display on anything from a black and white only terminal +to 16 color VGA to 256 color and all the way up through 15, 16, 24 and 32bit +color. + </longdescription> +</pkgmetadata> |