diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-13 12:58:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-13 12:58:27 +0000 |
commit | 0e20b6bb6c9c4a58378ed654d61f533dc07ca1a7 (patch) | |
tree | 1eb42a16db852b3be1773736003ef5daae06cd28 /graphics/gst-plugins-opengl | |
parent | 37a2dadd7175fbd7c50228bd71ba7e8bcd4befe7 (diff) | |
download | pkgsrc-0e20b6bb6c9c4a58378ed654d61f533dc07ca1a7.tar.gz |
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 (limited to 'graphics/gst-plugins-opengl')
-rw-r--r-- | graphics/gst-plugins-opengl/DESCR | 10 | ||||
-rw-r--r-- | graphics/gst-plugins-opengl/Makefile | 12 | ||||
-rw-r--r-- | graphics/gst-plugins-opengl/PLIST | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gst-plugins-opengl/DESCR b/graphics/gst-plugins-opengl/DESCR new file mode 100644 index 00000000000..c24f7639ac1 --- /dev/null +++ b/graphics/gst-plugins-opengl/DESCR @@ -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 --git a/graphics/gst-plugins-opengl/Makefile b/graphics/gst-plugins-opengl/Makefile new file mode 100644 index 00000000000..e3f40554671 --- /dev/null +++ b/graphics/gst-plugins-opengl/Makefile @@ -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 --git a/graphics/gst-plugins-opengl/PLIST b/graphics/gst-plugins-opengl/PLIST new file mode 100644 index 00000000000..75ba8ec5d64 --- /dev/null +++ b/graphics/gst-plugins-opengl/PLIST @@ -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 |