[PATCH 2/3] gnu: dragon: Switch to Phonon-VLC backend.

  • Done
  • quality assurance status badge
Details
One participant
  • Sughosha
Owner
unassigned
Submitted by
Sughosha
Severity
normal
Merged with

Debbugs page

S
S
Sughosha wrote on 8 Apr 12:18 -0700
(address . guix-patches@gnu.org)(name . Sughosha)(address . sughosha@disroot.org)
7948f41fe2e2c841602dfd8e659e03523e0ad09a.1712602406.git.sughosha@disroot.org
* 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
---
gnu/packages/kde-multimedia.scm | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)

Toggle diff (29 lines)
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 @@ (define-public dragon
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
--
2.41.0
S
S
Sughosha wrote on 8 Apr 12:42 -0700
control message for bug #70289
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
12427676.O9o76ZdvQC@omen_by_hp_laptop
merge 70289 70291 70290 70288
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70290@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70290
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch