pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 23 12:44:56 UTC 2025
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/gst-plugins1-gl: DESCR Makefile PLIST buildlink3.mk
Log Message:
gst-plugins1-gl: added version 1.26.5
To generate a diff of this commit:
cvs rdiff -u -r1.1096 -r1.1097 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gst-plugins1-gl/DESCR \
pkgsrc/graphics/gst-plugins1-gl/Makefile \
pkgsrc/graphics/gst-plugins1-gl/PLIST \
pkgsrc/graphics/gst-plugins1-gl/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1096 pkgsrc/graphics/Makefile:1.1097
--- pkgsrc/graphics/Makefile:1.1096 Wed Aug 20 16:47:29 2025
+++ pkgsrc/graphics/Makefile Sat Aug 23 12:44:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1096 2025/08/20 16:47:29 schmonz Exp $
+# $NetBSD: Makefile,v 1.1097 2025/08/23 12:44:56 adam Exp $
#
COMMENT= Graphics tools and libraries
@@ -223,6 +223,7 @@ SUBDIR+= graphviz-dot-mode
SUBDIR+= gst-plugins1-aalib
SUBDIR+= gst-plugins1-cairo
SUBDIR+= gst-plugins1-gdk_pixbuf
+SUBDIR+= gst-plugins1-gl
SUBDIR+= gst-plugins1-jpeg
SUBDIR+= gst-plugins1-png
SUBDIR+= gst-plugins1-webp
Added files:
Index: pkgsrc/graphics/gst-plugins1-gl/DESCR
diff -u /dev/null pkgsrc/graphics/gst-plugins1-gl/DESCR:1.1
--- /dev/null Sat Aug 23 12:44:56 2025
+++ pkgsrc/graphics/gst-plugins1-gl/DESCR Sat Aug 23 12:44:56 2025
@@ -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 GL plugin for GStreamer.
Index: pkgsrc/graphics/gst-plugins1-gl/Makefile
diff -u /dev/null pkgsrc/graphics/gst-plugins1-gl/Makefile:1.1
--- /dev/null Sat Aug 23 12:44:56 2025
+++ pkgsrc/graphics/gst-plugins1-gl/Makefile Sat Aug 23 12:44:56 2025
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1 2025/08/23 12:44:56 adam Exp $
+
+PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-base/-gl/}
+CATEGORIES= graphics gnome
+
+COMMENT= Open source multimedia framework - GL plugin
+
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+= drm
+
+GST_EXT_BUILD= # defined
+.if ${OPSYS} != "Darwin"
+GST_PLUGINS+= drm
+PLIST.drm= yes
+.endif
+GST_PLUGINS+= gl
+
+# Because there is no "drm" dir.
+GST_PLUGIN_DIRS= gl
+
+.PHONY:fix-gl-deps
+fix-gl-deps:
+ ${CAT} ${.CURDIR}/../../multimedia/gst-plugins1-base/files/base-deps.meson \
+ ${WRKSRC}/gst-libs/gst/gl/meson.build > \
+ ${WRKSRC}/gst-libs/gst/gl/meson.build.new
+ ${MV} ${WRKSRC}/gst-libs/gst/gl/meson.build.new \
+ ${WRKSRC}/gst-libs/gst/gl/meson.build
+
+pre-configure: fix-gl-deps
+
+.include "../../multimedia/gst-plugins1-base/Makefile.common"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/libdrm/buildlink3.mk"
+.endif
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gst-plugins1-gl/PLIST
diff -u /dev/null pkgsrc/graphics/gst-plugins1-gl/PLIST:1.1
--- /dev/null Sat Aug 23 12:44:56 2025
+++ pkgsrc/graphics/gst-plugins1-gl/PLIST Sat Aug 23 12:44:56 2025
@@ -0,0 +1,70 @@
+@comment $NetBSD: PLIST,v 1.1 2025/08/23 12:44:56 adam Exp $
+${PLIST.drm}include/gstreamer-1.0/gst/gl/egl/egl.h
+${PLIST.drm}include/gstreamer-1.0/gst/gl/egl/gstegl.h
+${PLIST.drm}include/gstreamer-1.0/gst/gl/egl/gsteglimage.h
+${PLIST.drm}include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl.h
+${PLIST.drm}include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl_device.h
+${PLIST.drm}include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h
+include/gstreamer-1.0/gst/gl/gl-enumtypes.h
+include/gstreamer-1.0/gst/gl/gl-prelude.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/buffer_storage.h
+include/gstreamer-1.0/gst/gl/glprototypes/buffers.h
+include/gstreamer-1.0/gst/gl/glprototypes/debug.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/invalidate_subdata.h
+include/gstreamer-1.0/gst/gl/glprototypes/opengl.h
+include/gstreamer-1.0/gst/gl/glprototypes/query.h
+include/gstreamer-1.0/gst/gl/glprototypes/shaders.h
+include/gstreamer-1.0/gst/gl/glprototypes/sync.h
+include/gstreamer-1.0/gst/gl/glprototypes/vao.h
+include/gstreamer-1.0/gst/gl/gstgl_enums.h
+include/gstreamer-1.0/gst/gl/gstgl_fwd.h
+include/gstreamer-1.0/gst/gl/gstglapi.h
+include/gstreamer-1.0/gst/gl/gstglbasefilter.h
+include/gstreamer-1.0/gst/gl/gstglbasememory.h
+include/gstreamer-1.0/gst/gl/gstglbasemixer.h
+include/gstreamer-1.0/gst/gl/gstglbasesrc.h
+include/gstreamer-1.0/gst/gl/gstglbuffer.h
+include/gstreamer-1.0/gst/gl/gstglbufferpool.h
+include/gstreamer-1.0/gst/gl/gstglcolorconvert.h
+include/gstreamer-1.0/gst/gl/gstglcontext.h
+include/gstreamer-1.0/gst/gl/gstglcontextconfig.h
+include/gstreamer-1.0/gst/gl/gstgldebug.h
+include/gstreamer-1.0/gst/gl/gstgldisplay.h
+include/gstreamer-1.0/gst/gl/gstglfeature.h
+include/gstreamer-1.0/gst/gl/gstglfilter.h
+include/gstreamer-1.0/gst/gl/gstglformat.h
+include/gstreamer-1.0/gst/gl/gstglframebuffer.h
+include/gstreamer-1.0/gst/gl/gstglfuncs.h
+include/gstreamer-1.0/gst/gl/gstglmemory.h
+include/gstreamer-1.0/gst/gl/gstglmemorypbo.h
+include/gstreamer-1.0/gst/gl/gstglmixer.h
+include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h
+include/gstreamer-1.0/gst/gl/gstglquery.h
+include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h
+include/gstreamer-1.0/gst/gl/gstglshader.h
+include/gstreamer-1.0/gst/gl/gstglshaderstrings.h
+include/gstreamer-1.0/gst/gl/gstglsl.h
+include/gstreamer-1.0/gst/gl/gstglslstage.h
+include/gstreamer-1.0/gst/gl/gstglsyncmeta.h
+include/gstreamer-1.0/gst/gl/gstglupload.h
+include/gstreamer-1.0/gst/gl/gstglutils.h
+include/gstreamer-1.0/gst/gl/gstglviewconvert.h
+include/gstreamer-1.0/gst/gl/gstglwindow.h
+lib/gstreamer-1.0/include/gst/gl/gstglconfig.h
+lib/gstreamer-1.0/libgstopengl.so
+lib/libgstgl-1.0.so
+lib/libgstgl-1.0.so.0
+lib/libgstgl-1.0.so.0.2605.0
+lib/pkgconfig/gstreamer-gl-1.0.pc
+${PLIST.drm}lib/pkgconfig/gstreamer-gl-egl-1.0.pc
+lib/pkgconfig/gstreamer-gl-prototypes-1.0.pc
Index: pkgsrc/graphics/gst-plugins1-gl/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/gst-plugins1-gl/buildlink3.mk:1.1
--- /dev/null Sat Aug 23 12:44:56 2025
+++ pkgsrc/graphics/gst-plugins1-gl/buildlink3.mk Sat Aug 23 12:44:56 2025
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/08/23 12:44:56 adam 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.24.12
+BUILDLINK_PKGSRCDIR.gst-plugins1-gl?= ../../graphics/gst-plugins1-gl
+
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.endif # GST_PLUGINS1_GL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gst-plugins1-gl
Home |
Main Index |
Thread Index |
Old Index