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-esound Initial import of gst-plu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/426719d974e2
branches:  trunk
changeset: 510503:426719d974e2
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 30 21:20:59 2006 +0000

description:
Initial import of gst-plugins0.10-esound:

This package is part of the 'good' plugins for GStreamer.  It provides the
esound plugin for GStreamer, which allows playback and recording of sound
through the Enlightened Sound Daemon.

diffstat:

 audio/gst-plugins0.10-esound/DESCR    |  13 +++++++++++++
 audio/gst-plugins0.10-esound/Makefile |  11 +++++++++++
 audio/gst-plugins0.10-esound/PLIST    |   3 +++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 9f548aa46ff1 -r 426719d974e2 audio/gst-plugins0.10-esound/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-esound/DESCR        Thu Mar 30 21:20:59 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
+esound plugin for GStreamer, which allows playback and recording of sound
+through the Enlightened Sound Daemon.
diff -r 9f548aa46ff1 -r 426719d974e2 audio/gst-plugins0.10-esound/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-esound/Makefile     Thu Mar 30 21:20:59 2006 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 21:20:59 jmmv Exp $
+#
+
+GST_PLUGINS0.10_NAME=  esound
+GST_PLUGINS0.10_DIRS=  ext/esd
+GST_PLUGINS0.10_FLAG=  esd
+
+.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
+
+.include "../../audio/esound/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9f548aa46ff1 -r 426719d974e2 audio/gst-plugins0.10-esound/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-esound/PLIST        Thu Mar 30 21:20:59 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 21:20:59 jmmv Exp $
+lib/gstreamer-0.10/libgstesd.la
+@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10



Home | Main Index | Thread Index | Old Index