After the latest updates, amarok was uninstalled. I tried to install it again, but it complained that python-qt3 wasn't going to be installed. So I tried to install python-qt3, and it said:
Well, it seemed to me that the version installed should meet that requirement, but i guess not. I ended up hacking the deb file for python-qt3 so that it would depend on <= 4.7-1ubuntu1. It worked! I installed amarok, and it's been running for awhile now with no problem.
I've uploaded the hacked debs to one of my sites for anyone else with this problem who (like me) needs amarok.
http://healthcarelinen.com/other/pyt...ntu2_amd64.deb
http://healthcarelinen.com/other/pyt...untu2_i386.deb
EDIT: btw, if you do install these debs, you'll get a line saying "packages have been kept back: python-qt3" when you try to update your system. It's harmless, but when a new python-qt3 package is available, you'll have to uninstall python-qt3 (which will remove amarok as well) and then the update will go normally.
Code:
python-qt3 depends on python-sip4 (<= 4.7); however: Version of python-sip4 on system is 4.7-1ubuntu1.
I've uploaded the hacked debs to one of my sites for anyone else with this problem who (like me) needs amarok.
http://healthcarelinen.com/other/pyt...ntu2_amd64.deb
http://healthcarelinen.com/other/pyt...untu2_i386.deb
EDIT: btw, if you do install these debs, you'll get a line saying "packages have been kept back: python-qt3" when you try to update your system. It's harmless, but when a new python-qt3 package is available, you'll have to uninstall python-qt3 (which will remove amarok as well) and then the update will go normally.
Comment