use the DESCR template used by the other gstreamer plugins
This commit is contained in:
parent
3c74a2741e
commit
cec7d4dec2
2 changed files with 15 additions and 27 deletions
|
@ -1,20 +1,9 @@
|
|||
Pango is a library for layout and rendering of text, with an emphasis
|
||||
on internationalization. Pango can be used anywhere that text layout
|
||||
is needed; however, most of the work on Pango-1.0 was done using the
|
||||
GTK+ widget toolkit as a test platform. Pango forms the core of text
|
||||
and font handling for GTK+-2.0.
|
||||
GStreamer is a library that allows the construction of graphs of
|
||||
media-handling components, ranging from simple mp3 playback to complex
|
||||
audio (mixing) and video (non-linear editing) processing.
|
||||
|
||||
Pango is designed to be modular; the core Pango layout can be used
|
||||
with four different font backends:
|
||||
Applications can take advantage of advances in codec and filter technology
|
||||
transparently. Developers can add new codecs and filters by writing a
|
||||
simple plugin with a clean, generic interface.
|
||||
|
||||
- Core X windowing system fonts
|
||||
- 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.
|
||||
This package provides the pango plugin for GStreamer, a text renderer.
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
Cairo is a vector graphics library with cross-device output support. Currently
|
||||
supported output targets include the X Window System and in-memory image
|
||||
buffers. PostScript and PDF file output is planned. Cairo is designed to
|
||||
produce identical output on all output media while taking advantage of display
|
||||
hardware acceleration when available (eg. through the X Render Extension).
|
||||
GStreamer is a library that allows the construction of graphs of
|
||||
media-handling components, ranging from simple mp3 playback to complex
|
||||
audio (mixing) and video (non-linear editing) processing.
|
||||
|
||||
Cairo provides a stateful user-level API with capabilities similar to the PDF
|
||||
1.4 imaging model. Cairo provides operations including stroking and filling
|
||||
Bezier cubic splines, transforming and compositing translucent images, and
|
||||
antialiased text rendering.
|
||||
Applications can take advantage of advances in codec and filter technology
|
||||
transparently. Developers can add new codecs and filters by writing a
|
||||
simple plugin with a clean, generic interface.
|
||||
|
||||
This package provides the cairo plugin for GStreamer, a graphics library.
|
||||
|
|
Loading…
Reference in a new issue