Date: Sat, 22 Apr 2023 14:45:24 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: 3d8529653645 - main - multimedia/gstreamer1-plugins-rust: unbreak GTK4 runtime Message-ID: <202304221445.33MEjOh4039811@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=3d85296536452362f171ca69b93892243b5426df commit 3d85296536452362f171ca69b93892243b5426df Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-22 13:16:19 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-22 14:36:57 +0000 multimedia/gstreamer1-plugins-rust: unbreak GTK4 runtime Unsupported GDK display :0 for GL --- multimedia/gstreamer1-plugins-rust/Makefile | 4 ++++ multimedia/gstreamer1-plugins-rust/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 38635b753c05..db7039a3395c 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -1,7 +1,11 @@ PORTNAME= gstreamer1-plugins-rust DISTVERSION= 0.10.6 +PORTREVISION= 1 CATEGORIES= multimedia +PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ +PATCHFILES+= 7915189a1599.patch:-p1 # https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1191 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Various GStreamer plugins written in Rust WWW= https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs diff --git a/multimedia/gstreamer1-plugins-rust/distinfo b/multimedia/gstreamer1-plugins-rust/distinfo index 4fd0319d91f2..d9431665a8bb 100644 --- a/multimedia/gstreamer1-plugins-rust/distinfo +++ b/multimedia/gstreamer1-plugins-rust/distinfo @@ -963,3 +963,5 @@ SHA256 (gtk-rs-gtk4-rs-5810f2d84b216e545f530e8757d666d0841b2679_GH0.tar.gz) = 49 SIZE (gtk-rs-gtk4-rs-5810f2d84b216e545f530e8757d666d0841b2679_GH0.tar.gz) = 10417345 SHA256 (gstreamer-gst-plugins-rs-88548f41b661c26e6e15035e83884542968f67be_GL0.tar.gz) = 2729709d89bc0cd564248e41ff2848605144fc843d75db42c1a97c0a08c5be90 SIZE (gstreamer-gst-plugins-rs-88548f41b661c26e6e15035e83884542968f67be_GL0.tar.gz) = 1902968 +SHA256 (7915189a1599.patch) = 206a9b89e1856cb5aefbe5ed56676232f25254f4d832073b5c1b4075aea3b31b +SIZE (7915189a1599.patch) = 3637
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304221445.33MEjOh4039811>