soundjuicer and mp3

Dear all

I am running sarge. How can I rip a CD into mp3 with soundjuicer? I need
gstreamer-lame, but I don't know how install it in sarge. I was looking
the archives, but without success.

Thanks in advance!

Marcelo

--
Marcelo Chiapparini

--

No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

soundjuicer and mp3

Hello Marcelo.

Marcelo Chiapparini, 31.12.2006 15:29:
> I am running sarge. How can I rip a CD into mp3 with soundjuicer? I need
> gstreamer-lame, but I don't know how install it in sarge.

Try this:

apt-get install gstreamer0.8-lame

After adding Marillat’s repository:

http://debian-multimedia.org/

Just in case, this is my gstreamer pipeline:

audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=320 ! id3v2mux

Regards, Mathias

--
debian/rules

soundjuicer and mp3

On Sun, 2006-12-31 at 15:34 +0100, Mathias Brodala wrote:
> Hello Marcelo.
>
> Marcelo Chiapparini, 31.12.2006 15:29:
> > I am running sarge. How can I rip a CD into mp3 with soundjuicer? I need
> > gstreamer-lame, but I don't know how install it in sarge.
>
> Try this:
>
> apt-get install gstreamer0.8-lame
>
> After adding Marillat’s repository:
>
> http://debian-multimedia.org/
>
> Just in case, this is my gstreamer pipeline:
>
> audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=0 bitrate=320 ! id3v2mux
>
>
> Regards, Mathias
>

Hi Mathias,

thank you for your answer! My sources.list file has the Marillat
repository:

deb http://www.debian-multimedia.org/ sarge main

Now the output from aptitude:

marcelo:~$ sudo aptitude install gstreamer0.8-lame
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Couldn't find any package whose name or description matched
"gstreamer0.8-lame"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

I am afraid that gstreamer0.8-lame is not in Marillat's sarge
repository... any suggestion?

Regards

Marcelo

--
Marcelo Chiapparini

soundjuicer and mp3

Hello Marcelo.

Marcelo Chiapparini, 31.12.2006 16:27:
> thank you for your answer! My sources.list file has the Marillat
> repository:
>
> deb http://www.debian-multimedia.org/ sarge main
>
> Now the output from aptitude:

Did you run „aptitude update“ before this?

Regards, Mathias

--
debian/rules

soundjuicer and mp3

On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
> Hello Marcelo.
>
> Marcelo Chiapparini, 31.12.2006 16:27:
> > thank you for your answer! My sources.list file has the Marillat
> > repository:
> >
> > deb http://www.debian-multimedia.org/ sarge main
> >
> > Now the output from aptitude:
>
> Did you run „aptitude update“ before this?
>
>
> Regards, Mathias
>

Mathias,

I run update periodically. However, I ran aptitude update again now, and
I got the same result as before: Couldn't find any package whose name or
description matched "gstreamer0.8-lame"...

are you running sarge?

regards,

Marcelo

--
Marcelo Chiapparini

soundjuicer and mp3

Hello Marcelo.

Marcelo Chiapparini, 31.12.2006 16:42:
> On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
>> Marcelo Chiapparini, 31.12.2006 16:27:
>>> thank you for your answer! My sources.list file has the Marillat
>>> repository:
>>>
>>> deb http://www.debian-multimedia.org/ sarge main
>>>
>>> Now the output from aptitude:
>> Did you run „aptitude update“ before this?
>
> I run update periodically. However, I ran aptitude update again now, and
> I got the same result as before: Couldn't find any package whose name or
> description matched "gstreamer0.8-lame"...
>
> are you running sarge?

No, I’m running Sid. And indeed, there seems no such package for Sarge on d-m.o,
sorry about that. The packages are here[0], maybe they still work for you.

Regards, Mathias

[0]
ftp://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/pool/main/g/gst-plugins0.8/

--
debian/rules

soundjuicer and mp3

On Sun, 2006-12-31 at 17:01 +0100, Mathias Brodala wrote:
> Hello Marcelo.
>
> Marcelo Chiapparini, 31.12.2006 16:42:
> > On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
> >> Marcelo Chiapparini, 31.12.2006 16:27:
> >>> thank you for your answer! My sources.list file has the Marillat
> >>> repository:
> >>>
> >>> deb http://www.debian-multimedia.org/ sarge main
> >>>
> >>> Now the output from aptitude:
> >> Did you run „aptitude update“ before this?
> >
> > I run update periodically. However, I ran aptitude update again now, and
> > I got the same result as before: Couldn't find any package whose name or
> > description matched "gstreamer0.8-lame"...
> >
> > are you running sarge?
>
> No, I’m running Sid. And indeed, there seems no such package for Sarge on d-m.o,
> sorry about that. The packages are here[0], maybe they still work for you.
>
>
> Regards, Mathias
>
> [0]
> ftp://ftp.sunet.se/pub/os/Linux/distributions/debian-multimedia/pool/main/g/gst-plugins0.8/
>

