diff options
author | James Rich <james@chowhouse.com> | 2010-05-11 14:56:18 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:18 +0200 |
commit | f50d4055269e554d67f093aab5c0c081b6d6470a (patch) | |
tree | 800e014e1d136900fda57c343dd19d7e80b0b757 /libraries/libgnomecanvas/slack-desc | |
parent | 8061f295cafce8cb4d77e1456f5389029ce85f27 (diff) | |
download | slackbuilds-f50d4055269e554d67f093aab5c0c081b6d6470a.tar.gz |
libraries/libgnomecanvas: Initial import
Diffstat (limited to 'libraries/libgnomecanvas/slack-desc')
-rw-r--r-- | libraries/libgnomecanvas/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libgnomecanvas/slack-desc b/libraries/libgnomecanvas/slack-desc new file mode 100644 index 0000000000..13159e7434 --- /dev/null +++ b/libraries/libgnomecanvas/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libgnomecanvas: libgnomecanvas +libgnomecanvas: +libgnomecanvas: The GNOME canvas is an engine for structured graphics that +libgnomecanvas: offers a rich imaging model, high performance rendering, and a +libgnomecanvas: powerful, high-level API. It offers a choice of two rendering +libgnomecanvas: back-ends, one based on Xlib for extremely fast display, and +libgnomecanvas: another based on Libart, a sophisticated, antialiased, +libgnomecanvas: alpha-compositing engine. Applications have a choice between +libgnomecanvas: the Xlib imaging model or a superset of the PostScript imaging +libgnomecanvas: model, depending on the level of graphic sophistication +libgnomecanvas: required. |