pkgsrc-WIP-changes archive

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

gst-plugins1-base: disable wayland to get it to build



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Aug 17 17:55:24 2021 +0200
Changeset:	8a5f9f9cfe3de09ee12893c19e70068c1c575e9f

Modified Files:
	gst-plugins1-base/Makefile
	gst-plugins1-base/PLIST

Log Message:
gst-plugins1-base: disable wayland to get it to build

Otherwise it's now missing a header file during build on NetBSD 9.99.88/amd64.

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

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

diffstat:
 gst-plugins1-base/Makefile | 2 ++
 gst-plugins1-base/PLIST    | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/gst-plugins1-base/Makefile b/gst-plugins1-base/Makefile
index 7a09310711..079024000b 100644
--- a/gst-plugins1-base/Makefile
+++ b/gst-plugins1-base/Makefile
@@ -20,6 +20,8 @@ PKGCONFIG_OVERRIDE_STAGE=	pre-install
 
 PYTHON_FOR_BUILD_ONLY=		tool
 
+MESON_ARGS+=	-D gl_winsys=x11
+
 # for tests
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/gst-libs/gst/audio:${WRKSRC}/output/gst-libs/gst/video:${WRKSRC}/output/gst-libs/gst/tag:${WRKSRC}/output/gst-libs/gst/rtp:${WRKSRC}/output/gst-libs/gst/allocators:${WRKSRC}/output/gst-libs/gst/app:${WRKSRC}/output/gst-libs/gst/pbutils:${WRKSRC}/output/gst-libs/gst/gl:${WRKSRC}/output/gst-libs/ext/ogg:${WRKSRC}/output/gst-libs/ext/opus:${WRKSRC}/output/gst-libs/ext/theora:${WRKSRC}/output/gst-libs/ext/vorbis:${WRKSRC}/output/gst-libs/gst/riff:${WRKSRC}/output/gst-libs/gst/sdp:${WRKSRC}/output/gst-libs/gst/fft:${WRKSRC}/output/gst-libs/gst/rtsp
 
diff --git a/gst-plugins1-base/PLIST b/gst-plugins1-base/PLIST
index 75145baf77..22d74f6d8f 100644
--- a/gst-plugins1-base/PLIST
+++ b/gst-plugins1-base/PLIST
@@ -101,8 +101,6 @@ 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
-include/gstreamer-1.0/gst/gl/wayland/gstgldisplay_wayland.h
-include/gstreamer-1.0/gst/gl/wayland/wayland.h
 include/gstreamer-1.0/gst/gl/x11/gstgldisplay_x11.h
 include/gstreamer-1.0/gst/gl/x11/x11.h
 include/gstreamer-1.0/gst/pbutils/codec-utils.h
@@ -196,7 +194,6 @@ lib/girepository-1.0/GstApp-1.0.typelib
 lib/girepository-1.0/GstAudio-1.0.typelib
 lib/girepository-1.0/GstGL-1.0.typelib
 lib/girepository-1.0/GstGLEGL-1.0.typelib
-lib/girepository-1.0/GstGLWayland-1.0.typelib
 lib/girepository-1.0/GstGLX11-1.0.typelib
 lib/girepository-1.0/GstPbutils-1.0.typelib
 lib/girepository-1.0/GstRtp-1.0.typelib
@@ -280,7 +277,6 @@ lib/pkgconfig/gstreamer-fft-1.0.pc
 lib/pkgconfig/gstreamer-gl-1.0.pc
 lib/pkgconfig/gstreamer-gl-egl-1.0.pc
 lib/pkgconfig/gstreamer-gl-prototypes-1.0.pc
-lib/pkgconfig/gstreamer-gl-wayland-1.0.pc
 lib/pkgconfig/gstreamer-gl-x11-1.0.pc
 lib/pkgconfig/gstreamer-pbutils-1.0.pc
 lib/pkgconfig/gstreamer-plugins-base-1.0.pc
@@ -298,7 +294,6 @@ share/gir-1.0/GstApp-1.0.gir
 share/gir-1.0/GstAudio-1.0.gir
 share/gir-1.0/GstGL-1.0.gir
 share/gir-1.0/GstGLEGL-1.0.gir
-share/gir-1.0/GstGLWayland-1.0.gir
 share/gir-1.0/GstGLX11-1.0.gir
 share/gir-1.0/GstPbutils-1.0.gir
 share/gir-1.0/GstRtp-1.0.gir


Home | Main Index | Thread Index | Old Index