* [Buildroot] Adding X11R7 to buildroot
@ 2007-07-12 8:23 Julien Letessier
2007-07-12 11:36 ` Ulf Samuelsson
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Julien Letessier @ 2007-07-12 8:23 UTC (permalink / raw)
To: buildroot
Hi folks,
As some of you known I've been working on X11R7.1 packages for
buildroot. These packages may replace xorg and tinyx.
Patches have ben sumbitted in previous emails.
I'm now starting to wonder
* if the buildroot community is interested in including these >250
packages in buildroot;
* how to include them (dropping hundreds of directories in package/ looks ugly);
* who's willing to help testing.
Note that since all X packages use the GNU build system and are
well-maintained and portable, they shouldn't require much maintenance
here.
What's your opinion?
--
Julien Letessier
<julien.letessier@technosens.fr>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Adding X11R7 to buildroot
2007-07-12 8:23 [Buildroot] Adding X11R7 to buildroot Julien Letessier
@ 2007-07-12 11:36 ` Ulf Samuelsson
2007-07-12 13:20 ` Nuno da Costa Ferro
2007-07-12 11:42 ` Will Crozier
2007-07-14 14:04 ` Thomas Lundquist
2 siblings, 1 reply; 7+ messages in thread
From: Ulf Samuelsson @ 2007-07-12 11:36 UTC (permalink / raw)
To: buildroot
tor 2007-07-12 klockan 10:23 +0200 skrev Julien Letessier:
> Hi folks,
>
> As some of you known I've been working on X11R7.1 packages for
> buildroot. These packages may replace xorg and tinyx.
> Patches have ben sumbitted in previous emails.
>
> I'm now starting to wonder
> * if the buildroot community is interested in including these >250
> packages in buildroot;
> * how to include them (dropping hundreds of directories in package/ looks ugly);
> * who's willing to help testing.
>
Why not create "packages/X11R7" and then put all X11 package directories
below that directory?
I would be very interested in having X11R7 support in buildroot.
> Note that since all X packages use the GNU build system and are
> well-maintained and portable, they shouldn't require much maintenance
> here.
>
> What's your opinion?
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Adding X11R7 to buildroot
2007-07-12 8:23 [Buildroot] Adding X11R7 to buildroot Julien Letessier
2007-07-12 11:36 ` Ulf Samuelsson
@ 2007-07-12 11:42 ` Will Crozier
2007-07-14 14:04 ` Thomas Lundquist
2 siblings, 0 replies; 7+ messages in thread
From: Will Crozier @ 2007-07-12 11:42 UTC (permalink / raw)
To: buildroot
> As some of you known I've been working on X11R7.1
> packages for
> buildroot. These packages may replace xorg and
> tinyx.
> Patches have ben sumbitted in previous emails.
tinyx would definitely be useful to me!
> * who's willing to help testing.
I can let you know how I get on with tinyx on x86 at
least!
Will Crozier
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Adding X11R7 to buildroot
2007-07-12 11:36 ` Ulf Samuelsson
@ 2007-07-12 13:20 ` Nuno da Costa Ferro
0 siblings, 0 replies; 7+ messages in thread
From: Nuno da Costa Ferro @ 2007-07-12 13:20 UTC (permalink / raw)
To: buildroot
>
> Why not create "packages/X11R7" and then put all X11 package directories
> below that directory?
>
This seems a good idea to me.
You count on me to help testing the packages on ARM. Right now I'm on
another project, but next week I'll be back to our ARM system.
Kind regards,
Nuno da Costa Ferro
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Adding X11R7 to buildroot
2007-07-12 8:23 [Buildroot] Adding X11R7 to buildroot Julien Letessier
2007-07-12 11:36 ` Ulf Samuelsson
2007-07-12 11:42 ` Will Crozier
@ 2007-07-14 14:04 ` Thomas Lundquist
2007-07-14 15:07 ` Yann E. MORIN
2 siblings, 1 reply; 7+ messages in thread
From: Thomas Lundquist @ 2007-07-14 14:04 UTC (permalink / raw)
To: buildroot
On Thu, Jul 12, 2007 at 10:23:01AM +0200, Julien Letessier wrote:
>
> I'm now starting to wonder
> * if the buildroot community is interested in including these >250
> packages in buildroot;
*hand*
> * how to include them (dropping hundreds of directories in package/ looks ugly);
My attempt was based on:
x11-xserver
x11-libs
x11-drivers
and mainly .mk files inside those but directories might be a better
idea.
> * who's willing to help testing.
I am when I have time again. Finally some vacation coming up (France
here I come!
> Note that since all X packages use the GNU build system and are
> well-maintained and portable, they shouldn't require much maintenance
> here.
agreeed.
Thomas.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Adding X11R7 to buildroot
2007-07-14 14:04 ` Thomas Lundquist
@ 2007-07-14 15:07 ` Yann E. MORIN
2007-07-14 18:46 ` Thomas Lundquist
0 siblings, 1 reply; 7+ messages in thread
From: Yann E. MORIN @ 2007-07-14 15:07 UTC (permalink / raw)
To: buildroot
Thomas,
On Saturday 14 July 2007 16:04, Thomas Lundquist wrote:
> I am when I have time again. Finally some vacation coming up (France
> here I come!
And where will you be staying in our nice country?
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software Designer | \ / CAMPAIGN | ^ |
| --==< ?_? >==-- ?------------.-------: X AGAINST | /e\ There is no |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL | """ conspiracy. |
?------------------------------?-------?------------------?--------------------?
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Adding X11R7 to buildroot
2007-07-14 15:07 ` Yann E. MORIN
@ 2007-07-14 18:46 ` Thomas Lundquist
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Lundquist @ 2007-07-14 18:46 UTC (permalink / raw)
To: buildroot
On Sat, Jul 14, 2007 at 05:07:42PM +0200, Yann E. MORIN wrote:
>
> On Saturday 14 July 2007 16:04, Thomas Lundquist wrote:
> > I am when I have time again. Finally some vacation coming up (France
> > here I come!
>
> And where will you be staying in our nice country?
A friend has a flat in Vence. The report says it's really good weather
there which is a good thing, here it's been really bad for weeks so I'm
really looking forward to this.
Thomas.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-07-14 18:46 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 8:23 [Buildroot] Adding X11R7 to buildroot Julien Letessier
2007-07-12 11:36 ` Ulf Samuelsson
2007-07-12 13:20 ` Nuno da Costa Ferro
2007-07-12 11:42 ` Will Crozier
2007-07-14 14:04 ` Thomas Lundquist
2007-07-14 15:07 ` Yann E. MORIN
2007-07-14 18:46 ` Thomas Lundquist
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox