pkgsrc/graphics/gst-plugins-opengl/Makefile
jmmv 0e20b6bb6c 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.
2005-01-13 12:58:27 +00:00

12 lines
309 B
Makefile

# $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"