Re: [MeeGo-dev] qml and QtMultimediaKit

2011-02-11 Thread Chen, Zhang Z
Multimedia has been moved to QtMobility. Maybe you should import QtMobility? If 
QtMobility has not been implemented in QML, you may have to implement it 
yourself.

-Original Message-
From: meego-dev-boun...@meego.com
[mailto:meego-dev-boun...@meego.com] On Behalf Of Michele Tameni
Sent: Friday, February 11, 2011 9:10 PM
To: meego-dev@meego.com
Subject: [MeeGo-dev] qml and QtMultimediaKit

Hi, I'm playing a bit around qml, and now i want to make my app playing a 
video.
I see in the documentation that i can use QML Video element from
QtMultimediaKit, but on meego 1.1 I receive error on
import QtMultimediaKit 1.1
I've already installed libqtmultimediakit1 and
libdeclarative-multimedia, what I miss?


Thanks a lot
Michele
--
michele tameni
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] qml and QtMultimediaKit

2011-02-11 Thread Michele Tameni
I'm reading this: http://doc.qt.nokia.com/qtmobility-1.1/qml-video.html#details

So seem that it is implemented... but i can't get it working... any advice?
Michele

On Fri, Feb 11, 2011 at 3:55 PM, Chen, Zhang Z zhang.z.c...@intel.com wrote:
 Multimedia has been moved to QtMobility. Maybe you should import QtMobility? 
 If QtMobility has not been implemented in QML, you may have to implement it 
 yourself.

-Original Message-
From: meego-dev-boun...@meego.com
[mailto:meego-dev-boun...@meego.com] On Behalf Of Michele Tameni
Sent: Friday, February 11, 2011 9:10 PM
To: meego-dev@meego.com
Subject: [MeeGo-dev] qml and QtMultimediaKit

Hi, I'm playing a bit around qml, and now i want to make my app playing a 
video.
I see in the documentation that i can use QML Video element from
QtMultimediaKit, but on meego 1.1 I receive error on
import QtMultimediaKit 1.1
I've already installed libqtmultimediakit1 and
libdeclarative-multimedia, what I miss?


Thanks a lot
Michele
--
michele tameni
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev




-- 
michele tameni
http://www.amdplanet.it
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] Where do I sign up?

2011-02-11 Thread Tarantism
For the past 18 months, I've been spending all of my spare time
developing a commercial audio C++ application for Maemo - Meego
deployment.

Today's announcement, whilst not totally unexpected given the apparent
commercial readiness of the Meego project, is a bit of a blow.

Unfortunately, I suffer from a severe stubbornness disorder so I'd like
to offer all of my spare time to the Meego project (irrespective of
commercial relationships).

If I can help to get a properly open platform on to the market then I
can get back to making my fortune in the application space.

I have many years experience writing c code though I only moved to linux
a couple of years ago. In particular, I had a pretty deep run through of
the pulse-audio code whilst developing a low latency plug-in for my
application (that works really well). Shame no-one will ever use it ...
or will they?

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] rt patch for MeeGo

2011-02-11 Thread Mark S. Townsley
Hi:

I have MeeGo netbook installed and it has kernel 2.6.35.3.
I need to make the kernel a real-time one and I need to apply rt patch.
However, I do not see the equivalent version patch here:

http://www.kernel.org/pub/linux/kernel/projects/rt/


Should I grab the source and patch and downgrade my kernel?  Or can use the
patch for a previous version of kernel and apply to 2.6.35.3?

thanks



Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] qml and QtMultimediaKit

2011-02-11 Thread zhu
Hi,

Please try -

import Qt 4.7
import Qt.multimedia 1.0

I see some  code in
qt-mobility-opensource-src-1.0.2/plugins/declarative/multimedi
a/multimedia.cpp
 64 virtual void registerTypes(const char *uri)
 65 {
 66 Q_ASSERT(QLatin1String(uri) == QLatin1String(Qt.multimedia));
 67
 68 qmlRegisterTypeQSoundEffect(uri, 1, 0, SoundEffect);
 69 qmlRegisterTypeQDeclarativeAudio(uri, 1, 0, Audio);
 70 qmlRegisterTypeQDeclarativeVideo(uri, 1, 0, Video);
 71 }


On Fri, Feb 11, 2011 at 11:11 PM, Michele Tameni mich...@tameni.it wrote:
 I'm reading this: 
 http://doc.qt.nokia.com/qtmobility-1.1/qml-video.html#details

 So seem that it is implemented... but i can't get it working... any advice?
 Michele

 On Fri, Feb 11, 2011 at 3:55 PM, Chen, Zhang Z zhang.z.c...@intel.com wrote:
 Multimedia has been moved to QtMobility. Maybe you should import QtMobility? 
 If QtMobility has not been implemented in QML, you may have to implement it 
 yourself.

-Original Message-
From: meego-dev-boun...@meego.com
[mailto:meego-dev-boun...@meego.com] On Behalf Of Michele Tameni
Sent: Friday, February 11, 2011 9:10 PM
To: meego-dev@meego.com
Subject: [MeeGo-dev] qml and QtMultimediaKit

Hi, I'm playing a bit around qml, and now i want to make my app playing a 
video.
I see in the documentation that i can use QML Video element from
QtMultimediaKit, but on meego 1.1 I receive error on
import QtMultimediaKit 1.1
I've already installed libqtmultimediakit1 and
libdeclarative-multimedia, what I miss?


Thanks a lot
Michele
--
michele tameni
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev




 --
 michele tameni
 http://www.amdplanet.it
 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


[MeeGo-dev] MeeGo running on HTC Pro 7

2011-02-11 Thread Randolph Dohm
http://www.htc.com/de/product/7pro/specification.html

Has anyone got MeeGo Running on a HTC 7 Pro ?
Is there any Installer downloadable and documentation?

Thanks for a patch or help, how to get MeeGo onto it.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Where do I sign up?

2011-02-11 Thread Carsten Munk
2011/2/12 Tarantism tarant...@ntlworld.com:
 For the past 18 months, I've been spending all of my spare time
 developing a commercial audio C++ application for Maemo - Meego
 deployment.

 Today's announcement, whilst not totally unexpected given the apparent
 commercial readiness of the Meego project, is a bit of a blow.

 Unfortunately, I suffer from a severe stubbornness disorder so I'd like
 to offer all of my spare time to the Meego project (irrespective of
 commercial relationships).

 If I can help to get a properly open platform on to the market then I
 can get back to making my fortune in the application space.

 I have many years experience writing c code though I only moved to linux
 a couple of years ago. In particular, I had a pretty deep run through of
 the pulse-audio code whilst developing a low latency plug-in for my
 application (that works really well). Shame no-one will ever use it ...
 or will they?


MeeGo's still open for business and taking patches. :)

http://meego.com/about/contribution-guidelines still applies and
Pulseaudio is an active area of development. Ideally you should work
upstream on the components :)

BR
Carsten Munk
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev