Re: GStreamer: unable to have AMR-NB in 3GP-container?

2010-09-07 Thread Marco Ballesio
Hi, On Mon, Sep 6, 2010 at 9:19 PM, Oskar Welzl li...@welzl.info wrote: Hi Marco, I didn't see the mailing list in the headers of your mail, so I keep the private as long as you do. If this wasn't your intention, feel free to cc the list again. ;) sure it was an error. The fine Reply

Re: osso-abook-plugin-example

2010-09-07 Thread daniel wilms
On 03/09/10 08:58, ext Kaj-Michael Lang wrote: On Thu, 2 Sep 2010, Daniil Ivanov wrote: Hi Kaj-Michael! Did you try to change 4.20100302+0m5 to 4.20100302+0m5? You probably mean ^20100415 Anyway, no I didn't think of trying that as version limits are/should be there for

Problem with Framebuffer Objects and glReadPixels in N900

2010-09-07 Thread Torste Aikio
I'm currently developing a software that involves drawing 3d scene with OpenGL (ES) 2.0. I want users to be able to pick objects from the scene by clicking (or touching) on the screen. My current approach is to render the scene to an off-screen buffer and deduce the clicked object by reading color

Re: Broken packages in Extras repository

2010-09-07 Thread Thomas Tanner
On 04.09.10 16:06, Mikko Vartiainen wrote: There are some broken packages in Extras repository which which are preventing some applications from working. Then there is python-numpy, which seems to be completely unfunctional. import numpy fails after installing it. After installing mypaint

Re: osso-abook-plugin-example

2010-09-07 Thread Kaj-Michael Lang
On Tue, 2010-09-07 at 09:44 +0300, daniel wilms wrote: This was a bug and thanks to Marco it has been fixed immediately. It should work now. Great, thanks! -- Kaj-Michael Lang mil...@tal.org ___ maemo-developers mailing list

best way to write a dictionary program

2010-09-07 Thread Martin DeMello
I'm thinking of writing a dictionary program (straightforward word - definition lookup). the design goal being to be as light on resources as possible while still being reasonably fast. My initial thought was to store the dictionary as a straight text file with one word+definition per line,