Siduction Forum

Siduction Forum => Software - Support => Topic started by: sunrat on 2012/11/09, 14:13:40

Title: Can't install deadbeef
Post by: sunrat on 2012/11/09, 14:13:40
I want to install deadbeef but run into a dependency problem. Deadbeef depends on deadbeef-plugins which depends on libcdio10 which is not installable. A search on Debian packages reveals amd64 (which I need) and i386 are not available in sid, but are available in squeeze. Would it be safe to install the squeeze version before installing deadbeef?
Title: RE: Can
Post by: towo on 2012/11/09, 14:28:01
Install it from debian multimedia.
I do not longer package deadbeef.
Title: RE: Can
Post by: dibl on 2012/11/09, 14:29:27
You can always simulate the installation process to see whether there might be breakage or dependency problems. So, if you enable the Debian stable repo in /etc/apt/sources.list.d/, then you can test your packages like this:

apt-get -s install libcdio10 and check the output.

When I tried it on my 64-bit siduction system, I found I already had that package installed, so apparently it is not a problem -- it must have previously been in sid.

Oooops -- sorry towo you were too quick for me.  :)
Title: Can't install deadbeef
Post by: sunrat on 2012/11/10, 13:31:23
Thanks towo and dibl. Installed successfully from multimedia, which depends on already installed libcdio13. This version does not depend on deadbeef-plugins but still plays the formats I need (mp3, ogg vorbis, flac & aac).
Maybe deadbeef and deadbeef-plugins should be removed from siduction repo as the version there depends on libcdio10 which is only in squeeze.
root@brain:/home/roger# apt-cache policy deadbeef-plugins
deadbeef-plugins:
 Installed: (none)
 Candidate: 0.5.5-1.siduction.2
 Version table:
    0.5.5-1.siduction.2 0
       500 http://packages.siduction.org/siduction/ unstable/main amd64 Packages
root@brain:/home/roger# apt-cache policy deadbeef
deadbeef:
 Installed: 0.5.6-dmo1
 Candidate: 0.5.6-dmo1
 Version table:
*** 0.5.6-dmo1 0
       500 http://www.deb-multimedia.org/ sid/main amd64 Packages
       100 /var/lib/dpkg/status
    0.5.5-1.siduction.2 0
       500 http://packages.siduction.org/siduction/ unstable/main amd64 Packages