<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general">
    <title>gmane.linux.lfs.general</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27203"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27200"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27188"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.lfs.general/27184"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27203">
    <title>Re: lfs-chat Digest, Vol 1328, Issue 1</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27203</link>
    <description>&lt;pre&gt;There is an curses based window manager called TWin if you are looking for
a simple window manager.
Aleksandar Kuktin wrote:


I'm beginning to think that way as well.  Our local Linux users group was
demoing a Raspberry Pi.  They couldn't hook it directly to a monitor.
Without X, they wouldn't have been able to view it on a monitor via the
network.

Would be curious what small graphics or GUI libraries would be recommended
for such a system.  At present, I'm trying to concentrate on SDL,
ncurses/pdcurses and FLTK.  Am currently investigating if I can find enough
replacements for programs I commonly use that only require lighter weight
GUI libraries.  For instance, I work with audacity a lot.  Some other
possibilities might be apcstudio (FLTK) or rezound (Fox Toolkit), but not
sure if they offer all the same editing capabilities.

By the way, another non-X option besides Wayland is to use the
framebuffer.  There are various ports of common GUI libraries that work
with DirectX and there are some interesting t&lt;/pre&gt;</description>
    <dc:creator>Kenno Han</dc:creator>
    <dc:date>2013-05-10T07:09:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27202">
    <title>Re: ALFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27202</link>
    <description>&lt;pre&gt;A little bit of advice, no one would want to help you unless you ask nicely.
If you don't follow this rule, I suggest that you go F*** yourself.
Just saying...
On May 9, 2013 6:38 AM, "public" &amp;lt;public&amp;lt; at &amp;gt;pitchblende.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Kenno Han</dc:creator>
    <dc:date>2013-05-09T18:40:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27201">
    <title>Re: ALFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27201</link>
    <description>&lt;pre&gt; I don't have an automation _tool_, but I do automate my builds.  My
scripts are all in bash and use an extensive number of functions to
do the repetitive bit.  So, for me adding a new package in my
desktop is typically :

1. Try to run configure, by hand, on a completed system.  Sometimes
this shows missing dependencies - if I've willing to try them,
repeat.  If it configures ok, build and try a DESTDIR install.  Tune
the options.

2. Create an "extra-" script from my templates, build and install.
See if I find the package useful [ occasionally, this shows that I need
to do more research, and perhaps add other dependencies ].

3. If I do find it useful, look at the dependencies to take a view on
where I can build it (most new additions don't bring anything for my
existing packages, but occasionally I have to add a dependency and
realise it could be used by an existing package).  Integrate the
scripts into the build in a developmant branch, and test if it is ok
when I next build a new desktop.

 For existing&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2013-05-09T16:02:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27200">
    <title>Re: ALFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27200</link>
    <description>&lt;pre&gt;
...
Maybe the LFS/BLFS support lists have something...? Though what you have
against typing and reading is beyond me, frankly. Have fun looking! :-D

Eleanore Boyd

PS You might get flamed for how you sound. Just a warning.
&lt;/pre&gt;</description>
    <dc:creator>Eleanore Boyd</dc:creator>
    <dc:date>2013-05-09T13:46:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27199">
    <title>Re: ALFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27199</link>
    <description>&lt;pre&gt;
It might be a little more useful/constructive if you could say what you
find 'flawed' in jhalfs?  I have used it for years successfully for
building LFS, but will admit to still having to script BLFS packages as
I've not taken the plunge to using jhalfs for that yet.

Regards,

Matt.

&lt;/pre&gt;</description>
    <dc:creator>Matt Burgess</dc:creator>
    <dc:date>2013-05-09T13:42:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27198">
    <title>ALFS</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27198</link>
    <description>&lt;pre&gt;Would SOMEONE mind actually give me some REAL help on FINALLY
writing an automation tool for LFS/BLFS This hand coding SUCKS and I've 
done it SEVERAL times.
I tried to ask about this ages ago and NOONE had any useful response. 
Yes there is JHALFS but anyone would have to agree it's more than bit 
flawed. I USED be an embedded level C coder of fair to middling talent 
and would LOVE to REALLY fix the situation.

any takers???????

John
&lt;/pre&gt;</description>
    <dc:creator>public</dc:creator>
    <dc:date>2013-05-09T13:38:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27197">
    <title>Re: lfs-chat Digest, Vol 1328, Issue 1</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27197</link>
    <description>&lt;pre&gt;

