summaryrefslogtreecommitdiff
path: root/audio/gst-plugins1-soundtouch
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-15 14:20:00 +0000
committerwiz <wiz>2016-04-15 14:20:00 +0000
commit861db86d76b1ca4630cc6a18914fe401e9b0fdee (patch)
treea039f61f642e347e011f36c85902379d95a63998 /audio/gst-plugins1-soundtouch
parent142212432aae782984bb77197c3737afc810249e (diff)
downloadpkgsrc-861db86d76b1ca4630cc6a18914fe401e9b0fdee.tar.gz
Update gstreamer1 and plugins to 1.8.0.
GStreamer 1.8.0 was released on 24 March 2016. The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! As always, this release is again packed with new features, bug fixes and other improvements. See https://gstreamer.freedesktop.org/releases/1.8/ for the latest version of this document. Highlights Hardware-accelerated zero-copy video decoding on Android New video capture source for Android using the android.hardware.Camera API Windows Media reverse playback support (ASF/WMV/WMA) New tracing system provides support for more sophisticated debugging tools New high-level GstPlayer playback convenience API Initial support for the new Vulkan API, see Matthew Waters' blog post for more details Improved Opus audio codec support: Support for more than two channels; MPEG-TS demuxer/muxer can now handle Opus; sample-accurate encoding/decoding/transmuxing with Ogg, Matroska, ISOBMFF (Quicktime/MP4), and MPEG-TS as container; new codec utility functions for Opus header and caps handling in pbutils library. The Opus encoder/decoder elements were also moved to gst-plugins-base (from -bad), and the opus RTP depayloader/payloader to -good. GStreamer VAAPI module now released and maintained as part of the GStreamer project Asset proxy support in the GStreamer Editing Services
Diffstat (limited to 'audio/gst-plugins1-soundtouch')
-rw-r--r--audio/gst-plugins1-soundtouch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gst-plugins1-soundtouch/Makefile b/audio/gst-plugins1-soundtouch/Makefile
index fef0148578b..6a0eeab6cb5 100644
--- a/audio/gst-plugins1-soundtouch/Makefile
+++ b/audio/gst-plugins1-soundtouch/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2015/12/27 22:47:53 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/04/15 14:20:00 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"