diff options
author | jmmv <jmmv> | 2004-04-07 11:32:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-07 11:32:08 +0000 |
commit | e0295668c51e57679fc555033c0997e3b9aadacc (patch) | |
tree | d9abf2b6dc864ee2cdd42a4ce2ebb5a2cface29b /audio | |
parent | ea5ba44c91136ccb31dc32227771eef0e9f19a0d (diff) | |
download | pkgsrc-e0295668c51e57679fc555033c0997e3b9aadacc.tar.gz |
Drop dynamic generation of DESCR files for gst-plugins-* packages, as it
broke 'make index' (pointed out by wiz@). This also lets us write more
interesting and easier to find descriptions for packages.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins-esound/DESCR | 2 | ||||
-rw-r--r-- | audio/gst-plugins-flac/DESCR | 1 | ||||
-rw-r--r-- | audio/gst-plugins-lame/DESCR | 2 | ||||
-rw-r--r-- | audio/gst-plugins-mad/DESCR | 2 | ||||
-rw-r--r-- | audio/gst-plugins-ogg/DESCR | 4 | ||||
-rw-r--r-- | audio/gst-plugins-oss/DESCR | 2 | ||||
-rw-r--r-- | audio/gst-plugins-vorbis/DESCR | 2 |
7 files changed, 15 insertions, 0 deletions
diff --git a/audio/gst-plugins-esound/DESCR b/audio/gst-plugins-esound/DESCR new file mode 100644 index 00000000000..084676f7718 --- /dev/null +++ b/audio/gst-plugins-esound/DESCR @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000000..6721f596e92 --- /dev/null +++ b/audio/gst-plugins-flac/DESCR @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000000..52f02cf896a --- /dev/null +++ b/audio/gst-plugins-lame/DESCR @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000000..8ae771f6247 --- /dev/null +++ b/audio/gst-plugins-mad/DESCR @@ -0,0 +1,2 @@ +This package provides the mad plugin for GStreamer, which allows playback of +MP3 audio streams. diff --git a/audio/gst-plugins-ogg/DESCR b/audio/gst-plugins-ogg/DESCR new file mode 100644 index 00000000000..166e53dff95 --- /dev/null +++ b/audio/gst-plugins-ogg/DESCR @@ -0,0 +1,4 @@ +This package provides the ogg plugin for GStreamer, which lets it handle +OGG media containers. You'll probably want to install gst-plugins-vorbis +and gst-plugins-theora too, which provide its respective audio and video +codecs. diff --git a/audio/gst-plugins-oss/DESCR b/audio/gst-plugins-oss/DESCR new file mode 100644 index 00000000000..be0431475ea --- /dev/null +++ b/audio/gst-plugins-oss/DESCR @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000000..9be47edbf79 --- /dev/null +++ b/audio/gst-plugins-vorbis/DESCR @@ -0,0 +1,2 @@ +This package provides the vorbis plugin for GStreamer, the OGG's free audio +codec. |