diff options
author | prlw1 <prlw1@pkgsrc.org> | 2016-06-02 11:13:55 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2016-06-02 11:13:55 +0000 |
commit | 3f2c040ef16a985b22fa1fe5e274b7227132b27c (patch) | |
tree | fc1bf4b0ce8e942fd63a33648c2ff55d0b8585a2 | |
parent | cebc5c60a5ff741f820223be5ea8a156b79deb5c (diff) | |
download | pkgsrc-3f2c040ef16a985b22fa1fe5e274b7227132b27c.tar.gz |
Add gst-plugins1-opus 1.8.1
Opus (RFC 6716) plugin for GStreamer.
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/gst-plugins1-opus/DESCR | 9 | ||||
-rw-r--r-- | audio/gst-plugins1-opus/Makefile | 9 | ||||
-rw-r--r-- | audio/gst-plugins1-opus/PLIST | 2 | ||||
-rw-r--r-- | multimedia/gst-plugins1-base/Makefile.common | 3 |
5 files changed, 24 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 95bbc26eed3..32073d92a5c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.531 2016/05/21 21:44:42 youri Exp $ +# $NetBSD: Makefile,v 1.532 2016/06/02 11:13:55 prlw1 Exp $ # COMMENT= Audio tools @@ -188,6 +188,7 @@ SUBDIR+= gst-plugins1-jack SUBDIR+= gst-plugins1-lame SUBDIR+= gst-plugins1-libvisual SUBDIR+= gst-plugins1-mad +SUBDIR+= gst-plugins1-opus SUBDIR+= gst-plugins1-oss SUBDIR+= gst-plugins1-pulse SUBDIR+= gst-plugins1-sid diff --git a/audio/gst-plugins1-opus/DESCR b/audio/gst-plugins1-opus/DESCR new file mode 100644 index 00000000000..5be33ae6b97 --- /dev/null +++ b/audio/gst-plugins1-opus/DESCR @@ -0,0 +1,9 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple mp3 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. + +This package provides the opus (RFC 6716) plugin for GStreamer. diff --git a/audio/gst-plugins1-opus/Makefile b/audio/gst-plugins1-opus/Makefile new file mode 100644 index 00000000000..093cf19c0ba --- /dev/null +++ b/audio/gst-plugins1-opus/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.1 2016/06/02 11:13:55 prlw1 Exp $ + +GST_PLUGINS1_NAME= opus +GST_PLUGINS1_DIRS= ext/opus + +.include "../../multimedia/gst-plugins1-base/Makefile.common" + +.include "../../audio/libopus/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-opus/PLIST b/audio/gst-plugins1-opus/PLIST new file mode 100644 index 00000000000..94dc03e4350 --- /dev/null +++ b/audio/gst-plugins1-opus/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/06/02 11:13:55 prlw1 Exp $ +lib/gstreamer-1.0/libgstopus.la diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common index 9b2c3aaf3d6..5a128f8d97f 100644 --- a/multimedia/gst-plugins1-base/Makefile.common +++ b/multimedia/gst-plugins1-base/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.16 2016/04/29 13:10:15 wiz Exp $ +# $NetBSD: Makefile.common,v 1.17 2016/06/02 11:13:55 prlw1 Exp $ # # used by audio/gst-plugins1-alsa/Makefile # used by audio/gst-plugins1-cdparanoia/Makefile +# used by audio/gst-plugins1-opus/Makefile # used by sysutils/gst-plugins1-gio/Makefile # used by audio/gst-plugins1-libvisual/Makefile # used by multimedia/gst-plugins1-ogg/Makefile |