pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-egl-opengl Import gst-plugins1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58daf608aafb
branches: trunk
changeset: 645566:58daf608aafb
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Fri Jan 30 11:10:20 2015 +0000
description:
Import gst-plugins1-opengl-1.4.5 as multimedia/gst-plugins1-egl-opengl.
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 using the Raspberry Pi's
VideoCore IV EGL APIs.
diffstat:
multimedia/gst-plugins1-egl-opengl/DESCR | 10 ++++++++++
multimedia/gst-plugins1-egl-opengl/Makefile | 18 ++++++++++++++++++
multimedia/gst-plugins1-egl-opengl/PLIST | 2 ++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r e5fbff546e37 -r 58daf608aafb multimedia/gst-plugins1-egl-opengl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-egl-opengl/DESCR Fri Jan 30 11:10:20 2015 +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 using the Raspberry Pi's
+VideoCore IV EGL APIs.
diff -r e5fbff546e37 -r 58daf608aafb multimedia/gst-plugins1-egl-opengl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-egl-opengl/Makefile Fri Jan 30 11:10:20 2015 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/01/30 11:10:20 jmcneill Exp $
+
+GST_PLUGINS1_NAME= opengl
+GST_PLUGINS1_FLAGS= egl
+GST_PLUGINS1_DIRS= ext/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 "../../multimedia/gst-plugins1-egl-gl/buildlink3.mk"
+.include "../../misc/raspberrypi-userland/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5fbff546e37 -r 58daf608aafb multimedia/gst-plugins1-egl-opengl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-egl-opengl/PLIST Fri Jan 30 11:10:20 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/30 11:10:20 jmcneill Exp $
+lib/gstreamer-1.0/libgstopengl.la
Home |
Main Index |
Thread Index |
Old Index