pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add gst-plugins1-opus 1.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed3f2b8354c1
branches:  trunk
changeset: 347909:ed3f2b8354c1
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Jun 02 11:13:55 2016 +0000

description:
Add gst-plugins1-opus 1.8.1

Opus (RFC 6716) plugin for GStreamer.

diffstat:

 audio/Makefile                               |  3 ++-
 audio/gst-plugins1-opus/DESCR                |  9 +++++++++
 audio/gst-plugins1-opus/Makefile             |  9 +++++++++
 audio/gst-plugins1-opus/PLIST                |  2 ++
 multimedia/gst-plugins1-base/Makefile.common |  3 ++-
 5 files changed, 24 insertions(+), 2 deletions(-)

diffs (62 lines):

diff -r 0b84fb4dcc76 -r ed3f2b8354c1 audio/Makefile
--- a/audio/Makefile    Thu Jun 02 10:29:57 2016 +0000
+++ b/audio/Makefile    Thu Jun 02 11:13:55 2016 +0000
@@ -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-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 -r 0b84fb4dcc76 -r ed3f2b8354c1 audio/gst-plugins1-opus/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-opus/DESCR     Thu Jun 02 11:13:55 2016 +0000
@@ -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 -r 0b84fb4dcc76 -r ed3f2b8354c1 audio/gst-plugins1-opus/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-opus/Makefile  Thu Jun 02 11:13:55 2016 +0000
@@ -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 -r 0b84fb4dcc76 -r ed3f2b8354c1 audio/gst-plugins1-opus/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-opus/PLIST     Thu Jun 02 11:13:55 2016 +0000
@@ -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 -r 0b84fb4dcc76 -r ed3f2b8354c1 multimedia/gst-plugins1-base/Makefile.common
--- a/multimedia/gst-plugins1-base/Makefile.common      Thu Jun 02 10:29:57 2016 +0000
+++ b/multimedia/gst-plugins1-base/Makefile.common      Thu Jun 02 11:13:55 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index