Comment 1 for bug 176996

Revision history for this message
Janne Jokitalo (astraljava) wrote :

I don't understand?

jaska@bowmore:~$ apt-cache show ripperx
Package: ripperx
Priority: optional
Section: universe/sound
Installed-Size: 464
Maintainer: Ubuntu MOTU Developers <email address hidden>
Original-Maintainer: tony mancill <email address hidden>
Architecture: amd64
Version: 2.7.0-4ubuntu1
Depends: cdparanoia, vorbis-tools (>= 1.0beta3), libc6 (>= 2.6), libglib1.2 (>= 1.2.0), libgtk1.2 (>= 1.2.10-4), libid3-3.8.3c2a, libx11-6, libxext6, libxi6, zlib1g (>= 1:1.2.3.3.dfsg-1)
Suggests: sox, cdtool, mpg321, flac, toolame
Filename: pool/universe/r/ripperx/ripperx_2.7.0-4ubuntu1_amd64.deb
Size: 128498
MD5sum: 7524956c5f8914fee17310a2151195d1
SHA1: 8b87da3d7848d8c0548157f3e433f48d8a37ea02
SHA256: 4f62a908205d849c9a662f16f608bed1a90260b6272d5bb01d3d1c529e329129
Description: a GTK-based audio CD ripper/encoder
 ripperX is a graphical interface for ripping CD audio tracks (using
 cdparanoia) and then encoding them into the OGG, FLAC, or MP2/3
 formats using the vorbis tools, FLAC, toolame or other available
 MP3 encoders.
 .
 It includes support for CDDB lookups and ID3v2 tags.
Bugs: mailto:<email address hidden>
Origin: Ubuntu

jaska@bowmore:~$ apt-cache show vorbis-tools
Package: vorbis-tools
Priority: optional
Section: sound
Installed-Size: 768
Maintainer: Ubuntu Core Developers <email address hidden>
Original-Maintainer: Debian Xiph.org Maintainers <email address hidden>
Architecture: amd64
Version: 1.1.1-13build1
Depends: libao2 (>= 0.8.8), libc6 (>= 2.6), libcurl3-gnutls (>= 7.16.2-1), libflac8, libogg0 (>= 1.1.3), libspeex1 (>= 1.1.8), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvorbisfile3 (>= 1.1.2)
Filename: pool/main/v/vorbis-tools/vorbis-tools_1.1.1-13build1_amd64.deb
Size: 108216
MD5sum: 420fc6f864680784541f2e9fb7211032
SHA1: caeb29fc290b18b7b045b3642c32780c10ef7bf6
SHA256: 1d8d7ce531449ea7ad2048211973e269f8d4afd1223dd702b02f95e230db7514
Description: several Ogg Vorbis tools
 vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool),
 ogginfo (displays ogg information), oggdec (decodes ogg files), vcut
 (ogg file splitter), and vorbiscomment (ogg comment editor).
Bugs: mailto:<email address hidden>
Origin: Ubuntu
Task: kubuntu-desktop, edubuntu-desktop-kde, edubuntu-live, edubuntu-ship-addon

You can clearly see that vorbis-tools is in the dependencies, and attempting to install:

jaska@bowmore:~$ sudo aptitude install ripperx
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be automatically installed:
  libid3-3.8.3c2a vorbis-tools
The following NEW packages will be installed:
  libid3-3.8.3c2a ripperx vorbis-tools

...suggests that it will actually install encoders. The fact that I used aptitude is irrelevant when it comes to direct dependencies.