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.
This commit is contained in:
jmmv 2004-05-06 12:12:58 +00:00
parent 70a9188a1e
commit 3d434a1283
15 changed files with 105 additions and 7 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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 png plugin for GStreamer, which allows encoding and
decoding of PNG images.

View file

@ -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 dvdnav plugin for GStreamer, which allows navigation
of menus contained in DVDs. You'll probably want to install the dvdread plugin
(from the gst-plugins-dvdread package), too.

View file

@ -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 dvdread plugin for GStreamer, which allows reading
of DVD disks. You'll probably want to install the dvdnav plugin (from the
gst-plugins-dvdnav package), too.

View file

@ -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 mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2
video decoder.

View file

@ -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 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

View file

@ -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 theora plugin for GStreamer, the OGG's free video
codec.

View file

@ -1 +0,0 @@

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.4 2004/04/15 21:24:28 jmmv Exp $
# $NetBSD: Makefile.common,v 1.5 2004/05/06 12:12:59 jmmv Exp $
#
DISTNAME= gst-plugins-0.8.1
@ -124,11 +124,6 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-${GST_PLUGINS_FLAG}/--enable-${GST
BUILD_DIRS= ${WRKSRC}/${GST_PLUGINS_DIR}
INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS_DIR}
# Generate a description automatically.
DESCR_SRC= ${.CURDIR}/../../multimedia/gst-plugins/DESCR
DESCR_SRC+= ${.CURDIR}/../../multimedia/gst-plugins/DESCR.blank
DESCR_SRC+= ${.CURDIR}/DESCR
# Fix paths to already installed libraries (by the gst-plugins package).
SUBST_CLASSES+= libs
SUBST_MESSAGE.libs= "Fixing path to dependent libraries."

View file

@ -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.