I'm beginning to think that way as well.  Our local Linux users group was
demoing a Raspberry Pi.  They couldn't hook it directly to a monitor.
Without X, they wouldn't have been able to view it on a monitor via the
network.

Would be curious what small graphics or GUI libraries would be recommended
for such a system.  At present, I'm trying to concentrate on SDL,
ncurses/pdcurses and FLTK.  Am currently investigating if I can find enough
replacements for programs I commonly use that only require lighter weight
GUI libraries.  For instance, I work with audacity a lot.  Some other
possibilities might be apcstudio (FLTK) or rezound (Fox Toolkit), but not
sure if they offer all the same editing capabilities.

By the way, another non-X option besides Wayland is to use the
framebuffer.  There are various ports of common GUI libraries that work
with DirectX and there are some interesting tools that work directly with
framebuffer.

Sincerely,
Laura
&lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2013-05-09T11:30:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27196">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27196</link>
    <description>&lt;pre&gt;
I still think that X without a desktop environment and with one or two
small graphical libraries is better.

&lt;/pre&gt;</description>
    <dc:creator>Aleksandar Kuktin</dc:creator>
    <dc:date>2013-05-08T15:30:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27195">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27195</link>
    <description>&lt;pre&gt;

There's some support for SDL with Wayland.  Not sure if it's in SDL 1.2 or
2.0 though.  SDL 2.0 is being released this month, but most applications
I've run across or am using are still designed for 1.2.  I did ask on the
FLTK mailing list about possible Wayland support.  They said they weren't
planning any.  Since Wayland will have some support for X applications
(according to FAQ it will be able to run a root-less X server as a client),
they're planning on using that instead of porting FLTK to work with
Wayland.  FLTK 1.3 does work well on Nano-X though if one wants to avoid
full X support on a system.  Another lightweight user interface some
applications use is curses (either pdcurses or ncurses).  Pdcurses can run
via SDL, so I guess that gives some Wayland support if SDL 1.2 works on
Wayland.  There's Fox Toolkit which was popular with lightweight
distributions.  Not sure how much it's being used now.  Most of the
applications that work with it are designed for version 1.6, but the
current version is &lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2013-05-08T11:24:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27194">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27194</link>
    <description>&lt;pre&gt;Enlightenment EFL has supported Wayland for a while.   Think it was the first to do so.

CuZnDragon
Robin Cook

On Tue, 7 May 2013 20:31:53 +0100
Ken Moffat &amp;lt;zarniwhoop&amp;lt; at &amp;gt;ntlworld.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Robin Cook</dc:creator>
    <dc:date>2013-05-07T20:50:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27193">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27193</link>
    <description>&lt;pre&gt;
 I may be wrong, but the postings on Wayland which I've read at
lwn.net implied that only gtk+-3 (possibly, with xfce, definitely
with gnome) and Qt/kde are supported.  Neither are what I would
describe as lightweight ;)

ĸen
&lt;/pre&gt;</description>
    <dc:creator>Ken Moffat</dc:creator>
    <dc:date>2013-05-07T19:31:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27192">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27192</link>
    <description>&lt;pre&gt;You're welcome.
Also, if you are checking out GUI, you might want to look at Wayland.
&lt;/pre&gt;</description>
    <dc:creator>Kenno Han</dc:creator>
    <dc:date>2013-05-07T18:13:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27191">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27191</link>
    <description>&lt;pre&gt;

Thanks.  Will do.  I've also been looking into musl (
http://www.musl-libc.org/ ).  Seems pretty nice.  I've built some programs
with uclibc in the past and have recently been trying out musl for building
applications.  Not sure how well musl supports C++, but for C programs, so
far, programs seem to need less patches to build than they did with ulibc.
Still need patches for both though.  They don't always have exactly the
same functionality and syntax as glibc or eglibc.

Sincerely,
Laura
http://www.distasis.com/cpp
&lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2013-05-07T12:09:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27190">
    <title>Re: lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27190</link>
    <description>&lt;pre&gt;There are hints available on busybox and uclibc. I think you should check
that out.
On May 5, 2013 8:18 AM, "LM" &amp;lt;lmemsm&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Kenno Han</dc:creator>
    <dc:date>2013-05-07T01:29:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27189">
    <title>lightweight library and utility alternatives</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27189</link>
    <description>&lt;pre&gt;Just wondering if anyone's using any more lightweight alternatives on
