summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-18 07:18:02 +0000
committerwiz <wiz@pkgsrc.org>2021-11-18 07:18:02 +0000
commitad760172c28be7fb779261a80d37a7fc9e5c8b23 (patch)
tree350d2bd189ba0bac26ccfb9818de836ae977dddd /multimedia
parent80ef774138aa55d87bbac1ceb0d606266c36c8db (diff)
downloadpkgsrc-ad760172c28be7fb779261a80d37a7fc9e5c8b23.tar.gz
gst-plugins1-egl-opengl: mark as BROKEN
This needs updating for gstreamer1 1.18.5
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-egl-opengl/Makefile21
1 files changed, 14 insertions, 7 deletions
diff --git a/multimedia/gst-plugins1-egl-opengl/Makefile b/multimedia/gst-plugins1-egl-opengl/Makefile
index 19833fe9279..9add002e7ae 100644
--- a/multimedia/gst-plugins1-egl-opengl/Makefile
+++ b/multimedia/gst-plugins1-egl-opengl/Makefile
@@ -1,19 +1,26 @@
-# $NetBSD: Makefile,v 1.3 2021/11/18 02:06:40 jun Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/18 07:18:02 wiz Exp $
-CATEGORIES= multimedia
+PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-egl-opengl/}
+CATEGORIES= multimedia gnomed
-GST_PLUGINS1_NAME= opengl
-GST_PLUGINS1_FLAGS= egl
-GST_PLUGINS1_DIRS= ext/gl
+COMMENT= Open source multimedia framework - AV1 plugin
-ONLY_FOR_PLATFORM= NetBSD-*-*arm*
+GST_EXT_BUILD= # defined
+GST_PLUGINS+= opengl
+
+#GST_PLUGINS1_NAME= opengl
+#GST_PLUGINS1_FLAGS= egl
+#GST_PLUGINS1_DIRS= ext/gl
+
+BROKEN= "Needs to be updated to gstreamer 1.18.5"
+
+#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
-PKGREVISION= 1
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
.include "../../multimedia/gst-plugins1-egl-gl/buildlink3.mk"