Reply
Thread Tools
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#111
Is there plans to update libqtm-12, seems some bugs are fixed after 20111104. (1.2.0+git20111104-0nd~fremantle5)

[EDIT]
I think I'm hitting this: https://bugreports.qt-project.org/br...TMOBILITY-1922
(Relates MeecoLay. Application works on Harmattan, but not on Fremantle)

Last edited by AapoRantalainen; 2012-08-24 at 08:10.
 

The Following 4 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#112
Originally Posted by AapoRantalainen View Post
Is there plans to update libqtm-12, seems some bugs are fixed after 20111104. (1.2.0+git20111104-0nd~fremantle5)
The current libqtm-12 seems to suffer from this bug: https://bugreports.qt-project.org/br...TMOBILITY-1656
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#113
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
 

The Following 3 Users Say Thank You to AapoRantalainen For This Useful 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:
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#115
Originally Posted by marmistrz View Post
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



i hope it help u

http://www.mediafire.com/?147c0c65jctjso4
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#116
Originally Posted by amr.fayz View Post
i hope it help u

http://www.mediafire.com/?147c0c65jctjso4
I don't need a binary version of libbmeipc, but the sources, to build the library and devel headers.

I found this, but I don't know whether it's safe, fully working and etc: https://gitorious.org/rx51-bme-replacement/libbmeipc

And found this, but without debian packaging: https://meego.gitorious.org/meego-de...e/trees/master

Hope these links are useful. (I think the MeeGo one would be better if we wanted to have newer dsme)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#117
Originally Posted by marmistrz View Post
I don't need a binary version of libbmeipc, but the sources, to build the library and devel headers.

I found this, but I don't know whether it's safe, fully working and etc: https://gitorious.org/rx51-bme-replacement/libbmeipc

And found this, but without debian packaging: https://meego.gitorious.org/meego-de...e/trees/master

Hope these links are useful. (I think the MeeGo one would be better if we wanted to have newer dsme)


try this too


https://build.pub.meego.com/package/...ptation%3AN900
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#118
Originally Posted by amr.fayz View Post
try this too


https://build.pub.meego.com/package/...ptation%3AN900
It's for MeeGo rpm-based, and not deb-based
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#119
I have this in one package
Code:
PKG_CHECK_MODULES([QtSystemInfo], [QtSystemInfo])
How can I adapt it to qtm12?
Thanks in advance
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#120
Originally Posted by marmistrz View Post
I have this in one package
Code:
PKG_CHECK_MODULES([QtSystemInfo], [QtSystemInfo])
How can I adapt it to qtm12?
Thanks in advance

i hope this links help you Even if Idea

http://ubuntuforums.org/showthread.php?t=512765

http://www.flameeyes.eu/autotools-my...k_modules.html

http://www.openismus.com/documents/l...automake.shtml
 
Reply

Tags
bluetooth, nfc-api, qtmobility

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:43.