git: 8452483c93f3 - main - x11-toolkits/gtk40: enable GSTREAMER by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 18:24:41 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8452483c93f3607a894e62432641d8a60af30659
commit 8452483c93f3607a894e62432641d8a60af30659
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-01 16:53:36 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-01 18:24:37 +0000
x11-toolkits/gtk40: enable GSTREAMER by default
Required for Gtk.MediaFile by video-trimmer and fractal >= 5 e.g.,
$ video-trimmer foo.mp4
(video-trimmer:12345): VideoTrimmer-WARNING **: src/video_preview.rs:142: Error in MediaFile: GTK could not find a media module. Check your installation.
---
x11-toolkits/gtk40/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-toolkits/gtk40/Makefile b/x11-toolkits/gtk40/Makefile
index a6e133fac75a..5f4de738c91e 100644
--- a/x11-toolkits/gtk40/Makefile
+++ b/x11-toolkits/gtk40/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gtk
PORTVERSION= 4.8.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
PKGNAMESUFFIX= 4
@@ -47,7 +48,7 @@ GLIB_SCHEMAS= org.gtk.Demo4.gschema.xml \
OPTIONS_DEFINE= CUPS COLORD DEBUG BROADWAY FFMPEG \
GSTREAMER VULKAN WAYLAND X11
-OPTIONS_DEFAULT=CUPS COLORD BROADWAY VULKAN WAYLAND X11
+OPTIONS_DEFAULT=CUPS COLORD BROADWAY GSTREAMER VULKAN WAYLAND X11
OPTIONS_SUB= yes
BROADWAY_DESC= Enable GDK Broadway backend for showing GTK+ in the webbrowser using HTML5 and web sockets.