* Another low-hanging fruit: aisleriot
@ 2008-09-26 14:38 Robert Schuster
2008-09-26 20:45 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Robert Schuster @ 2008-09-26 14:38 UTC (permalink / raw)
To: openembedded-users, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
Hi,
our gnome-games recipe disables aisleriot because of some problems
described here:
http://bugs.openembedded.net/show_bug.cgi?id=4585
Like with the mysql recipe I consider this issue beginner-friendly and
as such a good way to get into OE development.
Happy hacking!
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Another low-hanging fruit: aisleriot
2008-09-26 14:38 Another low-hanging fruit: aisleriot Robert Schuster
@ 2008-09-26 20:45 ` Koen Kooi
2008-10-01 18:09 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2008-09-26 20:45 UTC (permalink / raw)
To: openembedded-devel
On 26-09-2008 16:38, Robert Schuster wrote:
> Hi,
> our gnome-games recipe disables aisleriot because of some problems
> described here:
>
> http://bugs.openembedded.net/show_bug.cgi?id=4585
I couldn't reproduce the problems anymore, so .dev now has 2.24 with
aisleriot enabled :)
regards,
Koen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Another low-hanging fruit: aisleriot
2008-09-26 20:45 ` Koen Kooi
@ 2008-10-01 18:09 ` Koen Kooi
2008-10-02 1:08 ` Tom Talpey
0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2008-10-01 18:09 UTC (permalink / raw)
To: openembedded-devel
On 26-09-2008 22:45, Koen Kooi wrote:
> On 26-09-2008 16:38, Robert Schuster wrote:
>> Hi,
>> our gnome-games recipe disables aisleriot because of some problems
>> described here:
>>
>> http://bugs.openembedded.net/show_bug.cgi?id=4585
>
> I couldn't reproduce the problems anymore, so .dev now has 2.24 with
> aisleriot enabled :)
It somehow got disabled again, but since there was no bug activity: it's
enabled again.
regards,
Koen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Another low-hanging fruit: aisleriot
2008-10-01 18:09 ` Koen Kooi
@ 2008-10-02 1:08 ` Tom Talpey
2008-10-02 2:18 ` Philip Balister
0 siblings, 1 reply; 7+ messages in thread
From: Tom Talpey @ 2008-10-02 1:08 UTC (permalink / raw)
To: openembedded-devel
At 02:09 PM 10/1/2008, Koen Kooi wrote:
>On 26-09-2008 22:45, Koen Kooi wrote:
>> On 26-09-2008 16:38, Robert Schuster wrote:
>>> Hi,
>>> our gnome-games recipe disables aisleriot because of some problems
>>> described here:
>>>
>>> http://bugs.openembedded.net/show_bug.cgi?id=4585
>>
>> I couldn't reproduce the problems anymore, so .dev now has 2.24 with
>> aisleriot enabled :)
>
>It somehow got disabled again, but since there was no bug activity: it's
>enabled again.
I actually cooked up a recipe that builds the entire gnome-games suite,
along with ggz, successfully. I got it running on my iPaq H1940 recently.
A couple of them don't work well on the qvga (Aisleriot in particular looks
really scrunched), but chess and sudoku are pretty nice. BTW, the full
install plus rdepends, on ARM is about 40MB. :-(
I broke out the individual games as packages, and (I think) have most of
the rdepends down too. How would I send my recipe for comments, just
post it on this list?
Tom.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Another low-hanging fruit: aisleriot
2008-10-02 1:08 ` Tom Talpey
@ 2008-10-02 2:18 ` Philip Balister
2008-10-02 13:27 ` Tom Talpey
0 siblings, 1 reply; 7+ messages in thread
From: Philip Balister @ 2008-10-02 2:18 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]
om Talpey wrote:
> At 02:09 PM 10/1/2008, Koen Kooi wrote:
>> On 26-09-2008 22:45, Koen Kooi wrote:
>>> On 26-09-2008 16:38, Robert Schuster wrote:
>>>> Hi,
>>>> our gnome-games recipe disables aisleriot because of some problems
>>>> described here:
>>>>
>>>> http://bugs.openembedded.net/show_bug.cgi?id=4585
>>> I couldn't reproduce the problems anymore, so .dev now has 2.24 with
>>> aisleriot enabled :)
>> It somehow got disabled again, but since there was no bug activity: it's
>> enabled again.
>
> I actually cooked up a recipe that builds the entire gnome-games suite,
> along with ggz, successfully. I got it running on my iPaq H1940 recently.
> A couple of them don't work well on the qvga (Aisleriot in particular looks
> really scrunched), but chess and sudoku are pretty nice. BTW, the full
> install plus rdepends, on ARM is about 40MB. :-(
>
> I broke out the individual games as packages, and (I think) have most of
> the rdepends down too. How would I send my recipe for comments, just
> post it on this list?
Please add the recipe to bugs.openembedded.org (typed from memory) and I
will try and commit it, provided it worlks for me :)
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Another low-hanging fruit: aisleriot
2008-10-02 2:18 ` Philip Balister
@ 2008-10-02 13:27 ` Tom Talpey
2008-11-07 15:59 ` gnome-games recipe update was " Tom Talpey
0 siblings, 1 reply; 7+ messages in thread
From: Tom Talpey @ 2008-10-02 13:27 UTC (permalink / raw)
To: openembedded-devel
At 10:18 PM 10/1/2008, Philip Balister wrote:
>Tom Talpey wrote:
>> I broke out the individual games as packages, and (I think) have most of
>> the rdepends down too. How would I send my recipe for comments, just
>> post it on this list?
>
>Please add the recipe to bugs.openembedded.org (typed from memory) and I
>will try and commit it, provided it worlks for me :)
Ok, will do, soon. You probably want to check my work. :-)
I did have to patch the m4's in both gnome-games and ggz, because they
insisted on adding "/usr" and "/usr/local" (no $prefix/$eprefix) to various
include and library paths. These in turn silently broke the builds, as they
cause cross-compile warnings from gcc. There didn't appear to be a way
to override them, so I added a patch.
Also, the apps create multiple desktop icon families, and install them in
various places that matchbox doesn't look. I arbitrarily chose the 48x48
one to install for matchbox. If there are other ways to do this, I'm all
ears.
There are still a couple of icons missing, the "scores" menu item gets a
red X for instance. I haven't found where those might be installed from.
They appear to be harmless.
I'll put some text in the submit comments.
Tom.
^ permalink raw reply [flat|nested] 7+ messages in thread
* gnome-games recipe update was Re: Another low-hanging fruit: aisleriot
2008-10-02 13:27 ` Tom Talpey
@ 2008-11-07 15:59 ` Tom Talpey
0 siblings, 0 replies; 7+ messages in thread
From: Tom Talpey @ 2008-11-07 15:59 UTC (permalink / raw)
To: openembedded-devel
At 08:27 AM 10/2/2008, Tom Talpey wrote:
>At 10:18 PM 10/1/2008, Philip Balister wrote:
>>Tom Talpey wrote:
>>> I broke out the individual games as packages, and (I think) have most of
>>> the rdepends down too. How would I send my recipe for comments, just
>>> post it on this list?
>>
>>Please add the recipe to bugs.openembedded.org (typed from memory) and I
>>will try and commit it, provided it worlks for me :)
>
>Ok, will do, soon.
Any further interest in this? I've done the above and tested, a month ago
now and wondering if more is needed.
http://bugs.openembedded.net/show_bug.cgi?id=4607
Thanks,
Tom.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-11-07 16:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26 14:38 Another low-hanging fruit: aisleriot Robert Schuster
2008-09-26 20:45 ` Koen Kooi
2008-10-01 18:09 ` Koen Kooi
2008-10-02 1:08 ` Tom Talpey
2008-10-02 2:18 ` Philip Balister
2008-10-02 13:27 ` Tom Talpey
2008-11-07 15:59 ` gnome-games recipe update was " Tom Talpey
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.