pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gst-plugins1-{opengl,gl}: assorted fixups
Module Name: pkgsrc-wip
Committed By: Maya Rashish <maya%NetBSD.org@localhost>
Pushed By: coypu
Date: Mon Nov 2 13:42:17 2020 +0200
Changeset: 1656684bde8fb880ee2175689fd39451d4f60dc4
Modified Files:
gst-plugins1-gl/Makefile
gst-plugins1-gl/PLIST
gst-plugins1-opengl/Makefile
Log Message:
gst-plugins1-{opengl,gl}: assorted fixups
... I thought they were working, but I must've poked around and
broke them before the commit.
Still does an awkward lookup of libGL.so that fails.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1656684bde8fb880ee2175689fd39451d4f60dc4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gst-plugins1-gl/Makefile | 4 +++-
gst-plugins1-gl/PLIST | 41 -----------------------------------------
gst-plugins1-opengl/Makefile | 2 ++
3 files changed, 5 insertions(+), 42 deletions(-)
diffs:
diff --git a/gst-plugins1-gl/Makefile b/gst-plugins1-gl/Makefile
index 43f6a41b24..3b7f4cdef0 100644
--- a/gst-plugins1-gl/Makefile
+++ b/gst-plugins1-gl/Makefile
@@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.2 2020/03/08 16:50:41 wiz Exp $
-GST_PLUGINS1_NAME= opengl
+GST_PLUGINS1_NAME= gl
GST_PLUGINS1_FLAGS= egl
GST_PLUGINS1_DIRS= gst-libs/gst/gl
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib
+
.include "../../multimedia/gst-plugins1-base/Makefile.common"
.include "../../graphics/MesaLib/buildlink3.mk"
diff --git a/gst-plugins1-gl/PLIST b/gst-plugins1-gl/PLIST
index 2adb52aa30..31267e0fca 100644
--- a/gst-plugins1-gl/PLIST
+++ b/gst-plugins1-gl/PLIST
@@ -1,9 +1,4 @@
@comment $NetBSD$
-include/gstreamer-1.0/gst/allocators/allocators-prelude.h
-include/gstreamer-1.0/gst/allocators/allocators.h
-include/gstreamer-1.0/gst/allocators/gstdmabuf.h
-include/gstreamer-1.0/gst/allocators/gstfdmemory.h
-include/gstreamer-1.0/gst/allocators/gstphysmemory.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
@@ -58,41 +53,5 @@ include/gstreamer-1.0/gst/gl/gstglutils.h
include/gstreamer-1.0/gst/gl/gstglviewconvert.h
include/gstreamer-1.0/gst/gl/gstglwindow.h
include/gstreamer-1.0/gst/gl/x11/gstgldisplay_x11.h
-include/gstreamer-1.0/gst/video/colorbalance.h
-include/gstreamer-1.0/gst/video/colorbalancechannel.h
-include/gstreamer-1.0/gst/video/gstvideoaffinetransformationmeta.h
-include/gstreamer-1.0/gst/video/gstvideoaggregator.h
-include/gstreamer-1.0/gst/video/gstvideodecoder.h
-include/gstreamer-1.0/gst/video/gstvideoencoder.h
-include/gstreamer-1.0/gst/video/gstvideofilter.h
-include/gstreamer-1.0/gst/video/gstvideometa.h
-include/gstreamer-1.0/gst/video/gstvideopool.h
-include/gstreamer-1.0/gst/video/gstvideosink.h
-include/gstreamer-1.0/gst/video/gstvideotimecode.h
-include/gstreamer-1.0/gst/video/gstvideoutils.h
-include/gstreamer-1.0/gst/video/navigation.h
-include/gstreamer-1.0/gst/video/video-anc.h
-include/gstreamer-1.0/gst/video/video-blend.h
-include/gstreamer-1.0/gst/video/video-chroma.h
-include/gstreamer-1.0/gst/video/video-color.h
-include/gstreamer-1.0/gst/video/video-converter.h
-include/gstreamer-1.0/gst/video/video-dither.h
-include/gstreamer-1.0/gst/video/video-enumtypes.h
-include/gstreamer-1.0/gst/video/video-event.h
-include/gstreamer-1.0/gst/video/video-format.h
-include/gstreamer-1.0/gst/video/video-frame.h
-include/gstreamer-1.0/gst/video/video-info.h
-include/gstreamer-1.0/gst/video/video-multiview.h
-include/gstreamer-1.0/gst/video/video-overlay-composition.h
-include/gstreamer-1.0/gst/video/video-prelude.h
-include/gstreamer-1.0/gst/video/video-resampler.h
-include/gstreamer-1.0/gst/video/video-scaler.h
-include/gstreamer-1.0/gst/video/video-tile.h
-include/gstreamer-1.0/gst/video/video.h
-include/gstreamer-1.0/gst/video/videodirection.h
-include/gstreamer-1.0/gst/video/videoorientation.h
-include/gstreamer-1.0/gst/video/videooverlay.h
lib/gstreamer-1.0/include/gst/gl/gstglconfig.h
-lib/libgstallocators-1.0.la
lib/libgstgl-1.0.la
-lib/libgstvideo-1.0.la
diff --git a/gst-plugins1-opengl/Makefile b/gst-plugins1-opengl/Makefile
index 50e90481e7..71506dfc39 100644
--- a/gst-plugins1-opengl/Makefile
+++ b/gst-plugins1-opengl/Makefile
@@ -4,6 +4,8 @@ GST_PLUGINS1_NAME= opengl
GST_PLUGINS1_FLAGS= egl
GST_PLUGINS1_DIRS= ext/gl
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib
+
.include "../../multimedia/gst-plugins1-base/Makefile.common"
.include "../../wip/gst-plugins1-gl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index