pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Very beleatedly switch to use static DESCR files for t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6a7a6297902
branches:  trunk
changeset: 474837:b6a7a6297902
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu May 06 12:12:58 2004 +0000

description:
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:

 audio/gst-plugins-esound/DESCR         |  8 ++++++++
 audio/gst-plugins-flac/DESCR           |  8 ++++++++
 audio/gst-plugins-lame/DESCR           |  8 ++++++++
 audio/gst-plugins-mad/DESCR            |  8 ++++++++
 audio/gst-plugins-oss/DESCR            |  8 ++++++++
 audio/gst-plugins-vorbis/DESCR         |  8 ++++++++
 graphics/gst-plugins-png/DESCR         |  8 ++++++++
 multimedia/gst-plugins-dvdnav/DESCR    |  8 ++++++++
 multimedia/gst-plugins-dvdread/DESCR   |  8 ++++++++
 multimedia/gst-plugins-mpeg2dec/DESCR  |  8 ++++++++
 multimedia/gst-plugins-ogg/DESCR       |  8 ++++++++
 multimedia/gst-plugins-theora/DESCR    |  8 ++++++++
 multimedia/gst-plugins/DESCR.blank     |  1 -
 multimedia/gst-plugins/Makefile.common |  7 +------
 sysutils/gst-plugins-gnomevfs/DESCR    |  8 ++++++++
 15 files changed, 105 insertions(+), 7 deletions(-)

diffs (211 lines):

diff -r 8dcf42af25d7 -r b6a7a6297902 audio/gst-plugins-esound/DESCR
--- a/audio/gst-plugins-esound/DESCR    Thu May 06 11:19:24 2004 +0000
+++ b/audio/gst-plugins-esound/DESCR    Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 audio/gst-plugins-flac/DESCR
--- a/audio/gst-plugins-flac/DESCR      Thu May 06 11:19:24 2004 +0000
+++ b/audio/gst-plugins-flac/DESCR      Thu May 06 12:12:58 2004 +0000
@@ -1,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.
diff -r 8dcf42af25d7 -r b6a7a6297902 audio/gst-plugins-lame/DESCR
--- a/audio/gst-plugins-lame/DESCR      Thu May 06 11:19:24 2004 +0000
+++ b/audio/gst-plugins-lame/DESCR      Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 audio/gst-plugins-mad/DESCR
--- a/audio/gst-plugins-mad/DESCR       Thu May 06 11:19:24 2004 +0000
+++ b/audio/gst-plugins-mad/DESCR       Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 audio/gst-plugins-oss/DESCR
--- a/audio/gst-plugins-oss/DESCR       Thu May 06 11:19:24 2004 +0000
+++ b/audio/gst-plugins-oss/DESCR       Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 audio/gst-plugins-vorbis/DESCR
--- a/audio/gst-plugins-vorbis/DESCR    Thu May 06 11:19:24 2004 +0000
+++ b/audio/gst-plugins-vorbis/DESCR    Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 graphics/gst-plugins-png/DESCR
--- a/graphics/gst-plugins-png/DESCR    Thu May 06 11:19:24 2004 +0000
+++ b/graphics/gst-plugins-png/DESCR    Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins-dvdnav/DESCR
--- a/multimedia/gst-plugins-dvdnav/DESCR       Thu May 06 11:19:24 2004 +0000
+++ b/multimedia/gst-plugins-dvdnav/DESCR       Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins-dvdread/DESCR
--- a/multimedia/gst-plugins-dvdread/DESCR      Thu May 06 11:19:24 2004 +0000
+++ b/multimedia/gst-plugins-dvdread/DESCR      Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins-mpeg2dec/DESCR
--- a/multimedia/gst-plugins-mpeg2dec/DESCR     Thu May 06 11:19:24 2004 +0000
+++ b/multimedia/gst-plugins-mpeg2dec/DESCR     Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins-ogg/DESCR
--- a/multimedia/gst-plugins-ogg/DESCR  Thu May 06 11:19:24 2004 +0000
+++ b/multimedia/gst-plugins-ogg/DESCR  Thu May 06 12:12:58 2004 +0000
@@ -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
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins-theora/DESCR
--- a/multimedia/gst-plugins-theora/DESCR       Thu May 06 11:19:24 2004 +0000
+++ b/multimedia/gst-plugins-theora/DESCR       Thu May 06 12:12:58 2004 +0000
@@ -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.
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins/DESCR.blank
--- a/multimedia/gst-plugins/DESCR.blank        Thu May 06 11:19:24 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-
diff -r 8dcf42af25d7 -r b6a7a6297902 multimedia/gst-plugins/Makefile.common
--- a/multimedia/gst-plugins/Makefile.common    Thu May 06 11:19:24 2004 +0000
+++ b/multimedia/gst-plugins/Makefile.common    Thu May 06 12:12:58 2004 +0000
@@ -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 @@
 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."
diff -r 8dcf42af25d7 -r b6a7a6297902 sysutils/gst-plugins-gnomevfs/DESCR
--- a/sysutils/gst-plugins-gnomevfs/DESCR       Thu May 06 11:19:24 2004 +0000
+++ b/sysutils/gst-plugins-gnomevfs/DESCR       Thu May 06 12:12:58 2004 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index