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 | |
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.
-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 | ||||
-rw-r--r-- | graphics/gst-plugins-png/DESCR | 2 | ||||
-rw-r--r-- | multimedia/gst-plugins-dvdnav/DESCR | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins-dvdread/DESCR | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins-mpeg2dec/DESCR | 2 | ||||
-rw-r--r-- | multimedia/gst-plugins-theora/DESCR | 2 | ||||
-rw-r--r-- | multimedia/gst-plugins/DESCR.blank | 1 | ||||
-rw-r--r-- | multimedia/gst-plugins/Makefile.common | 9 | ||||
-rw-r--r-- | sysutils/gst-plugins-gnomevfs/DESCR | 3 |
15 files changed, 34 insertions, 6 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. diff --git a/graphics/gst-plugins-png/DESCR b/graphics/gst-plugins-png/DESCR new file mode 100644 index 00000000000..4c2851d6588 --- /dev/null +++ b/graphics/gst-plugins-png/DESCR @@ -0,0 +1,2 @@ +This package provides the png plugin for GStreamer, which allows encoding and +decoding of PNG images. diff --git a/multimedia/gst-plugins-dvdnav/DESCR b/multimedia/gst-plugins-dvdnav/DESCR new file mode 100644 index 00000000000..bd66dc774d1 --- /dev/null +++ b/multimedia/gst-plugins-dvdnav/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/multimedia/gst-plugins-dvdread/DESCR b/multimedia/gst-plugins-dvdread/DESCR new file mode 100644 index 00000000000..d14be506619 --- /dev/null +++ b/multimedia/gst-plugins-dvdread/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/multimedia/gst-plugins-mpeg2dec/DESCR b/multimedia/gst-plugins-mpeg2dec/DESCR new file mode 100644 index 00000000000..cb1411e26d0 --- /dev/null +++ b/multimedia/gst-plugins-mpeg2dec/DESCR @@ -0,0 +1,2 @@ +This package provides the mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2 +video decoder. diff --git a/multimedia/gst-plugins-theora/DESCR b/multimedia/gst-plugins-theora/DESCR new file mode 100644 index 00000000000..d2aea8d6950 --- /dev/null +++ b/multimedia/gst-plugins-theora/DESCR @@ -0,0 +1,2 @@ +This package provides the theora plugin for GStreamer, the OGG's free video +codec. diff --git a/multimedia/gst-plugins/DESCR.blank b/multimedia/gst-plugins/DESCR.blank new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/multimedia/gst-plugins/DESCR.blank @@ -0,0 +1 @@ + diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common index 17349606992..828fa31c232 100644 --- a/multimedia/gst-plugins/Makefile.common +++ b/multimedia/gst-plugins/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/04/06 11:10:06 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/04/07 11:32:09 jmmv Exp $ # DISTNAME= gst-plugins-0.8.0 @@ -126,7 +126,8 @@ INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS_DIR} # Generate a description automatically. DESCR_SRC= ${.CURDIR}/../../multimedia/gst-plugins/DESCR -DESCR_SRC+= ${WRKDIR}/.gen_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 @@ -135,10 +136,6 @@ SUBST_STAGE.libs= pre-configure SUBST_FILES.libs= ${GST_PLUGINS_DIR}/Makefile.in SUBST_SED.libs= -e 's|$$(top_builddir)/gst-libs/gst/libgst|${BUILDLINK_PREFIX.gst-plugins}/lib/libgst|g' -post-build: - @${ECHO} "" >${WRKDIR}/.gen_descr - @${ECHO} "This package provides the ${GST_PLUGINS_NAME} plugin for GStreamer." >>${WRKDIR}/.gen_descr - .include "../../multimedia/gst-plugins/buildlink3.mk" .endif diff --git a/sysutils/gst-plugins-gnomevfs/DESCR b/sysutils/gst-plugins-gnomevfs/DESCR new file mode 100644 index 00000000000..a5da7d33738 --- /dev/null +++ b/sysutils/gst-plugins-gnomevfs/DESCR @@ -0,0 +1,3 @@ +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. |