use the DESCR template used by the other gstreamer plugins

This commit is contained in:
drochner 2006-07-03 10:57:38 +00:00
parent 3c74a2741e
commit cec7d4dec2
2 changed files with 15 additions and 27 deletions

View file

@ -1,20 +1,9 @@
Pango is a library for layout and rendering of text, with an emphasis GStreamer is a library that allows the construction of graphs of
on internationalization. Pango can be used anywhere that text layout media-handling components, ranging from simple mp3 playback to complex
is needed; however, most of the work on Pango-1.0 was done using the audio (mixing) and video (non-linear editing) processing.
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.
Pango is designed to be modular; the core Pango layout can be used Applications can take advantage of advances in codec and filter technology
with four different font backends: transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.
- Core X windowing system fonts This package provides the pango plugin for GStreamer, a text renderer.
- Client-side fonts on X using the Xft library
- Direct rendering of scalable fonts using the FreeType library
- Native fonts on Microsoft backends
Dynamically loaded modules then handle text layout for particular
combinations of script and font backend.
As well as the low level layout rendering routines, Pango includes
PangoLayout, a high level driver for laying out entire blocks of text,
and routines to assist in editing internationalized text.

View file

@ -1,10 +1,9 @@
Cairo is a vector graphics library with cross-device output support. Currently GStreamer is a library that allows the construction of graphs of
supported output targets include the X Window System and in-memory image media-handling components, ranging from simple mp3 playback to complex
buffers. PostScript and PDF file output is planned. Cairo is designed to audio (mixing) and video (non-linear editing) processing.
produce identical output on all output media while taking advantage of display
hardware acceleration when available (eg. through the X Render Extension).
Cairo provides a stateful user-level API with capabilities similar to the PDF Applications can take advantage of advances in codec and filter technology
1.4 imaging model. Cairo provides operations including stroking and filling transparently. Developers can add new codecs and filters by writing a
Bezier cubic splines, transforming and compositing translucent images, and simple plugin with a clean, generic interface.
antialiased text rendering.
This package provides the cairo plugin for GStreamer, a graphics library.