RE: extras packages for sardine

2007-06-26 Thread Quim Gil

 Promoting a fresh discussion on the repo structure would be a good
 thing as well.

Let's have this discussion, then. We can start collecting the
objectives, issues, enhancement proposals... Then at least ferenc and I
can meet face to face and come up with a proposal.

Here is a first attempt to collect the information available:

http://maemo.org/community/wiki/repositorystructureideas

Quim
 
 -Original Message-
 From: [EMAIL PROTECTED] on behalf of ext Ferenc
 Szekely
 Sent: Mon 6/25/2007 2:50 PM
 To: maemo-developers@maemo.org
 Subject: Re: extras packages for sardine
 
 On 6/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED]
 wrote:
 
  Shouldn't this be simply a matter of adding a sardine distro in
  http://repository.maemo.org/extras/dists/ and the
  configuring the upload mechanism?
 
   An auto builder work be great to but that can come later.
 
   Ferenc, am I missing something?
 
 Carlos, you are right. It would be very simple to add sardine to
 extras. People who have an extras account  could easily upload stuff
 there.
 
 I just wonder if anybody is thinking about our current repo
 structure.. It is still based on ideas we had 2 yrs ago. Maybe some
 fresh thoughts would help to rationalize the current situation.
 
 Anyways, i can enable the sardine extras if that's OK for everybody...
 
 -ferenc
 
 
   -Original Message-
   From: [EMAIL PROTECTED] on behalf of ext
  Murray Cumming
   Sent: Wed 6/20/2007 11:00 AM
   To: maemo-developers@maemo.org
   Subject: Re: extras packages for sardine
 
   Is this possible yet? Assuming that the sardine repository is the
 future
   Maemo Chinook version, I will want to upload and test packages
 before
   Maemo Chinook is actually released.
 
   On Thu, 2006-11-09 at 23:18 +0100, Murray Cumming wrote:
Is there any way I can upload extras (previously contrib, from
garage.maemo.org projects) packages for use with sardine, instead
 of
just mistral?
   
This would help us to make sure our packages work with the latest
 code,
before it is actually released as stable, and help us to adapt to
 any
changes.
 
   --
   Murray Cumming
   [EMAIL PROTECTED]
   www.murrayc.com
   www.openismus.com
 
   ___
   maemo-developers mailing list
   maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
-- 
Quim Gil - http://maemo.org

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Eclipse the IDEs

2007-06-26 Thread Quim Gil
On Mon, 2007-06-25 at 17:13 +0300, ext Naba Kumar wrote:
 I would still keep the options to encourage and support other IDEs for 
 meamo development.

Only a small detail: we are not trying to encourage any IDE. We want to
clarify what are the IDEs those targeted developers are used to, in
order to provide maemo support for these tools.

Eclipse based IDEs are widely used by developers specializing in mobile
devices, according to Forum Nokia. They probably know well. All the
better if we can ease their path to Linux and GTK+ development by
providing/improving the maemo support on their preferred tools, don't
you think?

-- 
Quim Gil - http://maemo.org

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Xephyr

2007-06-26 Thread andrew gatt
I think my Xephyr installation inside the VMWare image available is 
broken, or at least doesn't work with the framework included with the 
2.2 SDK. I've recently read a couple of mails saying that there are less 
stable versions of Xephyr about and that they have used the latest git 
version with success. I'm very unfamiliar with git, could someone please 
tell me (or point me in the direction of) how i can download and install 
the latest git version of Xephyr. For starters i can't even find it to 
download!

Thanks

Andrew
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Check existance of hildon header files

2007-06-26 Thread Murray Cumming
On Mon, 2007-06-25 at 19:13 -0700, Ngurah wrote:
 Hi,
  
   Last night i trying to make some configure.in script on
 scratchbox.Basically i need to define when to use hildon and when to
 only use gtk , so in my configure.in i include this line :
 
 
 AC_CHECK_HEADERS([hildon-widgets/hildon-program.h],[have_hildon=yes],[have_hildon=no])
 if test x$have_hildon = xyes; then

You might need to use == instead of =.

AC_DEFINE(HAVE_HILDON,,[define this if have hildon framework])
 fi 
 AM_CONDITIONAL([HAVE_HILDON], [test x$have_hildon = xyes])
 
 but when i check the generated config.h , my HAVE_HILDON macro always
 undefine even there are the specified header file on system.
 
 Anyone has experience on autoconf/automake regarding of this, please
 help me out of this problem.
 Thnks
 
 BG
 Gusti
 
 
 
 __
 Looking for a deal? Find great prices on flights and hotels with
 Yahoo! FareChase.
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Check existance of hildon header files

