pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gst-plugins-opengl Initial import of gst-plug...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0c4c2b305cd
branches:  trunk
changeset: 487377:b0c4c2b305cd
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Jan 13 12:58:27 2005 +0000

description:
Initial import of gst-plugins-opengl, version 0.8.7:

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 OpenGL plugin for GStreamer, which allows graphics
rendering through this library.

diffstat:

 graphics/gst-plugins-opengl/DESCR    |  10 ++++++++++
 graphics/gst-plugins-opengl/Makefile |  12 ++++++++++++
 graphics/gst-plugins-opengl/PLIST    |   3 +++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 5addb17aa914 -r b0c4c2b305cd graphics/gst-plugins-opengl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins-opengl/DESCR Thu Jan 13 12:58:27 2005 +0000
@@ -0,0 +1,10 @@
+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 OpenGL plugin for GStreamer, which allows graphics
+rendering through this library.
diff -r 5addb17aa914 -r b0c4c2b305cd graphics/gst-plugins-opengl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins-opengl/Makefile      Thu Jan 13 12:58:27 2005 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/13 12:58:27 jmmv Exp $
+#
+
+GST_PLUGINS_NAME=      opengl
+GST_PLUGINS_DIR=       sys/glsink
+
+.include "../../multimedia/gst-plugins/Makefile.common"
+
+BUILDLINK_DEPENDS.gst-plugins+=        gst-plugins>=0.8.7nb1
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5addb17aa914 -r b0c4c2b305cd graphics/gst-plugins-opengl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins-opengl/PLIST Thu Jan 13 12:58:27 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/13 12:58:27 jmmv Exp $
+lib/gstreamer-0.8/libgstglimagesink.la
+@comment in gstreamer: @dirrm lib/gstreamer-0.8



Home | Main Index | Thread Index | Old Index