qt-sdk not in the repository for maverick 64bit?

Asked by Matpen

I am trying to install this package as I used to do on maverick 32 bit, but it seems not to be in the repository for the 64bit version.
Here, a bug was filed with a removal request, since the package "is now arch-all"...
https://bugs.launchpad.net/ubuntu/+source/qt-sdk/+bug/618075

Someone suggested to install the libqt4-dev package, but that is related to the qt framework, not the sdk.
http://ubuntuforums.org/showthread.php?t=1686969

I am aware that I could install by downloading the binaries from the nokia website, but I normally prefer the apt way. This is also easier to automatize. I checked /etc/apt/sources.list and searched with synaptic, as well, but no luck.

If I do not misunderstand it, since the package is arch-all (it is a meta-package), it should be found in all repositories... please point me in the right direction.

Thanks in advance!
Matteo

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qt-sdk Edit question
Assignee:
No assignee Edit question
Solved by:
Phillip Susi
Solved:
Last query:
Last reply:
Revision history for this message
Best Phillip Susi (psusi) said :
#1

Looks like that removal should not have been done. I've poked Scott about it on IRC and he's fixing it.

Revision history for this message
mycae (mycae) said :
#2

Its a meta package -- just enumerate the components by hand.

sudo apt-get install build-essential cmake git-core libphonon-dev libqt4-dev libqt4-opengl-dev libqtwebkit-dev qt4-designer qt4-doc qt4-doc-html qt4-qmake qtcreator qtcreator-doc subversion

Revision history for this message
Matpen (matpen) said :
#3

Thank you guys!

I will use mycae's solution while we wait for the package to be back!

Keep up the good work!
Matpen

Revision history for this message
Matpen (matpen) said :
#4

Thanks Phillip Susi, that solved my question.