pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
add gst-plugins1-opengl version 1.16.2
Module Name: pkgsrc-wip
Committed By: Maya Rashish <maya%NetBSD.org@localhost>
Pushed By: coypu
Date: Mon Nov 2 09:56:27 2020 +0200
Changeset: 7bd50f5be10ed4fade8a5f9d81f943d7080ca53f
Added Files:
gst-plugins1-opengl/DESCR
gst-plugins1-opengl/Makefile
gst-plugins1-opengl/PLIST
gst-plugins1-opengl/buildlink3.mk
Log Message:
add gst-plugins1-opengl version 1.16.2
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bd50f5be10ed4fade8a5f9d81f943d7080ca53f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gst-plugins1-opengl/DESCR | 9 +++++++++
gst-plugins1-opengl/Makefile | 11 +++++++++++
gst-plugins1-opengl/PLIST | 2 ++
gst-plugins1-opengl/buildlink3.mk | 13 +++++++++++++
4 files changed, 35 insertions(+)
diffs:
diff --git a/gst-plugins1-opengl/DESCR b/gst-plugins1-opengl/DESCR
new file mode 100644
index 0000000000..caee337740
--- /dev/null
+++ b/gst-plugins1-opengl/DESCR
@@ -0,0 +1,9 @@
+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.
diff --git a/gst-plugins1-opengl/Makefile b/gst-plugins1-opengl/Makefile
new file mode 100644
index 0000000000..50e90481e7
--- /dev/null
+++ b/gst-plugins1-opengl/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.2 2020/03/08 16:50:41 wiz Exp $
+
+GST_PLUGINS1_NAME= opengl
+GST_PLUGINS1_FLAGS= egl
+GST_PLUGINS1_DIRS= ext/gl
+
+.include "../../multimedia/gst-plugins1-base/Makefile.common"
+
+.include "../../wip/gst-plugins1-gl/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-opengl/PLIST b/gst-plugins1-opengl/PLIST
new file mode 100644
index 0000000000..bbb1629c03
--- /dev/null
+++ b/gst-plugins1-opengl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/gstreamer-1.0/libgstopengl.la
diff --git a/gst-plugins1-opengl/buildlink3.mk b/gst-plugins1-opengl/buildlink3.mk
new file mode 100644
index 0000000000..ba9d50a94a
--- /dev/null
+++ b/gst-plugins1-opengl/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/01/30 11:09:45 jmcneill Exp $
+
+BUILDLINK_TREE+= gst-plugins1-opengl
+
+.if !defined(GST_PLUGINS1_OPENGL_BUILDLINK3_MK)
+GST_PLUGINS1_OPENGL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gst-plugins1-opengl+= gst-plugins1-opengl>=1.4.5
+BUILDLINK_PKGSRCDIR.gst-plugins1-opengl?= ../../wip/gst-plugins1-opengl
+
+.endif # GST_PLUGINS1_OPENGL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gst-plugins1-opengl
Home |
Main Index |
Thread Index |
Old Index