pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gst-plugins1-gl: removed; imported as graphics/gst-plugins1-gl



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <adam%defguard.net@localhost>
Pushed By:	adam
Date:		Tue Aug 26 06:58:29 2025 +0200
Changeset:	fd51a6b475725d912acd2e8922cee3c6c70a3e54

Modified Files:
	Makefile
	webkit-gtk-2.46/Makefile
Removed Files:
	gst-plugins1-gl/DESCR
	gst-plugins1-gl/Makefile
	gst-plugins1-gl/PLIST
	gst-plugins1-gl/TODO
	gst-plugins1-gl/buildlink3.mk

Log Message:
gst-plugins1-gl: removed; imported as graphics/gst-plugins1-gl

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd51a6b475725d912acd2e8922cee3c6c70a3e54

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                      |  1 -
 gst-plugins1-gl/DESCR         |  9 ------
 gst-plugins1-gl/Makefile      | 58 -----------------------------------
 gst-plugins1-gl/PLIST         | 70 -------------------------------------------
 gst-plugins1-gl/TODO          |  1 -
 gst-plugins1-gl/buildlink3.mk | 15 ----------
 webkit-gtk-2.46/Makefile      |  2 +-
 7 files changed, 1 insertion(+), 155 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 131133149a..fa6b16faa3 100644
--- a/Makefile
+++ b/Makefile
@@ -1436,7 +1436,6 @@ SUBDIR+=	gscan2pdf
 SUBDIR+=	gsdpdf
 SUBDIR+=	gsettings-desktop-schemas
 SUBDIR+=	gsmartcontrol
-SUBDIR+=	gst-plugins1-gl
 SUBDIR+=	gst-plugins1-svt-vp9
 SUBDIR+=	gstat
 SUBDIR+=	gsview
diff --git a/gst-plugins1-gl/DESCR b/gst-plugins1-gl/DESCR
deleted file mode 100644
index 8bff15823f..0000000000
--- a/gst-plugins1-gl/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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.
diff --git a/gst-plugins1-gl/Makefile b/gst-plugins1-gl/Makefile
deleted file mode 100644
index 8e4f637f9b..0000000000
--- a/gst-plugins1-gl/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2021/11/17 08:36:03 wiz Exp $
-
-PKGNAME=	${DISTNAME:S/plugins/plugins1/:S/-base/-gl/}
-CATEGORIES=	graphics gnome
-
-COMMENT=	Open source multimedia framework - GL plugin
-
-# this doesn't work
-#GST_EXT_BUILD=	# defined
-GST_PLUGINS+=	drm gl
-
-# so we need to delete stuff manually
-
-post-install:
-	cd ${DESTDIR}${PREFIX} && \
-		${RM} -rf \
-			include/gstreamer-1.0/gst/allocators \
-			include/gstreamer-1.0/gst/app \
-			include/gstreamer-1.0/gst/audio \
-			include/gstreamer-1.0/gst/fft \
-			include/gstreamer-1.0/gst/pbutils \
-			include/gstreamer-1.0/gst/riff \
-			include/gstreamer-1.0/gst/rtp \
-			include/gstreamer-1.0/gst/rtsp \
-			include/gstreamer-1.0/gst/sdp \
-			include/gstreamer-1.0/gst/tag \
-			include/gstreamer-1.0/gst/video \
-			include/gstreamer-1.0/gst/video \
-			lib/libgstallocators-1.0.so* \
-			lib/libgstapp-1.0.so* \
-			lib/libgstaudio-1.0.so* \
-			lib/libgstfft-1.0.so* \
-			lib/libgstpbutils-1.0.so* \
-			lib/libgstriff-1.0.so* \
-			lib/libgstrtp-1.0.so* \
-			lib/libgstrtsp-1.0.so* \
-			lib/libgstsdp-1.0.so* \
-			lib/libgsttag-1.0.so* \
-			lib/libgstvideo-1.0.so* \
-			lib/pkgconfig/gstreamer-allocators-1.0.pc \
-			lib/pkgconfig/gstreamer-app-1.0.pc \
-			lib/pkgconfig/gstreamer-audio-1.0.pc \
-			lib/pkgconfig/gstreamer-fft-1.0.pc \
-			lib/pkgconfig/gstreamer-pbutils-1.0.pc \
-			lib/pkgconfig/gstreamer-plugins-base-1.0.pc \
-			lib/pkgconfig/gstreamer-riff-1.0.pc \
-			lib/pkgconfig/gstreamer-rtp-1.0.pc \
-			lib/pkgconfig/gstreamer-rtsp-1.0.pc \
-			lib/pkgconfig/gstreamer-sdp-1.0.pc \
-			lib/pkgconfig/gstreamer-tag-1.0.pc \
-			lib/pkgconfig/gstreamer-video-1.0.pc \
-			share/gst-plugins-base/1.0/license-translations.dict
-
-.include "../../multimedia/gst-plugins1-base/Makefile.common"
-.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-.include "../../x11/libdrm/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gst-plugins1-gl/PLIST b/gst-plugins1-gl/PLIST
deleted file mode 100644
index 7d09502d8c..0000000000
--- a/gst-plugins1-gl/PLIST
+++ /dev/null
@@ -1,70 +0,0 @@
-@comment $NetBSD$
-include/gstreamer-1.0/gst/gl/egl/egl.h
-include/gstreamer-1.0/gst/gl/egl/gstegl.h
-include/gstreamer-1.0/gst/gl/egl/gsteglimage.h
-include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl.h
-include/gstreamer-1.0/gst/gl/egl/gstgldisplay_egl_device.h
-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
-lib/pkgconfig/gstreamer-gl-egl-1.0.pc
-lib/pkgconfig/gstreamer-gl-prototypes-1.0.pc
diff --git a/gst-plugins1-gl/TODO b/gst-plugins1-gl/TODO
deleted file mode 100644
index 2e3560333b..0000000000
--- a/gst-plugins1-gl/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Packages, needs testing.
diff --git a/gst-plugins1-gl/buildlink3.mk b/gst-plugins1-gl/buildlink3.mk
deleted file mode 100644
index bcfb0e66ca..0000000000
--- a/gst-plugins1-gl/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-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?=	../../wip/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
diff --git a/webkit-gtk-2.46/Makefile b/webkit-gtk-2.46/Makefile
index 242367bb21..57ebf87fa4 100644
--- a/webkit-gtk-2.46/Makefile
+++ b/webkit-gtk-2.46/Makefile
@@ -180,7 +180,7 @@ JPEG_ACCEPTED=		libjpeg-turbo
 .include "../../graphics/png/buildlink3.mk"
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-.include "../../wip/gst-plugins1-gl/buildlink3.mk"
+.include "../../graphics/gst-plugins1-gl/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-good/buildlink3.mk"
 .include "../../security/libtasn1/buildlink3.mk"
 #.include "../../sysutils/libnotify/buildlink3.mk"


Home | Main Index | Thread Index | Old Index