summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-06 12:12:58 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-06 12:12:58 +0000
commit3d434a1283f273c3e8709aa017b97c1bec7ca8f0 (patch)
treec3fe504d0a0feaf388dd9a36a3bc3ae8ccba9a72 /audio
parent70a9188a1e7bae9db39aa154bfb6270aa079deec (diff)
downloadpkgsrc-3d434a1283f273c3e8709aa017b97c1bec7ca8f0.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/DESCR8
-rw-r--r--audio/gst-plugins-flac/DESCR8
-rw-r--r--audio/gst-plugins-lame/DESCR8
-rw-r--r--audio/gst-plugins-mad/DESCR8
-rw-r--r--audio/gst-plugins-oss/DESCR8
-rw-r--r--audio/gst-plugins-vorbis/DESCR8
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.