[maemo-developers] packages: soname (0c2a, etc)

2006-07-25 Thread Murray Cumming
When creating maemo packages, we will tend to take the debian or Ubuntu package and modify it for maemo. However, for C++ libraries, maybe the soname would not be appropriate. Is there a policy for this, or can someone suggest one? The soname is the package suffix, such as 0c2a seen here: http://

Re: [maemo-developers] libxv status?

2006-07-25 Thread Daniel Stone
On Wed, Jul 26, 2006 at 09:07:57AM +0300, ext Siarhei Siamashka wrote: > On Tuesday 25 July 2006 09:01, you wrote: > > > http://www.internettablettalk.com/forums/showthread.php?t=2405 > > > > > > Actually mplayer works surprisingly fast and has performance not much > > > inferior to default video p

Re: [maemo-developers] libxv status?

2006-07-25 Thread Siarhei Siamashka
On Tuesday 25 July 2006 09:01, you wrote: > > http://www.internettablettalk.com/forums/showthread.php?t=2405 > > > > Actually mplayer works surprisingly fast and has performance not much > > inferior to default video player on Nokia 770 that is using DSP. And > > that all is even without hardware

Re: [maemo-developers] JamVM network prob

2006-07-25 Thread Philippe Laporte
Hi, I've been running the GST client on the 770 with various VMs (JamVM, CACAO, SableVM, Mika) for a while and have not had problems with TCP/IP. Never tried UDP though. Make sure you setup a WLAN connection or other *before* running the program. Best Regards, -- Philippe Laporte Gatespa

[maemo-developers] Add new language of input

2006-07-25 Thread Sergey Smirnov
Whether probably to add language of input for the virtual keyboard? I need Ukrainian language. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] sounds through pygtk?

2006-07-25 Thread Simon Budig
Gustavo Sverzut Barbieri ([EMAIL PROTECTED]) wrote: > On 7/25/06, Thanos Panousis <[EMAIL PROTECTED]> wrote: > > I am searching for a way to produce sounds in a pygtk application > > running on maemo. Like, a callback to a function that produces a > > dialog box, with a bell sound. > > > > Found no

Re: [maemo-developers] sounds through pygtk?

2006-07-25 Thread Gustavo Sverzut Barbieri
On 7/25/06, Thanos Panousis <[EMAIL PROTECTED]> wrote: Hello list, I am searching for a way to produce sounds in a pygtk application running on maemo. Like, a callback to a function that produces a dialog box, with a bell sound. Found no way to do it in python though. Any suggestions? I'm not

[maemo-developers] sounds through pygtk?

2006-07-25 Thread Thanos Panousis
Hello list,I am searching for a way to produce sounds in a pygtk application running on maemo. Like, a callback to a function that produces a dialog box, with a bell sound.Found no way to do it in python though. Any suggestions? ___ maemo-developers mail

Re: [maemo-developers] How to handle packaging for debian-native packages?

2006-07-25 Thread Peter Kahle
Ed Bartosh wrote: On Mon, 2006-07-24 at 23:00 -0400, ext Peter Kahle wrote: How are people handling packaging when the upstream already includes a debian directory? On http://wiki.debian.org/Emdebian_Nokia there's mention of using a DEBIAN_DIR environment variable to specify an alternate d

Re: [maemo-developers] [maemo-users] [Fwd: PERSONAL TECHNOLOGY: Nokia's Tiny Computer Is Crisp but Slow]

2006-07-25 Thread Kuosmanen Tuomas (Nokia-M/Helsinki)
On Thu, 2006-07-20 at 19:42 -0400, ext Acadia Secure Networks wrote: > "If you are a gadget geek, or just want to surf the Web on a > small device with a great screen, the 770 might be for you. > But for most mainstream users, the 770 is a disappointment. > With more

Re: [maemo-developers] How to handle packaging for debian-native packages?

2006-07-25 Thread Ed Bartosh
On Mon, 2006-07-24 at 23:00 -0400, ext Peter Kahle wrote: > How are people handling packaging when the upstream already includes a > debian directory? > > On http://wiki.debian.org/Emdebian_Nokia there's mention of using a > DEBIAN_DIR environment variable to specify an alternate directory, but

[maemo-developers] Re: libebook

2006-07-25 Thread Ross Burton
On Tue, 2006-07-25 at 11:22 +0300, [EMAIL PROTECTED] wrote: > I am trying to use the EDS in my program. > > ESourceList *slist; > > if (! e_book_get_addressbooks (&slist, NULL) ) { > printf("Fail to get address book\n"); > } I see you fixed the problem, but instead of iterating over the addres

RE: [maemo-developers] libebook

2006-07-25 Thread Pinghang.Koon
Sorry disturbing, I found out the answer myself. g_type_init() has to be done. Yours faithfully, Alvis Koon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 4:23 PM To: maemo-developers@maemo.org Subject: [m

[maemo-developers] libebook

2006-07-25 Thread Pinghang.Koon
Dear all, I am trying to use the EDS in my program. ESourceList *slist; if (! e_book_get_addressbooks (&slist, NULL) ) { printf("Fail to get address book\n"); } The program compiles but quit itself running the e_book_get_addressbooks(). The error message is: GLIB CRITICAL ** GLib-GObject - gt

[maemo-developers] Re: [maemo-users] Using osso_iap_cb example

2006-07-25 Thread Jari Tenhunen
On Mon, Jul 24, 2006 at 11:24:24PM -0700, Brad Burleson wrote: > I'm trying to capture the events generated when the 770 goes on and > off-line, and I've written a simple test program just to mess around. The > callback gets registered, but I never see any output from the callback. I > suspect it