pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Add audio/gst-plugins1-gme



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bf1e0cb4a0b
branches:  trunk
changeset: 339186:7bf1e0cb4a0b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 08 10:20:07 2019 +0000

description:
Add audio/gst-plugins1-gme

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
game-music-emu plugin, which allows decoding audio for assorted video game
console hardware.

diffstat:

 audio/Makefile                  |   3 ++-
 audio/gst-plugins1-gme/DESCR    |  13 +++++++++++++
 audio/gst-plugins1-gme/Makefile |   8 ++++++++
 audio/gst-plugins1-gme/PLIST    |   2 ++
 4 files changed, 25 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r bff2ba4bfb88 -r 7bf1e0cb4a0b audio/Makefile
--- a/audio/Makefile    Sun Sep 08 09:24:52 2019 +0000
+++ b/audio/Makefile    Sun Sep 08 10:20:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.561 2019/09/08 00:00:06 nia Exp $
+# $NetBSD: Makefile,v 1.562 2019/09/08 10:20:07 nia Exp $
 #
 
 COMMENT=       Audio tools
@@ -191,6 +191,7 @@
 SUBDIR+=       gst-plugins1-faac
 SUBDIR+=       gst-plugins1-faad
 SUBDIR+=       gst-plugins1-flac
+SUBDIR+=       gst-plugins1-gme
 SUBDIR+=       gst-plugins1-jack
 SUBDIR+=       gst-plugins1-lame
 SUBDIR+=       gst-plugins1-libvisual
diff -r bff2ba4bfb88 -r 7bf1e0cb4a0b audio/gst-plugins1-gme/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-gme/DESCR      Sun Sep 08 10:20:07 2019 +0000
@@ -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
+game-music-emu plugin, which allows decoding audio for assorted video game
+console hardware.
diff -r bff2ba4bfb88 -r 7bf1e0cb4a0b audio/gst-plugins1-gme/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-gme/Makefile   Sun Sep 08 10:20:07 2019 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2019/09/08 10:20:07 nia Exp $
+
+GST_PLUGINS1_NAME=     gme
+GST_PLUGINS1_DIRS=     ext/gme
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+.include "../../audio/game-music-emu/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bff2ba4bfb88 -r 7bf1e0cb4a0b audio/gst-plugins1-gme/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-gme/PLIST      Sun Sep 08 10:20:07 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/08 10:20:07 nia Exp $
+lib/gstreamer-1.0/libgstgme.la



Home | Main Index | Thread Index | Old Index