pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins0.10-oss Initial import of gst-plugin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f261f5b4daa
branches:  trunk
changeset: 506528:3f261f5b4daa
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Jan 18 15:50:04 2006 +0000

description:
Initial import of gst-plugins0.10-oss, version 0.10.1:

This package is part of the 'good' plugins for GStreamer.  It provides the
oss plugin, which allows playback and recording of sound through the Open
Sound System audio libraries.

diffstat:

 audio/gst-plugins0.10-oss/DESCR    |  13 +++++++++++++
 audio/gst-plugins0.10-oss/Makefile |  18 ++++++++++++++++++
 audio/gst-plugins0.10-oss/PLIST    |   3 +++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 5c9ed64b0e54 -r 3f261f5b4daa audio/gst-plugins0.10-oss/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-oss/DESCR   Wed Jan 18 15:50:04 2006 +0000
@@ -0,0 +1,13 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis 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. 
+
+GStreamer is released under the LGPL.
+
+This package is part of the 'good' plugins for GStreamer.  It provides the
+oss plugin, which allows playback and recording of sound through the Open
+Sound System audio libraries.
diff -r 5c9ed64b0e54 -r 3f261f5b4daa audio/gst-plugins0.10-oss/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-oss/Makefile        Wed Jan 18 15:50:04 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/18 15:50:04 jmmv Exp $
+#
+
+GST_PLUGINS0.10_NAME=  oss
+GST_PLUGINS0.10_DIRS=  sys/oss
+
+.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
+
+SUBST_CLASSES+=                devoss
+SUBST_MESSAGE.devoss=  "Fixing path to OSS audio device."
+SUBST_STAGE.devoss=    pre-configure
+SUBST_FILES.devoss=    sys/oss/*.c
+SUBST_SED.devoss=      -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
+
+LIBS+=                 ${LIBOSSAUDIO}
+
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5c9ed64b0e54 -r 3f261f5b4daa audio/gst-plugins0.10-oss/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-oss/PLIST   Wed Jan 18 15:50:04 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/18 15:50:04 jmmv Exp $
+lib/gstreamer-0.10/libgstossaudio.la
+@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10



Home | Main Index | Thread Index | Old Index