summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-07 11:32:08 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-07 11:32:08 +0000
commite8f567011851c40d858039b5aefd14011dd3720c (patch)
treed9abf2b6dc864ee2cdd42a4ce2ebb5a2cface29b /multimedia
parentf0c46ab77b6d3e0b49f2232c5f60c05467768c96 (diff)
downloadpkgsrc-e8f567011851c40d858039b5aefd14011dd3720c.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 'multimedia')
-rw-r--r--multimedia/gst-plugins-dvdnav/DESCR3
-rw-r--r--multimedia/gst-plugins-dvdread/DESCR3
-rw-r--r--multimedia/gst-plugins-mpeg2dec/DESCR2
-rw-r--r--multimedia/gst-plugins-theora/DESCR2
-rw-r--r--multimedia/gst-plugins/DESCR.blank1
-rw-r--r--multimedia/gst-plugins/Makefile.common9
6 files changed, 14 insertions, 6 deletions
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