diff options
author | drochner <drochner> | 2006-07-03 10:57:38 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-07-03 10:57:38 +0000 |
commit | e6fbddecfe0af8b80e372909f2abca794628c27a (patch) | |
tree | 816eea79aaaf35a7c54054b170b8ff6d1c3672dd | |
parent | 415f6f55cfd94fd96086badc5dfa5fd8e2f190fc (diff) | |
download | pkgsrc-e6fbddecfe0af8b80e372909f2abca794628c27a.tar.gz |
use the DESCR template used by the other gstreamer plugins
-rw-r--r-- | devel/gst-plugins0.10-pango/DESCR | 25 | ||||
-rw-r--r-- | graphics/gst-plugins0.10-cairo/DESCR | 17 |
2 files changed, 15 insertions, 27 deletions
diff --git a/devel/gst-plugins0.10-pango/DESCR b/devel/gst-plugins0.10-pango/DESCR index 65e28390d3c..8c0435888a3 100644 --- a/devel/gst-plugins0.10-pango/DESCR +++ b/devel/gst-plugins0.10-pango/DESCR @@ -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. diff --git a/graphics/gst-plugins0.10-cairo/DESCR b/graphics/gst-plugins0.10-cairo/DESCR index 0cfd6c7d946..5f86b9b1810 100644 --- a/graphics/gst-plugins0.10-cairo/DESCR +++ b/graphics/gst-plugins0.10-cairo/DESCR @@ -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. |