The Sound Juicer package contains the sound-juicer program, a simple and clean CD ripping tool. This is useful for extracting the audio tracks from audio compact discs and converting them into audio files. It can also play the audio tracks directly from the CD, allowing you to preview the CD before ripping it. Sound Juicer is designed to be easy to use, and to work with little user intervention. When you start sound-juicer it will examine the CD in the drive and try to locate information about the audio tracks using the MusicBrainz service.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.14/sound-juicer-2.14.5.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.14/sound-juicer-2.14.5.tar.bz2
Download MD5 sum: 2bb23f1bd7751eb9f14f2446beed15e0
Download size: 883 KB
Estimated disk space required: 11.8 MB
Estimated build time: 0.2 SBU
GNOME Media-2.14.2, GStreamer Base Plug-ins-0.10.11 (for the cdparanoiasrc, gnomevfssink and vorbisenc plugins), and libmusicbrainz-2.1.4
intltool-0.34.2, GStreamer Good Plug-ins-0.10.4 (for the flacenc and wavenc plugins), GStreamer Ugly Plug-ins-0.10.4 (for the lame plugin), libcdio (which can use CDParanoia-III-9.8, libcddb, and VCDImager), and TagLib
At a minimum you should have the following plugins configured into the GStreamer installation: cdparanoiasrc and gnomevfssink. If either of these plugins are not configured into the GStreamer setup, Sound Juicer will fail at run-time. Additionally, if you need to encode in Ogg Vorbis, FLAC, Wave or MP3 formats, you should ensure the vorbisenc, flacenc, wavenc and lame plugins are configured into GStreamer. You can easily determine if you have the necessary plugins configured by using the gst-inspect program. Here is an example:
gst-inspect | grep cdparanoiasrc
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sound-juicer
Install Sound_Juicer by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.14.3 \ --localstatedir=/var/lib && make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.
--sysconfdir=/etc/gnome/2.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.3 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.
--localstatedir=/var/lib: This parameter is used so that all ScrollKeeper files are installed in, and the ScrollKeeper database is properly updated in /var/lib/scrollkeeper instead of some files being installed in $GNOME_PREFIX/var/scrollkeeper.
Last updated on 2007-01-18 13:38:19 -0600