diff options
author | bjs <bjs@pkgsrc.org> | 2008-06-21 20:50:05 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-06-21 20:50:05 +0000 |
commit | 0af200c63788b85c3232f5313b157c1b398d2838 (patch) | |
tree | 2e548ec0ea1733b3ba3a19c69bec64fa1300f341 /audio | |
parent | e24e6b83dc82d2a5c2fae11da2c2601b0a3ff9e9 (diff) | |
download | pkgsrc-0af200c63788b85c3232f5313b157c1b398d2838.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-jack/DESCR | 13 | ||||
-rw-r--r-- | audio/gst-plugins0.10-jack/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-jack/PLIST | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-jack/DESCR b/audio/gst-plugins0.10-jack/DESCR new file mode 100644 index 00000000000..8d477dd04d8 --- /dev/null +++ b/audio/gst-plugins0.10-jack/DESCR @@ -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 --git a/audio/gst-plugins0.10-jack/Makefile b/audio/gst-plugins0.10-jack/Makefile new file mode 100644 index 00000000000..397243e2eaa --- /dev/null +++ b/audio/gst-plugins0.10-jack/Makefile @@ -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 --git a/audio/gst-plugins0.10-jack/PLIST b/audio/gst-plugins0.10-jack/PLIST new file mode 100644 index 00000000000..b1d13893a1c --- /dev/null +++ b/audio/gst-plugins0.10-jack/PLIST @@ -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 |