diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-06 12:12:58 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-06 12:12:58 +0000 |
commit | 6ee6c4f62d5ee1f908b818bd8f496387dedecc4e (patch) | |
tree | c3fe504d0a0feaf388dd9a36a3bc3ae8ccba9a72 /sysutils/gst-plugins-gnomevfs | |
parent | 1d61ab9ba646d9d404fb383002b3eaeabe04f2b1 (diff) | |
download | pkgsrc-6ee6c4f62d5ee1f908b818bd8f496387dedecc4e.tar.gz |
Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages. Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
Diffstat (limited to 'sysutils/gst-plugins-gnomevfs')
-rw-r--r-- | sysutils/gst-plugins-gnomevfs/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/gst-plugins-gnomevfs/DESCR b/sysutils/gst-plugins-gnomevfs/DESCR index a5da7d33738..08650969066 100644 --- a/sysutils/gst-plugins-gnomevfs/DESCR +++ b/sysutils/gst-plugins-gnomevfs/DESCR @@ -1,3 +1,11 @@ +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. + +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 gnomevfs plugin for GStreamer, which allows file access through the GNOME VFS abstraction layer. This means that it can open files using any of the methods supported by the GNOME VFS library. |