all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70290@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70290] [PATCH 2/3] gnu: dragon: Switch to Phonon-VLC backend.
Date: Tue,  9 Apr 2024 00:48:52 +0530	[thread overview]
Message-ID: <7948f41fe2e2c841602dfd8e659e03523e0ad09a.1712602406.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1712602405.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(-)

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





  parent reply	other threads:[~2024-04-08 19:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08 19:18 [bug#70289] [PATCH 0/3] Use Phonon-VLC backend for juk and dragon Sughosha via Guix-patches via
2024-04-08 19:18 ` [bug#70288] [PATCH 1/3] gnu: Add phonon-backend-vlc Sughosha via Guix-patches via
2024-04-30 16:30   ` bug#70288: " Z572
2024-04-08 19:18 ` Sughosha via Guix-patches via [this message]
2024-04-08 19:18 ` [bug#70291] [PATCH 3/3] gnu: juk: Switch to Phonon-VLC backend Sughosha via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7948f41fe2e2c841602dfd8e659e03523e0ad09a.1712602406.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70290@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.