their systems rather than the usual standards.  For instance, busybox
or toybox instead of the usual GNU tools, gettext-tiny instead of
gettext, pkg-conf instead of pkg-config.  If you're using any
alternative libraries or utilities as replacements, would be curious
to hear what you're using.  Thanks.

Sincerely,
Laura
http://www.distasis.com/cpp
&lt;/pre&gt;</description>
    <dc:creator>LM</dc:creator>
    <dc:date>2013-05-05T15:17:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27188">
    <title>★ Read your message before it gets deleted!</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27188</link>
    <description>&lt;pre&gt;Read the message that Dominic Ringuet left for you before it gets deleted!

To read your message, follow this link:
http://us1.badoo.com/01225901433/in/727H7KEJDFI/?lang_id=3&amp;amp;g=57&amp;amp;m=65&amp;amp;mid=51854c4900000000000300000195b949033dc8ef0019



If clicking the links in this message does not work, copy and paste them into the address bar of your browser.

This email is part of our delivery procedure for the message sent by Dominic Ringuet. If you have received this email by mistake, please ignore it. The message will be deleted soon.

Have fun!
The Badoo Team

You have received this email from Badoo Trading Limited (postal address below).
http://us1.badoo.com/impersonation.phtml?lang_id=3&amp;amp;email=lfs-chat%40linuxfromscratch.org&amp;amp;block_code=72b4cf&amp;amp;m=65&amp;amp;mid=51854c4900000000000300000195b949033dc8ef0019

Badoo Trading Limited is a limited company registered in England and Wales
under CRN 7540255 with its registered office at Media Village, 131 - 151 Great Titchfield Street, London, W1W 5BB.-- 
http://linuxfromscratch.org/ma&lt;/pre&gt;</description>
    <dc:creator>Badoo</dc:creator>
    <dc:date>2013-05-04T17:58:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27187">
    <title>Re: Live CD</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27187</link>
    <description>&lt;pre&gt;It died, in terms of being able to build LFS. HOWEVER, it could still be 
used as a rescue disk for an already-built LFS or other distro.

It may have been due to the effort required to keep building the system 
used for the CD, one or more of the maintainers may have lost the 
time/resources to stay on the project, LFS was upgrading by leaps and 
bounds too quickly to be able to keep up, so on and so forth. If you 
want to revive the project, then go for it. Or if you want to completely 
redo it, then go forth and conquer it, mighty warrior.

Eleanore Boyd
&lt;/pre&gt;</description>
    <dc:creator>Eleanore Boyd</dc:creator>
    <dc:date>2013-04-30T12:39:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27186">
    <title>Live CD</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27186</link>
    <description>&lt;pre&gt;Just wondering, what happen to the LFS LiveCD project?
&lt;/pre&gt;</description>
    <dc:creator>Kenno Han</dc:creator>
    <dc:date>2013-04-30T06:42:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27185">
    <title>Re: init script management</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27185</link>
    <description>&lt;pre&gt;

I am not convinced that an "industrial strength flame-retardant suit" 
would be of
any value here as it would offer little protection in the in-suing on slot.
:^0


&lt;/pre&gt;</description>
    <dc:creator>Baho Utot</dc:creator>
    <dc:date>2013-04-29T11:56:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27184">
    <title>Re: init script management</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27184</link>
    <description>&lt;pre&gt;

What about writing it using lua, then it would fit better into rpm as 
rpm has an internal lua interpreter.
I have just looked at the language as I have the book Beginning Lua 
programming and I am impressed at what it can do.


&lt;/pre&gt;</description>
    <dc:creator>Baho Utot</dc:creator>
    <dc:date>2013-04-29T11:51:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.lfs.general/27183">
    <title>Re: init script management</title>
    <link>http://permalink.gmane.org/gmane.linux.lfs.general/27183</link>
    <description>&lt;pre&gt;
There's a systemd branch at
http://www.linuxfromscratch.org/lfs/view/systemd/ - it's build and boot
tested, albeit with some test failures in 'attr' that I need to
investigate. Just in case you fancy giving it a try.

I'm not sure it'll be merged into LFS proper any time soon; I think I
need to invest in an industrial strength flame-retardant suit before I
seriously propose the merge :-)

Regards,

Matt.

&lt;/pre&gt;</description>
    <dc:creator>Matt Burgess</dc:creator>
    <dc:date>2013-04-29T11:25:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.lfs.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.lfs.general</link>
  </textinput>
</rdf:RDF>
