Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409841 - x11-libs/qt-mobility: QtMultimediaKit is not usable via QML
Summary: x11-libs/qt-mobility: QtMultimediaKit is not usable via QML
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 10:05 UTC by Giorgos Tsiapaliwkas
Modified: 2012-03-27 20:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emergeInfo,15.78 KB, text/plain)
2012-03-27 10:05 UTC, Giorgos Tsiapaliwkas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Tsiapaliwkas 2012-03-27 10:05:08 UTC
QtMultimediaKit is not usable

Reproducible: Always

Steps to Reproduce:
1.import QtMultimediaKit 1.0
2.
3.



Hello, 

I have installed mobility with these flags, 

x11-libs/qt-mobility 
Available versions: (~)1.2.0{tbz2} {{bearer bluetooth connectivity contacts debug doc feedback gallery location messaging multimedia networkmanager opengl organizer publishsubscribe pulseaudio qml sensors serviceframework systeminfo +tools versit}} 
Installed versions: 1.2.0{tbz2}(05:28:26 PM 01/10/2012)(bearer bluetooth contacts location multimedia opengl publishsubscribe pulseaudio qml sensors serviceframework tools -connectivity -debug -doc -feedback -gallery -messaging -networkmanager -organizer -systeminfo -versit) 
Homepage: http://qt.nokia.com/products/qt-addons/mobility 
Description: Additional Qt APIs for mobile devices and desktop platforms


Also the libs exist, 

/usr/lib/qt4 
-rw-r--r-- 1 root root 538 Jan 10 17:22 libQtMultimediaKit.prl 
lrwxrwxrwx 1 root root 27 Jan 10 17:28 libQtMultimediaKit.so -> libQtMultimediaKit.so.1.2.0 
lrwxrwxrwx 1 root root 27 Jan 10 17:28 libQtMultimediaKit.so.1 -> libQtMultimediaKit.so.1.2.0 
lrwxrwxrwx 1 root root 27 Jan 10 17:28 libQtMultimediaKit.so.1.2 -> libQtMultimediaKit.so.1.2.0 
-rwxr-xr-x 1 root root 738944 Jan 10 17:28 libQtMultimediaKit.so.1.2.0 
-rw-r--r-- 1 root root 895 Jan 17 22:22 libQtMultimedia.prl 
lrwxrwxrwx 1 root root 24 Jan 17 22:22 libQtMultimedia.so -> libQtMultimedia.so.4.8.0 
lrwxrwxrwx 1 root root 24 Jan 17 22:22 libQtMultimedia.so.4 -> libQtMultimedia.so.4.8.0 
lrwxrwxrwx 1 root root 24 Jan 17 22:22 libQtMultimedia.so.4.8 -> libQtMultimedia.so.4.8.0 
-rwxr-xr-x 1 root root 179488 Jan 17 22:22 libQtMultimedia.so.4.8.0


and they exist also under, 

/usr/imports/QtMultimediaKit 
libdeclarative_multimedia.so qmldir


and some more info 

Quote:
$ kde4-config --qt-plugins ; kde4-config --qt-binaries ; kde4-config --qt-libraries 
/usr/lib64/qt4/plugins 
/usr/bin 
/usr/lib64/qt4


but if I use QtMultimediaKit via QML i receive the above error, 

module "QtMultimediaKit" is not installed
Comment 1 Giorgos Tsiapaliwkas 2012-03-27 10:05:38 UTC
Created attachment 306829 [details]
emerge --info
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2012-03-27 10:41:45 UTC
The QML imports dir was changed to /usr/lib64/qt4/plugins/imports some time ago. Just rebuild qt-mobility and it should work, although the rebuild is going to fail (bug 408305) if you have qt 4.8 installed.
Comment 3 Giorgos Tsiapaliwkas 2012-03-27 19:24:02 UTC
(In reply to comment #2)
> The QML imports dir was changed to /usr/lib64/qt4/plugins/imports some time
> ago. Just rebuild qt-mobility and it should work, although the rebuild is
> going to fail (bug 408305) if you have qt 4.8 installed.

thanks you can close this bug.