Re: [MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-12 Thread Adrien Bustany
On Tue, 12 Apr 2011 09:33:10 +0800, yinxb wrote: Hi Hi there I encounters a confusing problem that the *.rm/rmvb video files can not be trackered by the following SQL Not SQL, SPARQL :) SELECT nie:url(nie:isStoredAs(?video)) WHERE{?video a nmm:Video}; You don't need the isStoredAs

Re: [MeeGo-dev] Faild to build image for armv7hl with latest mic

2011-04-12 Thread tom z
rpmUtils.arch.arches.keys() ['ppc', 'x86_64', 'armv5tejl', 'i586', 'sparc', 'geode', 'ppc64', 'i486', 'alphapca56', 'alphaev7', 'alphaev6', 'i386', 'alphaev45', 'armv5tel', 'sh4a', 'alpha', 'ia64', 'ppc64iseries', 'ia32e', 'sparcv9v', 's390', 'athlon', 'sh3', 'sh4', 'amd64', 'sparcv8', 'sparcv9',

Re: [MeeGo-dev] Faild to build image for armv7hl with latest mic

2011-04-12 Thread tom z
yes, but in mic/imgcreate/pkgmanagers/yumpkgmgr.py 50 #line50 class Yum(yum.YumBase): 51 #line51 def __init__(self, creator = None, recording_pkgs=None): 52 #line52 if not isinstance(creator, ImageCreator): 53 #line53 raise CreatorError(Invalid argument: creator)

Re: [MeeGo-dev] [Meego-qa] Faild to build image for armv7hl with latest mic

2011-04-12 Thread Marko Saukko
Hi, the problem in here is that you are not using bootstrap mode. armv7hl architecture is not supported by your host distribution tools and thus you can't use legacy mode to build armv7hl image. So add --run-mode=1 to the cmdline and you should be fine. Also should be noted that to build armv7hl

Re: [MeeGo-dev] [Meego-qa] Faild to build image for armv7hl with latest mic

2011-04-12 Thread WuYongbo
Changing to bootstrap mode, it works !!! although with some unusual log when installing package, like: Installing: shared-mime-info # [180/616]/var/tmp/rpm-tmp.JaHIPV: line 3: 25504 Segmentation fault (core dumped) /usr/bin/update-mime-database /usr/share/mime

Re: [MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-12 Thread Aleksander Morgado
I encounters a confusing problem that the *.rm/rmvb video files can not be trackered by the following SQL SELECT nie:url(nie:isStoredAs(?video)) WHERE{?video a nmm:Video}; I analysed the /usr/share/mime/packages/freedesktop.org.xml that the mime type [mime-type

Re: [MeeGo-dev] [Meego-qa] Faild to build image for armv7hl with latest mic

2011-04-12 Thread Marko Saukko
Hi, You should not have any segfaults during the image builds. Two things come to my mind: First that your qemu-arm-static version is 0.13 or newer. If not you can get 0.13 version for your distribution most probably from http://repo.meego.com/MeeGo/tools/repos/ Second should try if

Re: [MeeGo-dev] howto prevent unrequired build dependency remove when doing local osc builds?

2011-04-12 Thread David Greaves
On 06/04/11 13:15, Mika Laitio wrote: I have setted in my .oscrc build-root = /var/tmp/%(repo)s-%(arch)s If I first build mce locally with osc build armv8el Trunk_Testing, I have in my build root all packages that were required for building the mce on /var/tmp/Trunk_Testing-armv8el But If I

Re: [MeeGo-dev] howto prevent unrequired build dependency remove when doing local osc builds?

2011-04-12 Thread Anas Nashif
On 6 Apr 2011, at 15:15, Mika Laitio wrote: I have setted in my .oscrc build-root = /var/tmp/%(repo)s-%(arch)s If I first build mce locally with osc build armv8el Trunk_Testing, I have in my build root all packages that were required for building the mce on

Re: [MeeGo-dev] howto prevent unrequired build dependency remove when doing local osc builds?

2011-04-12 Thread Carsten Munk
2011/4/12 Anas Nashif nas...@linux.intel.com: On 6 Apr 2011, at 15:15, Mika Laitio wrote: I have setted in my .oscrc    build-root = /var/tmp/%(repo)s-%(arch)s If I first build mce locally with osc build armv8el Trunk_Testing, I have in my build root all packages that were required for

Re: [MeeGo-dev] [Meego-qa] Faild to build image for armv7hl with latest mic

2011-04-12 Thread WuYongbo
you are right! I ignored Warnings about echo 0 | sudo tee /proc/sys/vm/vdso_enabled carelessly! thanks :-) 2011/4/12 Marko Saukko marko.sau...@cybercom.com Hi, You should not have any segfaults during the image builds. Two things come to my mind: First that your qemu-arm-static version

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-12 Thread Jan-Simon Möller
Am Montag 11 April 2011, 15:21:50 schrieb Thiago Macieira: Em segunda-feira, 11 de abril de 2011, às 15:28:59, Juha Kallioinen escreveu: The hardfp scheduler is called armv8el and is up and running in MeeGo Trunk. Why are we calling it ARMv8? The _scheduler_ inside OBS is called

[MeeGo-dev] How to deal with device specific settings in MeeGo

2011-04-12 Thread Joonas Tanskanen
Hi I am wondering how to deal with device specific settings in MeeGo. I mean certain setting that vary between different devices and can't be defined in build time. For example this bug: https://bugs.meego.com/show_bug.cgi?id=15323 Reason to the bug is that QApplication defines 4 as a

Re: [MeeGo-dev] How to deal with device specific settings in MeeGo

2011-04-12 Thread fathi.boudra
Hi, It sounds like Qt requires to have this value configurable, we need to fill a bug upstream. As a workaround, it could be an environment variable or maybe a Qt configuration variable. Cheers, Fathi From: meego-dev-boun...@meego.com

Re: [MeeGo-dev] howto prevent unrequired build dependency remove when doing local osc builds?

2011-04-12 Thread Mika Laitio
Why do you want MCE build dependencies when building the kernel? Because quite often when I am developing and testing some packages, I will first do manual editing, building and copying binaries for N900 in the chrooted environment. # /usr/sbin/qemu-binfmt-conf.sh # cd

Re: [MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-12 Thread maitrey
Are you able to play the file using: gst-launch-0.10 playbin uri=file:///home/meego/filename.rm? On 04/12/2011 10:52 AM, ext Aleksander Morgado wrote: I encounters a confusing problem that the *.rm/rmvb video files can not be trackered by the following SQL SELECT

Re: [MeeGo-dev] ANNOUNCE: [ABI break] MeeGo 1.2 ARM architecture will only support hardfp ABI

2011-04-12 Thread Juha Kallioinen
On 11/04/11 16:36, ext Marko Saukko wrote: Hi, Now when the armv7el is going to be removed it is important that maintainers of devel: projects in the OBS add the armv8el scheduler to their projects. http://lists.meego.com/pipermail/meego-packaging/2011-April/247051.html Indeed, how does one

[MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Mark S. Townsley
Hi I have an application that ran fine under Meego 1.1 using a netbook. When I switch it over to Meego 1.2, it seg fault. There are some OpenGL code inside my app. Syslog says the application seg fault at libX11.so.6.3.0. I even copied the same library over to MeeGo 1.2 from MeeGo 1.1 and

Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Gabriel M. Beddingfield
On Tue, 12 Apr 2011, Mark S. Townsley wrote: I have an application that ran fine under Meego 1.1 using a netbook. When I switch it over to Meego 1.2, it seg fault. There are some OpenGL code inside my app. For 1.2 MeeGo has switched from OpenGL to GLESv2. If your application doesn't

Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Arjan van de Ven
On 4/12/2011 11:34 AM, Gabriel M. Beddingfield wrote: On Tue, 12 Apr 2011, Mark S. Townsley wrote: I have an application that ran fine under Meego 1.1 using a netbook. When I switch it over to Meego 1.2, it seg fault. There are some OpenGL code inside my app. For 1.2 MeeGo has switched

Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread aleksandar.stojiljkovic
Hello, Could you please commit a bug with backtrace? Thanks. Best Regards, Aleksandar From: meego-dev-boun...@meego.com [meego-dev-boun...@meego.com] on behalf of ext Mark S. Townsley [mstowns...@gmail.com] Sent: Tuesday, April 12, 2011 9:22 PM To: Development

Re: [MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-12 Thread yinxb
Hi Are you able to play the file using: gst-launch-0.10 playbin uri=file:///home/meego/filename.rm? yes,it seems all right from the command line using playbin2. 在 2011-04-12二的 14:59 +0300,maitrey写道: Are you able to play the file using: gst-launch-0.10 playbin

Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Tao, Daniel
Hi, Mark MeeGo 1.2 is using OpenGL ES now. You can check whether it's your OpenGL code problem. And another change between MeeGo 1.1 and 1.2 is clutter upgrade. Thanks Daniel From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of

[MeeGo-dev] SGX535's graphic and video acceleration on Orktrial

2011-04-12 Thread Zhang, Zheng
Hi Gnus, Could you give me some tips to bring up video acceleration on MeeGo 1.2 tablet for Orktrail? Thanks zheng ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-12 Thread Chen, Zhenqiang
Tracker uses decodebin2 to extract the metadata. Are you able to decode the file with decodebin2? -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of yinxb Sent: 2011年4月13日 8:37 To: maitrey Cc: meego-dev@meego.com Subject: Re:

Re: [MeeGo-dev] Can not tracker *.rm/rmvb files

2011-04-12 Thread yinxb
Hi Zhengqiang gst-launch-0.10 filesrc location=/root/Videos/rm_30.rm ! decodebin2 ! videoscale ! xvimagesink the above command line works well. 在 2011-04-13三的 11:22 +0800,Chen, Zhenqiang写道: Tracker uses decodebin2 to extract the metadata. Are you able to decode the file with decodebin2?