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 | 3d434a1283f273c3e8709aa017b97c1bec7ca8f0 (patch) | |
tree | c3fe504d0a0feaf388dd9a36a3bc3ae8ccba9a72 /audio/gst-plugins-flac | |
parent | 70a9188a1e7bae9db39aa154bfb6270aa079deec (diff) | |
download | pkgsrc-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/gst-plugins-flac')
-rw-r--r-- | audio/gst-plugins-flac/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
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. |