2007-06-26 Thread Daniel Stone
On Tue, Jun 26, 2007 at 02:53:44PM +0200, ext Murray Cumming wrote:
 On Mon, 2007-06-25 at 19:13 -0700, Ngurah wrote:
Last night i trying to make some configure.in script on
  scratchbox.Basically i need to define when to use hildon and when to
  only use gtk , so in my configure.in i include this line :
  
  
  AC_CHECK_HEADERS([hildon-widgets/hildon-program.h],[have_hildon=yes],[have_hildon=no])
  if test x$have_hildon = xyes; then
 
 You might need to use == instead of =.

No, that's a bashism.


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Xephyr

2007-06-26 Thread Marcelo Lira

Hi Andrew,

Xephyr is part of the xserver source tree[1], and you have to download and
compile all to use Xephyr.
Checkout from http://cvs.freedesktop.org/xserver

[1] Specifically here:
http://webcvs.freedesktop.org/xserver/xserver/hw/kdrive/ephyr/

--
Marcelo Lira dos Santos
http://setanta.wordpress.com
@CInLUG: http://www.cin.ufpe.br/~cinlug
@Ciência Livre: http://www.ciencialivre.pro.br
@INdT: http://www.indt.org.br
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Xephyr

2007-06-26 Thread Daniel Stone
On Tue, Jun 26, 2007 at 10:02:32AM -0300, ext Marcelo Lira wrote:
 Xephyr is part of the xserver source tree[1], and you have to download and
 compile all to use Xephyr.
 Checkout from http://cvs.freedesktop.org/xserver
 
 [1] Specifically here:
 http://webcvs.freedesktop.org/xserver/xserver/hw/kdrive/ephyr/

Please god no!  That's ancient code.

You want:
git://anongit.freedesktop.org/git/xorg/xserver
and xserver/hw/kdrive/ephyr within that.

Cheers,
Daniel


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: watchDog

2007-06-26 Thread Visti Andresen
On Mon, 25 Jun 2007 11:46:46 +0200
Massimo Pace [EMAIL PROTECTED] wrote:

 Hi,
 Is it possible to disable the watchdog?
 
 Thanks.
 
 Massimo

The flasher should be capable of disabling the watchdog
Here's the output from the Linux flasher utility, read up on the flags 
no-omap-wd and no-retu-wd

./flasher-3.0 --set-rd-flags
flasher v0.8.7 (Oct 17 2006)

Possible RD flags:
  no-omap-wd
  no-retu-wd
  no-lifeguard-reset
  serial-console
  no-usb-timeout
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: watchDog

2007-06-26 Thread Igor Stoppa
Hi,
On Tue, 2007-06-26 at 19:47 +0200, ext Visti Andresen wrote:
 On Mon, 25 Jun 2007 11:46:46 +0200
 Massimo Pace [EMAIL PROTECTED] wrote:
 
  Hi,
  Is it possible to disable the watchdog?
  
  Thanks.
  
  Massimo
 
 The flasher should be capable of disabling the watchdog
 Here's the output from the Linux flasher utility, read up on the flags 
 no-omap-wd and no-retu-wd

the retu wd cannot be disabled, it's a powerdown wd and is controlled
only by hw means (resistance on a specific pin) which are not available
in standard devices.

-- 
Cheers, Igor

Igor Stoppa [EMAIL PROTECTED]
(Nokia Multimedia - CP - OSSO / Helsinki, Finland)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Check existance of hildon header files

2007-06-26 Thread Ngurah

With PKG_CHECK_MODULES resolve my problem,
thanks for the support.

Gusti

--- Daniel Stone [EMAIL PROTECTED] wrote:

 On Tue, Jun 26, 2007 at 02:53:44PM +0200, ext Murray
 Cumming wrote:
  On Mon, 2007-06-25 at 19:13 -0700, Ngurah wrote:
 Last night i trying to make some configure.in
 script on
   scratchbox.Basically i need to define when to
 use hildon and when to
   only use gtk , so in my configure.in i include
 this line :
   
   
  

AC_CHECK_HEADERS([hildon-widgets/hildon-program.h],[have_hildon=yes],[have_hildon=no])
   if test x$have_hildon = xyes; then
  
  You might need to use == instead of =.
 
 No, that's a bashism.
 



   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=listsid=396545469
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers