Re: [PATCH] gnu: Add rhythmbox.

2015-07-06 Thread David Hashe
On Mon, Jul 6, 2015 at 2:34 PM, Mark H Weaver wrote: > David Hashe writes: > > > On Sun, Jul 5, 2015 at 2:24 PM, Amirouche Boubekki > > wrote: > > > > I only tried to play mp3 and ogg. Ogg works. I did not try > > burning audio cds. > > I will try later today or tomorrow

Re: [PATCH] gnu: Add rhythmbox.

2015-07-06 Thread Mark H Weaver
David Hashe writes: > On Sun, Jul 5, 2015 at 2:24 PM, Amirouche Boubekki > wrote: > > I only tried to play mp3 and ogg. Ogg works. I did not try > burning audio cds. > I will try later today or tomorrow. > > > mp3 support requires gst-plugins-ugly, which includes

Re: [PATCH] gnu: Add rhythmbox.

2015-07-06 Thread Mark H Weaver
Amirouche Boubekki writes: > On 2015-07-05 17:28, David Hashe wrote: >> Hi Ludo and Ricardo, >> >> The 'uridecodebin' error is a result of GST_PLUGIN_SYSTEM_PATH not >> being set. However, the recent patch to gstreamer adds that to its >> native search paths, so that error should be resolved now

Re: [PATCH] gnu: Add rhythmbox.

2015-07-05 Thread David Hashe
;> imported at all. >>>>>> >>>>> >>>>> > I used to have errors when I did not install gstreamer plugins. > > > My bad on saying that GST_PLUGIN_SYSTEM_PATH is not required; I resourced my .bashrc but left the path in my environment

Re: [PATCH] gnu: Add rhythmbox.

2015-07-05 Thread Amirouche Boubekki
On 2015-07-05 19:45, Amirouche Boubekki wrote: On 2015-07-05 17:28, David Hashe wrote: Hi Ludo and Ricardo, The 'uridecodebin' error is a result of GST_PLUGIN_SYSTEM_PATH not being set. However, the recent patch to gstreamer adds that to its native search paths, so that error should be resolved

Re: [PATCH] gnu: Add rhythmbox.

2015-07-05 Thread Amirouche Boubekki
On 2015-07-05 17:28, David Hashe wrote: Hi Ludo and Ricardo, The 'uridecodebin' error is a result of GST_PLUGIN_SYSTEM_PATH not being set. However, the recent patch to gstreamer adds that to its native search paths, so that error should be resolved now on an updated system. I had a line defining

Re: [PATCH] gnu: Add rhythmbox.

2015-07-05 Thread David Hashe
igate this > soon. > > David, is Rhythmbox working for without any such errors? Are you using > GuixSD? > > ~~ Ricardo > > From 91d42139d7344ddb812e12a3c0a67647b51271d8 Mon Sep 17 00:00:00 2001 From: David Hashe Date: Sun, 5 Jul 2015 10:24:22 -0500 Subject: [PATCH] gnu: Add rhythmbox. * gnu/packages/gnome.sc

Re: [PATCH] gnu: Add rhythmbox.

2015-07-05 Thread Ricardo Wurmus
>> So, I applied the patch, built rhythmbox, and installed it into a >> separate profile. It starts up fine and begins importing files from >> ~/Music but I get a *lot* of import errors: >> >>“Couldn’t create ‘uridecodebin’ element” >> >> I see this for a great many ogg and mp3 files in my ~/

Re: [PATCH] gnu: Add rhythmbox.

2015-07-05 Thread Ludovic Courtès
Hi David, Ricardo, Ricardo Wurmus skribis: > So, I applied the patch, built rhythmbox, and installed it into a > separate profile. It starts up fine and begins importing files from > ~/Music but I get a *lot* of import errors: > >“Couldn’t create ‘uridecodebin’ element” > > I see this for a

Re: [PATCH] gnu: Add rhythmbox.

2015-06-26 Thread Ricardo Wurmus
> Updated patch attached. So, I applied the patch, built rhythmbox, and installed it into a separate profile. It starts up fine and begins importing files from ~/Music but I get a *lot* of import errors: “Couldn’t create ‘uridecodebin’ element” I see this for a great many ogg and mp3 files i

Re: [PATCH] gnu: Add rhythmbox.

2015-06-18 Thread David Hashe
straight to CD. Your comment also made me realize that I had the home-page wrong; I've fixed that. > > + (description "Rhythmbox is a music playing application for GNOME. It > supports > > +playlists, song ratings, and any codecs installed through > &g

Re: [PATCH] gnu: Add rhythmbox.

2015-06-18 Thread Ricardo Wurmus
David Hashe writes: > * gnu/packages/gnome.scm (rhythmbox): New variable. [...] > +(define-public rhythmbox > + (package > + (name "rhythmbox") > + (version "3.2.1") > + (source (origin > +(method url-fetch) > +(uri (string-append "mirror://gnome/sources/rhythmbox

[PATCH] gnu: Add rhythmbox.

2015-06-17 Thread David Hashe
* gnu/packages/gnome.scm (rhythmbox): New variable. --- gnu/packages/gnome.scm | 48 1 file changed, 48 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4af1d13..bfe4b30 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/