summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/gst-plugins1-egl-gl/DESCR10
-rw-r--r--multimedia/gst-plugins1-egl-gl/Makefile17
-rw-r--r--multimedia/gst-plugins1-egl-gl/PLIST34
-rw-r--r--multimedia/gst-plugins1-egl-gl/buildlink3.mk13
4 files changed, 74 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-egl-gl/DESCR b/multimedia/gst-plugins1-egl-gl/DESCR
new file mode 100644
index 00000000000..969fe50b183
--- /dev/null
+++ b/multimedia/gst-plugins1-egl-gl/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 gl plugin for GStreamer using the Raspberry Pi's
+VideoCore IV EGL APIs.
diff --git a/multimedia/gst-plugins1-egl-gl/Makefile b/multimedia/gst-plugins1-egl-gl/Makefile
new file mode 100644
index 00000000000..1f94b7d4331
--- /dev/null
+++ b/multimedia/gst-plugins1-egl-gl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/01/30 11:09:45 jmcneill Exp $
+
+GST_PLUGINS1_NAME= gl
+GST_PLUGINS1_FLAGS= egl
+GST_PLUGINS1_DIRS= gst-libs/gst/gl
+
+ONLY_FOR_PLATFORM= NetBSD-*-*arm*
+
+CFLAGS+= -I${PREFIX}/include
+CFLAGS+= -I${PREFIX}/include/interface/vcos/pthreads
+CFLAGS+= -I${PREFIX}/include/interface/vmcs_host/linux
+LDFLAGS+= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib
+
+.include "../../multimedia/gst-plugins1-bad/Makefile.common"
+
+.include "../../misc/raspberrypi-userland/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/gst-plugins1-egl-gl/PLIST b/multimedia/gst-plugins1-egl-gl/PLIST
new file mode 100644
index 00000000000..55449ff460e
--- /dev/null
+++ b/multimedia/gst-plugins1-egl-gl/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/30 11:09:45 jmcneill Exp $
+include/gstreamer-1.0/gst/gl/egl/gsteglimagememory.h
+include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl.h
+include/gstreamer-1.0/gst/gl/gl.h
+include/gstreamer-1.0/gst/gl/glprototypes/all_functions.h
+include/gstreamer-1.0/gst/gl/glprototypes/base.h
+include/gstreamer-1.0/gst/gl/glprototypes/blending.h
+include/gstreamer-1.0/gst/gl/glprototypes/eglimage.h
+include/gstreamer-1.0/gst/gl/glprototypes/fbo.h
+include/gstreamer-1.0/gst/gl/glprototypes/fixedfunction.h
+include/gstreamer-1.0/gst/gl/glprototypes/gles.h
+include/gstreamer-1.0/gst/gl/glprototypes/gstgl_compat.h
+include/gstreamer-1.0/gst/gl/glprototypes/gstgl_gles2compat.h
+include/gstreamer-1.0/gst/gl/glprototypes/opengl.h
+include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
+include/gstreamer-1.0/gst/gl/gstgl_fwd.h
+include/gstreamer-1.0/gst/gl/gstglapi.h
+include/gstreamer-1.0/gst/gl/gstglbufferpool.h
+include/gstreamer-1.0/gst/gl/gstglcolorconvert.h
+include/gstreamer-1.0/gst/gl/gstglconfig.h
+include/gstreamer-1.0/gst/gl/gstglcontext.h
+include/gstreamer-1.0/gst/gl/gstgldisplay.h
+include/gstreamer-1.0/gst/gl/gstgldownload.h
+include/gstreamer-1.0/gst/gl/gstglfeature.h
+include/gstreamer-1.0/gst/gl/gstglfilter.h
+include/gstreamer-1.0/gst/gl/gstglframebuffer.h
+include/gstreamer-1.0/gst/gl/gstglmemory.h
+include/gstreamer-1.0/gst/gl/gstglshader.h
+include/gstreamer-1.0/gst/gl/gstglshadervariables.h
+include/gstreamer-1.0/gst/gl/gstglupload.h
+include/gstreamer-1.0/gst/gl/gstgluploadmeta.h
+include/gstreamer-1.0/gst/gl/gstglutils.h
+include/gstreamer-1.0/gst/gl/gstglwindow.h
+lib/libgstgl-1.0.la
diff --git a/multimedia/gst-plugins1-egl-gl/buildlink3.mk b/multimedia/gst-plugins1-egl-gl/buildlink3.mk
new file mode 100644
index 00000000000..048d03e1b9a
--- /dev/null
+++ b/multimedia/gst-plugins1-egl-gl/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/01/30 11:09:45 jmcneill Exp $
+
+BUILDLINK_TREE+= gst-plugins1-gl
+
+.if !defined(GST_PLUGINS1_GL_BUILDLINK3_MK)
+GST_PLUGINS1_GL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gst-plugins1-gl+= gst-plugins1-gl>=1.4.5
+BUILDLINK_PKGSRCDIR.gst-plugins1-gl?= ../../multimedia/gst-plugins1-egl-gl
+
+.endif # GST_PLUGINS1_GL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gst-plugins1-gl