Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 00:50:34 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63b2ec122d52 - main - multimedia/gstreamer1-plugins-rust: limit gstreamer1-plugins-gl to GTK4 option
Message-ID:  <202401250050.40P0oYHF020065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63b2ec122d52aac87e075e1b16d4bf617abc7c46

commit 63b2ec122d52aac87e075e1b16d4bf617abc7c46
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-24 14:05:41 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-25 00:47:45 +0000

    multimedia/gstreamer1-plugins-rust: limit gstreamer1-plugins-gl to GTK4 option
---
 multimedia/gstreamer1-plugins-rust/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile
index fb4d0f678ce2..4b1e72d774a9 100644
--- a/multimedia/gstreamer1-plugins-rust/Makefile
+++ b/multimedia/gstreamer1-plugins-rust/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	cargo-cbuild:devel/cargo-c
 USES=		cargo gnome gstreamer meson pkgconfig python:build shebangfix ssl
 USE_GITLAB=	yes
 USE_GNOME=	glib20
-USE_GSTREAMER=	bad gl # webrtc
+USE_GSTREAMER=	bad # webrtc
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	gstreamer
 GL_PROJECT=	gst-plugins-rs
@@ -59,7 +59,7 @@ DAV1D_LIB_DEPENDS=	libdav1d.so:multimedia/dav1d
 DAV1D_MESON_ENABLED=	dav1d
 
 GTK4_LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene
-GTK4_USE=		GNOME=gtk40
+GTK4_USE=		GNOME=gtk40 GSTREAMER=gl
 GTK4_MESON_ENABLED=	gtk4
 
 PANGO_USE=		GNOME=cairo,pango



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250050.40P0oYHF020065>