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 /audio | |
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 'audio')
-rw-r--r-- | audio/gst-plugins-esound/DESCR | 8 | ||||
-rw-r--r-- | audio/gst-plugins-flac/DESCR | 8 | ||||
-rw-r--r-- | audio/gst-plugins-lame/DESCR | 8 | ||||
-rw-r--r-- | audio/gst-plugins-mad/DESCR | 8 | ||||
-rw-r--r-- | audio/gst-plugins-oss/DESCR | 8 | ||||
-rw-r--r-- | audio/gst-plugins-vorbis/DESCR | 8 |
6 files changed, 48 insertions, 0 deletions
diff --git a/audio/gst-plugins-esound/DESCR b/audio/gst-plugins-esound/DESCR index 084676f7718..3da90ca7152 100644 --- a/audio/gst-plugins-esound/DESCR +++ b/audio/gst-plugins-esound/DESCR @@ -1,2 +1,10 @@ +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 esound plugin for GStreamer, which allows playback and recording of sound through the Enlightened Sound Daemon. diff --git a/audio/gst-plugins-flac/DESCR b/audio/gst-plugins-flac/DESCR index 6721f596e92..fb4090832cc 100644 --- a/audio/gst-plugins-flac/DESCR +++ b/audio/gst-plugins-flac/DESCR @@ -1 +1,9 @@ +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 flac plugin for GStreamer, a lossless audio codec. diff --git a/audio/gst-plugins-lame/DESCR b/audio/gst-plugins-lame/DESCR index 52f02cf896a..f5ec8fb2ebb 100644 --- a/audio/gst-plugins-lame/DESCR +++ b/audio/gst-plugins-lame/DESCR @@ -1,2 +1,10 @@ +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 lame plugin for GStreamer, which allows MP3 encoding of audio streams. diff --git a/audio/gst-plugins-mad/DESCR b/audio/gst-plugins-mad/DESCR index 8ae771f6247..1ebef21a574 100644 --- a/audio/gst-plugins-mad/DESCR +++ b/audio/gst-plugins-mad/DESCR @@ -1,2 +1,10 @@ +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 mad plugin for GStreamer, which allows playback of MP3 audio streams. diff --git a/audio/gst-plugins-oss/DESCR b/audio/gst-plugins-oss/DESCR index be0431475ea..c246e50189a 100644 --- a/audio/gst-plugins-oss/DESCR +++ b/audio/gst-plugins-oss/DESCR @@ -1,2 +1,10 @@ +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 oss plugin for GStreamer, which allows playback and recording of sound through the Open Sound System audio libraries. diff --git a/audio/gst-plugins-vorbis/DESCR b/audio/gst-plugins-vorbis/DESCR index 9be47edbf79..74a2d4bbc03 100644 --- a/audio/gst-plugins-vorbis/DESCR +++ b/audio/gst-plugins-vorbis/DESCR @@ -1,2 +1,10 @@ +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 vorbis plugin for GStreamer, the OGG's free audio codec. |