unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55710] [PATCH] gnu: quodlibet: Set GST_PLUGIN_SYSTEM_PATH.
@ 2022-05-29 16:03 Bassam Saeed
  2022-05-30 19:54 ` bug#55710: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Bassam Saeed @ 2022-05-29 16:03 UTC (permalink / raw)
  To: 55710


[-- Attachment #1.1: Type: text/plain, Size: 594 bytes --]

Hi all,

Currently, quodlibet is unable to find a gstreamer audio sink when playing
audio unless the relevant gst-plugins is explicitly installed in your
profile. For me that's gst-plugins-good. Currently, existing packaged
applications such as Strawberry and Clementine explicitly set the
GST_PLUGIN_SYSTEM_PATH. I've adapted this for Quodlibet with my patch. I
suppose an alternative might be to include the gst plugins as
propagated-inputs but I'm not certain about that. I decided to just follow
the current practice.

Hope everything is right here. My first patch to guix.

Cheers,
Bassam

[-- Attachment #1.2: Type: text/html, Size: 725 bytes --]

[-- Attachment #2: 0001-gnu-quodlibet-Set-GST_PLUGIN_SYSTEM_PATH.patch --]
[-- Type: text/x-patch, Size: 1297 bytes --]

From 1c0a33328b3475f39d10d9a668ba11f702b962dd Mon Sep 17 00:00:00 2001
Message-Id: <1c0a33328b3475f39d10d9a668ba11f702b962dd.1653839478.git.bassam.saeed@gmail.com>
From: Bassam Saeed <bassam.saeed@gmail.com>
Date: Sun, 29 May 2022 11:35:57 -0400
Subject: [PATCH] gnu: quodlibet: Set GST_PLUGIN_SYSTEM_PATH.

---
 gnu/packages/music.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9011f262a4..b4ff2bef0e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6904,6 +6904,13 @@ (define-public quodlibet
                            ,@%glib-or-gtk-build-system-modules)
       #:phases
       #~(modify-phases %standard-phases
+          (add-after 'install 'wrap-program
+            (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/quodlibet")
+                  `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)))
+                #t)))
           (add-before 'check 'pre-check
             (lambda _
               (setenv "HOME" (getcwd))))

base-commit: 9cd22702b87f873f7e307c99b406fb758e5a307c
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55710: [PATCH] gnu: quodlibet: Set GST_PLUGIN_SYSTEM_PATH.
  2022-05-29 16:03 [bug#55710] [PATCH] gnu: quodlibet: Set GST_PLUGIN_SYSTEM_PATH Bassam Saeed
@ 2022-05-30 19:54 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-05-30 19:54 UTC (permalink / raw)
  To: Bassam Saeed, 55710-done

Am Sonntag, dem 29.05.2022 um 12:03 -0400 schrieb Bassam Saeed:
> Hi all,
> 
> Currently, quodlibet is unable to find a gstreamer audio sink when
> playing audio unless the relevant gst-plugins is explicitly installed
> in your profile. For me that's gst-plugins-good. Currently, existing
> packaged applications such as Strawberry and Clementine explicitly
> set the GST_PLUGIN_SYSTEM_PATH. I've adapted this for Quodlibet with
> my patch. I suppose an alternative might be to include the gst
> plugins as propagated-inputs but I'm not certain about that. I
> decided to just follow the current practice.
> 
> Hope everything is right here. My first patch to guix.
Pushed a different patch that essentially does the same.  Thanks for
pointing this out.

Cheers




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-30 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29 16:03 [bug#55710] [PATCH] gnu: quodlibet: Set GST_PLUGIN_SYSTEM_PATH Bassam Saeed
2022-05-30 19:54 ` bug#55710: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).