diff options
author | Sughosha via Guix-patches via <guix-patches@gnu.org> | 2024-04-09 00:48:52 +0530 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-05-01 00:21:53 +0800 |
commit | 418a75b15733affac92254f03b9e74a0ba271fd9 (patch) | |
tree | 335fbd242f05f2ea2a10966cdc95e73fc3381b94 | |
parent | 40cf627160f14b7077094e1999de189309e41058 (diff) | |
download | guix-418a75b15733affac92254f03b9e74a0ba271fd9.tar.gz guix-418a75b15733affac92254f03b9e74a0ba271fd9.zip |
gnu: dragon: Switch to Phonon-VLC backend.
* gnu/packages/kde-multimedia.scm (dragon):
Delete [arguments].
[inputs]: Remove phonon-plugin-gstreamer, gst-plugins-base and
gst-plugins-good. Add phonon-plugin-vlc.
Change-Id: I162717269085cfc025b03a3cc24b5f99346ce0be
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-rw-r--r-- | gnu/packages/kde-multimedia.scm | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm index 655ae39277..77cafb6090 100644 --- a/gnu/packages/kde-multimedia.scm +++ b/gnu/packages/kde-multimedia.scm @@ -126,21 +126,9 @@ This package is part of the KDE multimedia module.") kxmlgui breeze-icons ; default icon set phonon - phonon-backend-gstreamer - gst-plugins-base - gst-plugins-good + phonon-backend-vlc qtbase-5 solid)) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'qt-wrap 'gst-wrap - (lambda* (#:key inputs outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out")) - (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))) - (wrap-program (string-append out "/bin/dragon") - `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))) - #t)))))) (home-page "https://apps.kde.org/dragonplayer/") (synopsis "Simple video player") (description "Dragon Player is a multimedia player where the focus is on |