pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins1-mpg123 Import gst-plugins1-mpg123-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e34f39344df4
branches:  trunk
changeset: 368229:e34f39344df4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 12 09:38:40 2017 +0000

description:
Import gst-plugins1-mpg123-1.12.2 as audio/gst-plugins1-mpg123.

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 'ugly' plugins for GStreamer.  It provides the
mpg123 plugin, which allows MP3 decoding.

diffstat:

 audio/gst-plugins1-mpg123/DESCR    |  12 ++++++++++++
 audio/gst-plugins1-mpg123/Makefile |   9 +++++++++
 audio/gst-plugins1-mpg123/PLIST    |   2 ++
 3 files changed, 23 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r b25848deb6dd -r e34f39344df4 audio/gst-plugins1-mpg123/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-mpg123/DESCR   Tue Sep 12 09:38:40 2017 +0000
@@ -0,0 +1,12 @@
+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 'ugly' plugins for GStreamer.  It provides the
+mpg123 plugin, which allows MP3 decoding.
diff -r b25848deb6dd -r e34f39344df4 audio/gst-plugins1-mpg123/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-mpg123/Makefile        Tue Sep 12 09:38:40 2017 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2017/09/12 09:38:40 wiz Exp $
+
+GST_PLUGINS1_NAME=     mpg123
+GST_PLUGINS1_DIRS=     ext/mpg123
+
+.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
+
+.include "../../audio/mpg123/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b25848deb6dd -r e34f39344df4 audio/gst-plugins1-mpg123/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-mpg123/PLIST   Tue Sep 12 09:38:40 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/12 09:38:40 wiz Exp $
+lib/gstreamer-1.0/libgstmpg123.la



Home | Main Index | Thread Index | Old Index