Support for Nokia 770/maemo 2.0

Cesc cesc.santa at gmail.com
Thu Jul 20 20:39:55 CEST 2006


That is great!

I will take a look and incorporate your "patches".

BTW, is there anything else you had to do to compile for Maemo 2.0? i
mention it because it may be a good idea if you could create a short
howto doc, which we can then include in the Documentation/ folder for
other interested people ...
And when we get the repository online (i hope that after the summer
break it will be done), you could provide with packaging support (and
testing ... i dont own a nokia ... i had one in my hands a few weeks
ago, but was not mine).

Cesc

On 7/20/06, Stephan Krause <stkrause at tm.uka.de> wrote:
> I wrote:
>
> > Unfortunately, I'm still fighting with libglademm, so I can't compile the
> > main application yet, but I'm working on that...
>
> OK, after getting libglademm to work, there were only two trivial changes
> neccessary:
>
> - Gtk::Stock::MEDIA_RECORD is not defined on maemo's GTK, so I used
> Gtk::Stock::OK instead
> - Hildon widget includes are not in hildon-lgpl/hildon-widgets/ any more but
> in hildon-widgets/
>
> After that, it compiled and works in the SDK_PC environment in maemo.
>
> Still untested on a real Nokia 770, though.
>
>   Stephan
>
> ,----------(not meant as a real patch, just for informational purposes)--------
>
> Index: minisip/minisip/gui/gtkgui/CallWidget.cxx
> ===================================================================
> --- minisip/minisip/gui/gtkgui/CallWidget.cxx   (revision 2698)
> +++ minisip/minisip/gui/gtkgui/CallWidget.cxx   (working copy)
> @@ -56,7 +56,7 @@
>  //             audioOutSilenceButton( "Silence for my ears"),
>                 monitoringButton( Gtk::StockID( "minisip_record" ), Gtk::StockID( "minisip_norecord" ) ),
>                 audioOutSilenceButton( Gtk::StockID( "minisip_play" ), Gtk::StockID( "minisip_noplay" ) ),
> -               callRecordButton( Gtk::Stock::MEDIA_RECORD, Gtk::Stock::MEDIA_RECORD ),
> +               callRecordButton( Gtk::Stock::OK, Gtk::Stock::OK ),
>  #endif
>                 secureImage(),// Gtk::StockID( "minisip_insecure" ),
>                                         //   Gtk::ICON_SIZE_DIALOG ),
> Index: minisip/minisip/gui/gtkgui/MainWindow.cxx
> ===================================================================
> --- minisip/minisip/gui/gtkgui/MainWindow.cxx   (revision 2698)
> +++ minisip/minisip/gui/gtkgui/MainWindow.cxx   (working copy)
> @@ -60,8 +60,8 @@
>  #endif
>
>  #ifdef HILDON_SUPPORT
> -#      include<hildon-lgpl/hildon-widgets/hildon-app.h>
> -#      include<hildon-lgpl/hildon-widgets/hildon-appview.h>
> +#      include<hildon-widgets/hildon-app.h>
> +#      include<hildon-widgets/hildon-appview.h>
>  #endif
>
>  #ifdef HAVE_VERSION_H
>


More information about the Minisip-users mailing list