View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#114
Originally Posted by AapoRantalainen View Post
Where is the source code for 'upstream' qt mobility?

I know this repository, but don't see mobility there: https://qt.gitorious.org/qt

Or something from there: ftp://ftp.qt.nokia.com/qt/source/

---
I tested to compile Harmattan's version (qt-mobility-1.2.1+193+0m6), but it would need some major base work.

Code:
>>apt-get build-dep libqtm-12
>>dpkg-buildpackage
dpkg-checkbuilddeps: Unmet build dependencies: libqt4-dev (>= 4.7.0) aegis-builder (>= 1.4) libqt4-opengl-dev (>= 4.7.0) libcontextsubscriber-dev libcontextprovider-dev libsensord-dev (>= 0.6.4) libqt4-declarative-dev (>= 4.7.0) libtelepathy-qt4-1-dev libmessagingif-dev libcommhistory-dev libimmvibe-dev libqtsparql-dev libmkcal-dev libkcalcoren-dev libresourceqt-dev libqmsystem2-dev libqtsparql-tracker-extensions-dev libudev-dev meego-gstreamer0.10-interfaces-dev libbmeipc-dev
It seems so:
1) we need contexkit (libcontext*)
2) for contextkit we need newer libtool
3) newer libtool is some kind of possible, as newer autotools are there brought by me but I had a couple of strange problems with disappearing files with harmattan ver. and some other with the ubuntu one
4) for sensord we need contexkit
5) for libqmsystem we need contextkit
6) for libqmsystem we need newer dsme
7) I compiled some stuff with dsme (there are newer versions avail., but I don't compile them) but one of the packages requires libbmeipc-dev, which I can't find
8) for libresource* we need contexkit iirc.
9) we need newer tracker for libqtsparql and all the sparql stuff
10) for newer tracker we need python2.6

About the others I don't know anything. But dependency hell, indeed.

Doesn't qt mobility work platform-specifically?

EDIT: aegis-builder is available in devel, uploaded by mme too
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-08-31 at 13:15.
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post: