all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Wingo <wingo@igalia.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.
Date: Fri, 21 Aug 2015 16:51:32 +0200	[thread overview]
Message-ID: <87bne0elu3.fsf@igalia.com> (raw)

[-- 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


             reply	other threads:[~2015-08-21 14:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-21 14:51 Andy Wingo [this message]
2015-08-21 20:47 ` [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency 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

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=87bne0elu3.fsf@igalia.com \
    --to=wingo@igalia.com \
    --cc=guix-devel@gnu.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.