Re: Older targets in Mammo 5 SDK?

2010-02-02 Thread Marius Gedminas
On Wed, Feb 03, 2010 at 12:51:41AM -0500, ma...@bitblit.net wrote: > Is it possible to have older targets inside the Maemo 5 SDK? For example, > it would be useful to have DIABLO_X86 and DIABLO_ARMEL targets available. Check out this post about setting up multiple targets in your scratchbox: http

Re: Older targets in Mammo 5 SDK?

2010-02-02 Thread Julius Luukko
Wed, 3 Feb 2010 00:51:41 -0500 (EST) ma...@bitblit.net kirjoitti: > > Is it possible to have older targets inside the Maemo 5 SDK? For > example, it would be useful to have DIABLO_X86 and DIABLO_ARMEL > targets available. > > Yes it is. -- Julius _

Re: Debian Etch, Rebuilt: 6,451 .debs for Maemo 5

2010-02-02 Thread Marius Vollmer
ext Jeff Moe writes: >> Do you have the build logs online as well? > > Yes, from > http://obra.freemoe.org/freemoe-etch/3/3dchess/root.log > to > http://obra.freemoe.org/freemoe-etch/z/zziplib/build.log Great! > * Depends: are ok? Just because the Build-Depends: were there doesn't mean > the

Re: Debian Etch, Rebuilt: 6,451 .debs for Maemo 5

2010-02-02 Thread Jeff Moe
On Tuesday 02 February 2010 23:04:57 you wrote: > ext Jeff Moe writes: > > * 10,220 Source packages processed. > > * 6,451 .debs produced. > > This means there were a lot of build failures (as could be expected). > > Mining the failures would be interesting, too. I suppose a lot are due > to m

Re: Debian Etch, Rebuilt: 6,451 .debs for Maemo 5

2010-02-02 Thread Marius Vollmer
ext Jeff Moe writes: > * I rebuilt all Debian Etch source packages with the Maemo 5 SDK and sdbmock. Cool! > * 10,220 Source packages processed. > * 6,451 .debs produced. This means there were a lot of build failures (as could be expected). Mining the failures would be interesting, too. I s

Older targets in Mammo 5 SDK?

2010-02-02 Thread maemo
Is it possible to have older targets inside the Maemo 5 SDK? For example, it would be useful to have DIABLO_X86 and DIABLO_ARMEL targets available. -- Aj. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/l

Re: Debian Etch, Rebuilt: 6,451 .debs for Maemo 5

2010-02-02 Thread Jeff Moe
On Tuesday 02 February 2010 21:20:25 Jeff Moe wrote: >/etc/apt/sources.list: >deb http://obra.freemoe.org/freemoe-etch ./ CORRECTION: deb http://obra.freemoe.org/ freemoe-etch/ ___ maemo-developers mailing list maemo-developers@maemo.org https://

Debian Etch, Rebuilt: 6,451 .debs for Maemo 5

2010-02-02 Thread Jeff Moe
Hey, * I rebuilt all Debian Etch source packages with the Maemo 5 SDK and sdbmock. * 10,220 Source packages processed. * 6,451 .debs produced. * The job ran for 8 days. * They have not been run through maemo-optify yet--I will test the fix for the recursive symlink bug[1] when ready. * They

Please promote libicu40 to Diablo Extras

2010-02-02 Thread Glen Ditchfield
Since the Diablo promoter is broken, could someone manually promote libicu40 from Diablo's extras-devel to Extras? The libboost-regex1.34.1 in Extras depends on it. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/ma

Re: Maintenance of ported apps

2010-02-02 Thread Jeremiah Foster
On Feb 1, 2010, at 18:05, Pavel Rojtberg wrote: > Am 01.02.2010 17:43, schrieb Bernd Stramm: >> This area is sort of problematic in many respects. Hijacking someone's >> package can suppress good work and good people. And it is quite >> disrespectful. > what do you mean by Hijacking? Isnt this

Re: Problems Starting Application Framework

2010-02-02 Thread acano
Hi Daniel, I tried to use the killall option but this did not work yet. I also tried to stop and start it manually by: [sbox-FREMANTLE_ARMEL: ~] > /etc/init.d/dbus stop Stopping system message bus: dbus. [sbox-FREMANTLE_ARMEL: ~] > /etc/init.d/dbus start Starting system message bus: dbus. But

Vote for N900

2010-02-02 Thread maemo
http://www.engadget.com/2010/01/29/vote-for-the-2009-engadget-awards -- Aj. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: rx-51 xkb file: how does FOUR_LEVEL type work?

2010-02-02 Thread Denis DeLaRoca
On Tue, 2 Feb 2010, Frantisek Dufka wrote: The only unsolvable issue I encountered is with SDL library and other software that use low level keyboard info and is interested in state of shift, ctrl, alt keys. Programs that use such information may be confused What puzzles me is that I have ru

Re: Maemo5 SDK slow performance

2010-02-02 Thread Javier S. Pedro
Ville M. Vainio wrote: > Yeah, Xephyr is using software rendering. In fact I've assume since forever that Xephyr with the Mesa libraries as shipped with the SDKs are just incapable of any indirect acceleration. On the other side it seems to work for some people I just use VMGl. A pain to inst

PPA's?

2010-02-02 Thread Ville M. Vainio
Has a PPA system (ref: ubuntu) been considered for maemo.org? Having to shoehorn everything through the extras process is a bit too draconian for my tastes, and in general it's probably safer to add a single special-purpose repository somewhere than enable a full-blown extras-devel repository (that

Re: Maemo5 SDK slow performance

2010-02-02 Thread Ville M. Vainio
On Tue, Feb 2, 2010 at 12:48 PM, Dave Neary wrote: > If it's any help, I got the impression that the problem was Xephyr, > rather than X. 3D works fine with the controller, just not in the > embedded X server. Yeah, Xephyr is using software rendering. -- Ville M. Vainio http://tinyurl.com/vain

Re: Maemo5 SDK slow performance

2010-02-02 Thread Alberto Garcia
On Tue, Feb 02, 2010 at 12:11:20AM +0200, Max Usachev wrote: > I have strange problem with Maemo 5 SDK - all graphic manipulations > in emulator works very slow. Try this before starting the desktop in Xephyr: export CLUTTER_VBLANK=none Berto ___ maem

Re: Maemo5 SDK slow performance

2010-02-02 Thread Dave Neary
Hi Max, Max Usachev wrote: > Hello! > I have strange problem with Maemo 5 SDK - all graphic manipulations in > emulator works very slow. Also I get many errors such as: > hildon-desktop[1961]: GLIB WARNING ** ClutterX11 - Failed to get XImage > of pixmap: e00054, removing I'm sorry, I'm no help -

Re: rx-51 xkb file: how does FOUR_LEVEL type work?

2010-02-02 Thread Frantisek Dufka
Denis DeLaRoca wrote: I can only trigger F6 by pressing Fn+Shift "simultaneously". The method of "locking" either Fn or Shift first, doesn't work for me. Yes, same here. And IMO it is better like that. When having shift locked and wanting to write number, it is good it really writes number