From 284cc737830370e33c7d3a8a7d1976ef443e6d3c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 13 Mar 2026 16:03:04 +0900 Subject: [PATCH] gnu: gst-plugins-ugly: Enable GPL plugins. This enables dvdread, for DVD playback support, among others. * gnu/packages/gstreamer.scm (gst-plugins-ugly) [#configure-flags]: Add "-Dgpl=enabled". Change-Id: Ibff7cdf10b33b76ed79c771e4673afe36b02ce19 --- gnu/packages/gstreamer.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index d0ebe7a613..b0bb6c6c53 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1165,6 +1165,7 @@ after their category.") (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas + #:configure-flags #~(list "-Dgpl=enabled") #:phases #~(modify-phases %standard-phases #$@%common-gstreamer-phases