diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-27 22:47:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-27 22:47:53 +0000 |
commit | 82b6744fc214447c827ec85579ef05a48dc0f6df (patch) | |
tree | b7028c3b8aedd64cfbbb19c95af1d47416c25e82 /audio | |
parent | b65d3d8da2c748189024deafd31fedb49d859a5c (diff) | |
download | pkgsrc-82b6744fc214447c827ec85579ef05a48dc0f6df.tar.gz |
Import gst-plugins1-soundtouch-1.6.1 as audio/gst-plugins1-soundtouch.
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 the
soundtouch plugin, which allows detecting BPM and changing pitch
of audio files.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins1-soundtouch/DESCR | 13 | ||||
-rw-r--r-- | audio/gst-plugins1-soundtouch/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins1-soundtouch/PLIST | 2 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/gst-plugins1-soundtouch/DESCR b/audio/gst-plugins1-soundtouch/DESCR new file mode 100644 index 00000000000..bac92c4d7b9 --- /dev/null +++ b/audio/gst-plugins1-soundtouch/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 the +soundtouch plugin, which allows detecting BPM and changing pitch +of audio files. diff --git a/audio/gst-plugins1-soundtouch/Makefile b/audio/gst-plugins1-soundtouch/Makefile new file mode 100644 index 00000000000..fef0148578b --- /dev/null +++ b/audio/gst-plugins1-soundtouch/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2015/12/27 22:47:53 wiz Exp $ + +GST_PLUGINS1_NAME= soundtouch +GST_PLUGINS1_DIRS= ext/soundtouch + +USE_LANGUAGES= c c++ +.include "../../multimedia/gst-plugins1-bad/Makefile.common" +USE_LANGUAGES= c c++ + +.include "../../audio/soundtouch/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-soundtouch/PLIST b/audio/gst-plugins1-soundtouch/PLIST new file mode 100644 index 00000000000..52e9edda7bb --- /dev/null +++ b/audio/gst-plugins1-soundtouch/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/12/27 22:47:53 wiz Exp $ +lib/gstreamer-1.0/libgstsoundtouch.la |