unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.
@ 2015-08-21 14:51 Andy Wingo
  2015-08-21 20:47 ` Mark H Weaver
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Wingo @ 2015-08-21 14:51 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

Not sure what the right solution to this mess is; ideally a user would
just have to install a set of gstreamer plugins and those would work
across all of their applications, and you wouldn't have to specify the
plugins for each gst-using app.  Dunno.  For now this works better than
not being able to play mp3s tho :P

Andy


[-- Attachment #2: 0001-gnu-rhythmbox-Add-gst-plugins-ugly-dep.patch --]
[-- Type: text/plain, Size: 893 bytes --]

From d73e56bbb687eb42a7449aca37c807afdbf2cbaf Mon Sep 17 00:00:00 2001
From: Andy Wingo <wingo@igalia.com>
Date: Fri, 21 Aug 2015 16:49:31 +0200
Subject: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dep.

* gnu/packages/gnome.scm (rhythmbox): Depend on gst-plugins-ugly so that we
  can play mp3 files.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b97c9ff..433a37a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3007,6 +3007,7 @@ which can read a large number of file formats.")
       ("gstreamer" ,gstreamer)
       ("gst-plugins-base" ,gst-plugins-base)
       ("gst-plugins-good" ,gst-plugins-good)
+      ("gst-plugins-ugly" ,gst-plugins-ugly)
       ("totem-pl-parser" ,totem-pl-parser)
       ("libgudev" ,libgudev)
       ;;("libmtp" ,libmtp) FIXME: Not detected
-- 
2.4.3


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

end of thread, other threads:[~2015-10-15 21:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 14:51 [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency Andy Wingo
2015-08-21 20:47 ` Mark H Weaver
2015-08-24  7:43   ` Andy Wingo
2015-08-24 16:14     ` Mark H Weaver
2015-08-24 16:26       ` Andy Wingo
2015-08-25 13:35         ` 宋文武
2015-08-25 15:19   ` Ludovic Courtès
2015-10-15 21:12     ` Ludovic Courtès

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).