pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep  8 10:20:07 UTC 2019

Modified Files:
        pkgsrc/audio: Makefile
Added Files:
        pkgsrc/audio/gst-plugins1-gme: DESCR Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.561 -r1.562 pkgsrc/audio/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/gst-plugins1-gme/DESCR \
    pkgsrc/audio/gst-plugins1-gme/Makefile \
    pkgsrc/audio/gst-plugins1-gme/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/Makefile
diff -u pkgsrc/audio/Makefile:1.561 pkgsrc/audio/Makefile:1.562
--- pkgsrc/audio/Makefile:1.561 Sun Sep  8 00:00:06 2019
+++ pkgsrc/audio/Makefile       Sun Sep  8 10:20:07 2019
@@ -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-dts
 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

Added files:

Index: pkgsrc/audio/gst-plugins1-gme/DESCR
diff -u /dev/null pkgsrc/audio/gst-plugins1-gme/DESCR:1.1
--- /dev/null   Sun Sep  8 10:20:07 2019
+++ pkgsrc/audio/gst-plugins1-gme/DESCR Sun Sep  8 10:20:07 2019
@@ -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.
Index: pkgsrc/audio/gst-plugins1-gme/Makefile
diff -u /dev/null pkgsrc/audio/gst-plugins1-gme/Makefile:1.1
--- /dev/null   Sun Sep  8 10:20:07 2019
+++ pkgsrc/audio/gst-plugins1-gme/Makefile      Sun Sep  8 10:20:07 2019
@@ -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"
Index: pkgsrc/audio/gst-plugins1-gme/PLIST
diff -u /dev/null pkgsrc/audio/gst-plugins1-gme/PLIST:1.1
--- /dev/null   Sun Sep  8 10:20:07 2019
+++ pkgsrc/audio/gst-plugins1-gme/PLIST Sun Sep  8 10:20:07 2019
@@ -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