guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: dragon: Switch to Phonon-VLC backend.


From: guix-commits
Subject: 02/03: gnu: dragon: Switch to Phonon-VLC backend.
Date: Tue, 30 Apr 2024 12:30:03 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 418a75b15733affac92254f03b9e74a0ba271fd9
Author: Sughosha via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Tue Apr 9 00:48:52 2024 +0530

    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>
---
 gnu/packages/kde-multimedia.scm | 14 +-------------
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]