Thank you very much for the link! I have tried to install the package
gstreamer0.8-lame_0.8.12-0.2_i386.deb, but it depens on a bunch of other
packages which versions in sarge are too old :(. I will continue to use
grip in order to rip mp3... and wait for etch to use soundjuicer...

Thanks again and have a happy new year!

Marcelo

--
Marcelo Chiapparini

soundjuicer and mp3

On Sunday 31 December 2006 16:42, Marcelo Chiapparini wrote:
> On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
> > Hello Marcelo.
> >
> > Marcelo Chiapparini, 31.12.2006 16:27:
> > > thank you for your answer! My sources.list file has the Marillat
> > > repository:
> > >
> > > deb http://www.debian-multimedia.org/ sarge main
> > >
> > > Now the output from aptitude:
> >
> > Did you run „aptitude update“ before this?
> >
> >
> > Regards, Mathias
>
> Mathias,
>
> I run update periodically. However, I ran aptitude update again now, and
> I got the same result as before: Couldn't find any package whose name or
> description matched "gstreamer0.8-lame"...
>
> are you running sarge?
>
> regards,
>
> Marcelo

Out of interest I've just added Marillats repo to my Etch install. I don't use
aptitude, but apt-get, and synaptic. There is a gstreamer-lame there, but it
is version gstreamer0.10-lame, which is the same version as all the other
gstreamer stuff on the list.

Nigel.

soundjuicer and mp3

On Sunday 31 December 2006 18:17, Nigel Henry wrote:
> On Sunday 31 December 2006 16:42, Marcelo Chiapparini wrote:
> > On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
> > > Hello Marcelo.
> > >
> > > Marcelo Chiapparini, 31.12.2006 16:27:
> > > > thank you for your answer! My sources.list file has the Marillat
> > > > repository:
> > > >
> > > > deb http://www.debian-multimedia.org/ sarge main
> > > >
> > > > Now the output from aptitude:
> > >
> > > Did you run „aptitude update“ before this?
> > >
> > >
> > > Regards, Mathias
> >
> > Mathias,
> >
> > I run update periodically. However, I ran aptitude update again now, and
> > I got the same result as before: Couldn't find any package whose name or
> > description matched "gstreamer0.8-lame"...
> >
> > are you running sarge?
> >
> > regards,
> >
> > Marcelo
>
> Out of interest I've just added Marillats repo to my Etch install. I don't
> use aptitude, but apt-get, and synaptic. There is a gstreamer-lame there,
> but it is version gstreamer0.10-lame, which is the same version as all the
> other gstreamer stuff on the list.
>
> Nigel.

Apologies for replying to myself, but further down synaptics list is
gstreamer0.8-lame.

I know I'm not in Sarge at the moment, so can't check out if it's available
there. It may be worth checking that you have no typo
in /etc/apt/sources.list for the Marillat repo, and that the key is installed
ok.

Nigel.

soundjuicer and mp3

On Sun, 2006-12-31 at 18:30 +0100, Nigel Henry wrote:
> On Sunday 31 December 2006 18:17, Nigel Henry wrote:
> > On Sunday 31 December 2006 16:42, Marcelo Chiapparini wrote:
> > > On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
> > > > Hello Marcelo.
> > > >
> > > > Marcelo Chiapparini, 31.12.2006 16:27:
> > > > > thank you for your answer! My sources.list file has the Marillat
> > > > > repository:
> > > > >
> > > > > deb http://www.debian-multimedia.org/ sarge main
> > > > >
> > > > > Now the output from aptitude:
> > > >
> > > > Did you run „aptitude update“ before this?
> > > >
> > > >
> > > > Regards, Mathias
> > >
> > > Mathias,
> > >
> > > I run update periodically. However, I ran aptitude update again now, and
> > > I got the same result as before: Couldn't find any package whose name or
> > > description matched "gstreamer0.8-lame"...
> > >
> > > are you running sarge?
> > >
> > > regards,
> > >
> > > Marcelo
> >
> > Out of interest I've just added Marillats repo to my Etch install. I don't
> > use aptitude, but apt-get, and synaptic. There is a gstreamer-lame there,
> > but it is version gstreamer0.10-lame, which is the same version as all the
> > other gstreamer stuff on the list.
> >
> > Nigel.
>
> Apologies for replying to myself, but further down synaptics list is
> gstreamer0.8-lame.
>
> I know I'm not in Sarge at the moment, so can't check out if it's available
> there. It may be worth checking that you have no typo
> in /etc/apt/sources.list for the Marillat repo, and that the key is installed
> ok.

Hello Nigel, thank you for reply. No, I have no typos
in /etc/apt/sources.list for the Marillat repo... I don't know about the
key... by the way, does exist a list of all the software in Marillat
repository?

Thanks!

Marcelo

--
Marcelo Chiapparini

soundjuicer and mp3

On Sunday 31 December 2006 21:13, Marcelo Chiapparini wrote:
> On Sun, 2006-12-31 at 18:30 +0100, Nigel Henry wrote:
> > On Sunday 31 December 2006 18:17, Nigel Henry wrote:
> > > On Sunday 31 December 2006 16:42, Marcelo Chiapparini wrote:
> > > > On Sun, 2006-12-31 at 16:30 +0100, Mathias Brodala wrote:
> > > > > Hello Marcelo.
> > > > >
> > > > > Marcelo Chiapparini, 31.12.2006 16:27:
> > > > > > thank you for your answer! My sources.list file has the Marillat
> > > > > > repository:
> > > > > >
> > > > > > deb http://www.debian-multimedia.org/ sarge main
> > > > > >
> > > > > > Now the output from aptitude:
> > > > >
> > > > > Did you run „aptitude update“ before this?
> > > > >
> > > > >
> > > > > Regards, Mathias
> > > >
> > > > Mathias,
> > > >
> > > > I run update periodically. However, I ran aptitude update again now,
> > > > and I got the same result as before: Couldn't find any package whose
> > > > name or description matched "gstreamer0.8-lame"...
> > > >
> > > > are you running sarge?
> > > >
> > > > regards,
> > > >
> > > > Marcelo
> > >
> > > Out of interest I've just added Marillats repo to my Etch install. I
> > > don't use aptitude, but apt-get, and synaptic. There is a
> > > gstreamer-lame there, but it is version gstreamer0.10-lame, which is
> > > the same version as all the other gstreamer stuff on the list.
> > >
> > > Nigel.
> >
> > Apologies for replying to myself, but further down synaptics list is
> > gstreamer0.8-lame.
> >
> > I know I'm not in Sarge at the moment, so can't check out if it's
> > available there. It may be worth checking that you have no typo
> > in /etc/apt/sources.list for the Marillat repo, and that the key is
> > installed ok.
>
> Hello Nigel, thank you for reply. No, I have no typos
> in /etc/apt/sources.list for the Marillat repo... I don't know about the
> key... by the way, does exist a list of all the software in Marillat
> repository?
>
> Thanks!
>
> Marcelo

I've just emailed Christian Marillat to see if there is a list of available
packages. I know for third party repo's for Fedora core, there is normally a
list of available packages, and you can download individual packages with no
problem. Of course there may be dependency issues that, if you downloaded the
packages with apt-get, dependencies would be resolved by apt-get, but might
find yourself in dependency hell otherwise.

Just wait and see if I get a reply from him.

Nigel.

soundjuicer and mp3

On Sunday 31 December 2006 21:13, Marcelo Chiapparini wrote:

> Hello Nigel, thank you for reply. No, I have no typos
> in /etc/apt/sources.list for the Marillat repo... I don't know about the
> key... by the way, does exist a list of all the software in Marillat
> repository?
>
> Thanks!
>
> Marcelo

Hi Marcelo. Christian Marillat replied with a URL for the unstable (sid) list,
as below.
http://www.debian-multimedia.org/dists/unstable/main/binary-i386/Packages

You just need to change "unstable" in the URL to "sarge" for example.
http://www.debian-multimedia.org/dists/sarge/main/binary-i386/Packages

btw. It does appear that gstreamer-lame is not available for Sarge.

All the best.

Nigel.

--

soundjuicer and mp3

Hi Nigel!

On Mon, 2007-01-01 at 13:32 +0100, Nigel Henry wrote:
> On Sunday 31 December 2006 21:13, Marcelo Chiapparini wrote:
>
> > Hello Nigel, thank you for reply. No, I have no typos
> > in /etc/apt/sources.list for the Marillat repo... I don't know about the
> > key... by the way, does exist a list of all the software in Marillat
> > repository?
> >
> > Thanks!
> >
> > Marcelo
>
> Hi Marcelo. Christian Marillat replied with a URL for the unstable (sid) list,
> as below.
> http://www.debian-multimedia.org/dists/unstable/main/binary-i386/Packages
>
> You just need to change "unstable" in the URL to "sarge" for example.
> http://www.debian-multimedia.org/dists/sarge/main/binary-i386/Packages

Thank you very much for your time and help!!! I want a list of software
just to know if a particular package is available or not for sarge. I
always use apt-get or aptitude to install programs.

> btw. It does appear that gstreamer-lame is not available for Sarge.

snif! I will wait to Etch in order to use soundjuicer. In the meantime,
grip is doing a great job.

With the best regards

Marcelo

--
Marcelo Chiapparini

--

soundjuicer and mp3

Hello.

Nigel Henry, 31.12.2006 18:30:
> It may be worth checking that […] the key is installed
> ok.

This doesn’t matter on Sarge since the whole archive signing started after its
release and will be shipped for the first time with Etch.

Regards, Mathias

--
debian/rules

Syndicate content