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-jack Add gstreamer plugin for th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9b5320de264
branches:  trunk
changeset: 543674:f9b5320de264
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sat Jun 21 20:50:05 2008 +0000

description:
Add gstreamer plugin for the JACK audio connection kit.  Especially
useful with audio/qjackctl.

On NetBSD (until we have a way for ordinary users to use realtime
priority), I recommend increasing the period size from 1024 to e.g. 4096.

diffstat:

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

diffs (38 lines):

diff -r 38684666fbe8 -r f9b5320de264 audio/gst-plugins0.10-jack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-jack/DESCR  Sat Jun 21 20:50:05 2008 +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 'bad' plugins for GStreamer.  It provides
+an audio sink for the JACK Audio Connection Kit.
+
diff -r 38684666fbe8 -r f9b5320de264 audio/gst-plugins0.10-jack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-jack/Makefile       Sat Jun 21 20:50:05 2008 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 20:50:05 bjs Exp $
+#
+
+GST_PLUGINS0.10_NAME=  jack
+GST_PLUGINS0.10_DIRS=  ext/jack
+
+.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"
+
+.include "../../audio/jack-devel/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 38684666fbe8 -r f9b5320de264 audio/gst-plugins0.10-jack/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-jack/PLIST  Sat Jun 21 20:50:05 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/21 20:50:05 bjs Exp $
+lib/gstreamer-0.10/libgstjack.la
+@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10



Home | Main Index | Thread Index | Old Index