[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59569] [PATCH v2 1/2] gnu: Add gst-plugins-good-qt.
From: |
Martin Schmidt |
Subject: |
[bug#59569] [PATCH v2 1/2] gnu: Add gst-plugins-good-qt. |
Date: |
Sat, 26 Nov 2022 18:35:54 +0100 |
* gnu/packages/gstreamer.scm (gst-plugins-good-qt): New variable.
---
gnu/packages/gstreamer.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a92588a9e2..37e74b706b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -734,6 +734,17 @@ (define libsoup
(home-page "https://gstreamer.freedesktop.org/")
(license license:lgpl2.0+)))
+(define-public gst-plugins-good-qt
+ (package
+ (inherit gst-plugins-good)
+ (name "gst-plugins-good-qt")
+ (inputs
+ (modify-inputs (package-inputs gst-plugins-good)
+ (prepend qtbase-5
+ qtdeclarative-5
+ qtwayland-5
+ qtx11extras)))))
+
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
base-commit: 8f3e10ae819aabbe8216bfee6cd3e7857bc27293
--
2.38.1