Fri Jan 30 11:09:45 2015 UTC ()
Import gst-plugins1-gl-1.4.5 as multimedia/gst-plugins1-egl-gl.

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.


(jmcneill)
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-egl-gl/DESCR
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-egl-gl/PLIST
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-egl-gl/buildlink3.mk

File Added: pkgsrc/multimedia/gst-plugins1-egl-gl/DESCR
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.

File Added: pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile
# $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"

File Added: pkgsrc/multimedia/gst-plugins1-egl-gl/PLIST
@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

File Added: pkgsrc/multimedia/gst-plugins1-egl-gl/buildlink3.mk
# $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