Skip to content

Commit

Permalink
x11-toolkits/gtk40: enable GSTREAMER by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbeich committed Nov 1, 2022
1 parent 23ee7b5 commit 8452483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11-toolkits/gtk40/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= gtk
PORTVERSION= 4.8.2
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
PKGNAMESUFFIX= 4
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8452483

Please sign in to comment.