Picon

Lumiera logo

Hi!

The Lumiera Logo contest has just come to an end.

Fireworks and celebrations for the Lumiera logo have been reported all
around the world, starting early this morning at Chatam Island.
Actually they are still going on!!

Thanks to our enthusiastic and generous community.

To know more you can just watch the news or follow this link:
http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/results.pl?id=E_7df51370797b45d6 

Happy GNU year!

Raffaella
Branislav Nakic | 1 Jan 03:21
Picon

Re: Lumiera logo

Meh.

On Thu, Jan 1, 2009 at 1:01 AM, Raffaella Traniello <raffaella.traniello-mkJqz3QHin6onA0d6jMUrA@public.gmane.org> wrote:
Hi!

The Lumiera Logo contest has just come to an end.

Fireworks and celebrations for the Lumiera logo have been reported all
around the world, starting early this morning at Chatam Island.
Actually they are still going on!!

Thanks to our enthusiastic and generous community.


To know more you can just watch the news or follow this link:
http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/results.pl?id=E_7df51370797b45d6


Happy GNU year!

Raffaella


_______________________________________________
Lumiera mailing list
Lumiera-aLEFhgZF4x639dL7tAm8iNi2O/JbrIOy@public.gmane.org
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera

_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Joel Holdsworth | 1 Jan 12:16
Picon
Gravatar

Re: Lumiera logo

Excellent - I think the right logo won. Now I just need to be provided
with or to make an icon version of it in different sizes, preferably
Tango compliant, and we can set it as the app icon!

On Thu, 2009-01-01 at 01:01 +0100, Raffaella Traniello wrote:
> Hi!
> 
> The Lumiera Logo contest has just come to an end.
> 
> Fireworks and celebrations for the Lumiera logo have been reported all
> around the world, starting early this morning at Chatam Island.
> Actually they are still going on!!
> 
> Thanks to our enthusiastic and generous community.
> 
> 
> To know more you can just watch the news or follow this link:
> http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/results.pl?id=E_7df51370797b45d6 
> 
> 
> Happy GNU year!
> 
> Raffaella
> 
> 
> _______________________________________________
> Lumiera mailing list
> Lumiera@...
> http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Attachment (smime.p7s): application/x-pkcs7-signature, 3181 bytes
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Odin Omdal Hørthe | 1 Jan 12:25
Picon
Gravatar

Re: Lumiera logo

On Thu, Jan 1, 2009 at 12:16 PM, Joel Holdsworth
<joel@...> wrote:
> Excellent - I think the right logo won. Now I just need to be provided
> with or to make an icon version of it in different sizes, preferably
> Tango compliant, and we can set it as the app icon!

Jupp! :D I actually forgot to vote, -- but the condorcet method
usually gives quite good results and I see that it fell on my first
choice anyway.

--

-- 
Beste helsing,
Odin Hørthe Omdal <odin.omdal@...>
http://www.velmont.net
Gour | 1 Jan 13:08
Picon
Gravatar

Re: Lumiera logo

>>>>> "Joel" == <joel@...> writes:

Joel> Excellent - I think the right logo won. 

Huh, I missed voting :-(

Joel> Now I just need to be provided with or to make an icon version of
Joel> it in different sizes, preferably Tango compliant, and we can set
Joel> it as the app icon!

Cool. Does it mean Lumiera is already desktop-ready?

Wishing you all Happy New Year with Lumiera running on our desktops!

Sincerely,
Gour

--

-- 

Gour  | Zagreb, Croatia  | GPG key: C6E7162D
----------------------------------------------------------------
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Christian Thaeter | 1 Jan 14:17

Documentation for NoBug

Sometimes people complained at me that the NoBug documentation is not
very good and I have to admit that this is quite true. Benny did a great
job sending me an corrected and asciidoced manual which I commited to my
'devel' branch as README.txt in parallel to the old README.

The question is now how to improve it in future? I am considering to
maintain the Documentation within the sourcecode as asciidoc. For that I
reactivated a simple documentation extracing script i've written long
ago and beefed it up with better doc itself now:
http://git.pipapo.org/?p=pipadoc;a=blob_plain;f=pipadoc.html;hb=c5a19e70fcbc69f017f297addbb6164c581c2d5e

So far this is just an idea, I'm open for comments. The Moinmoin wiki
will fade out soon and the content there will be migrated to
asciidoc/uwiki. With uwiki it becomes feasible to keep complete projects
with their source files in a wiki.

Now it's time to make a decision how to proceed. Thats why I am sending
this mail to all all people marginally involved with NoBug. I am quite
interested on your opinions.

So far I see the following ways:
1. As before, have a separate Wiki page to maintain the documentation.
   This will become asciidoc.
2. Using my small pipadoc tool, maintaining the documentation inside the
   source as asciidoc.
3. Using doxygen to maintain in source documentation.

Either of the above solutions will become wiki editable.

I am not completely convinced yet, but I have the feeling that
maintaining the documentation inside the source has some benefits for
anyone, its easier to keep the docs in sync and one works with the
source can see the documentation for the source he is looking at.

Anyone of you have any other/better idea?

Well that was the first thing. The next is "Whats missing at the
documentation and how can it be improved?" any suggestions here?

	Greetings & Happy new Year
		Christian
Joel Holdsworth | 1 Jan 14:40
Picon
Gravatar

Re: Documentation for NoBug

Personally I think #3 is the most practical idea there. #2 is cooler and
more elegant, but the problem is pipadoc (cool though it is) isn't
widely distributed. Whereas if you use doxygen, whatever is done with
nobug.h, wherever it ends up, it will retain the ability to document
itself.

I don't feel that strongly about it though.

On Thu, 2009-01-01 at 14:17 +0100, Christian Thaeter wrote:
> Sometimes people complained at me that the NoBug documentation is not
> very good and I have to admit that this is quite true. Benny did a great
> job sending me an corrected and asciidoced manual which I commited to my
> 'devel' branch as README.txt in parallel to the old README.
> 
> The question is now how to improve it in future? I am considering to
> maintain the Documentation within the sourcecode as asciidoc. For that I
> reactivated a simple documentation extracing script i've written long
> ago and beefed it up with better doc itself now:
> http://git.pipapo.org/?p=pipadoc;a=blob_plain;f=pipadoc.html;hb=c5a19e70fcbc69f017f297addbb6164c581c2d5e
> 
> So far this is just an idea, I'm open for comments. The Moinmoin wiki
> will fade out soon and the content there will be migrated to
> asciidoc/uwiki. With uwiki it becomes feasible to keep complete projects
> with their source files in a wiki.
> 
> Now it's time to make a decision how to proceed. Thats why I am sending
> this mail to all all people marginally involved with NoBug. I am quite
> interested on your opinions.
> 
> So far I see the following ways:
> 1. As before, have a separate Wiki page to maintain the documentation.
>    This will become asciidoc.
> 2. Using my small pipadoc tool, maintaining the documentation inside the
>    source as asciidoc.
> 3. Using doxygen to maintain in source documentation.
> 
> Either of the above solutions will become wiki editable.
> 
> I am not completely convinced yet, but I have the feeling that
> maintaining the documentation inside the source has some benefits for
> anyone, its easier to keep the docs in sync and one works with the
> source can see the documentation for the source he is looking at.
> 
> Anyone of you have any other/better idea?
> 
> Well that was the first thing. The next is "Whats missing at the
> documentation and how can it be improved?" any suggestions here?
> 
> 
> 	Greetings & Happy new Year
> 		Christian
> _______________________________________________
> Lumiera mailing list
> Lumiera@...
> http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Attachment (smime.p7s): application/x-pkcs7-signature, 3181 bytes
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Joel Holdsworth | 1 Jan 14:57
Picon
Gravatar

Re: Lumiera logo

> Cool. Does it mean Lumiera is already desktop-ready?

There's a GUI with no backend attached. It's just an empty shell. Still
something to look at; something to attach an icon to.
Attachment (smime.p7s): application/x-pkcs7-signature, 3181 bytes
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Christian Thaeter | 1 Jan 14:58

testmail

mailinglist got stucked?
Picon

Re: testsuite development, any volunteer?

Hi,

On Thu, Jan 1, 2009 at 8:46 PM, Christian Thaeter <ct@...> wrote:
> Bhikkhu Mettavihari wrote:
>> Even with the below error I find
>> ./lumigui is working
>
> nice :) .. well ichthyo tried something with g_threads wich is obsolete
> now, i don't know if there are any artifact left from that, this should
> be cleared up. Thanks for starting working on this!
> Note: please respond your mails to the mailinglist
> (lumiera@...), not me in private. It is more
helpful if
> others see the reports too.

Shall do,

> About the AC_CONFIG_MACRO_DIR([m4]) i'll check that. Which linux
> distribution and what autotools version / gcc version do you use btw?

I am using this for testing
I am doing this on a laptop with 1 gb ram
Ubuntu 8.10
autoreconf (GNU Autoconf) 2.61
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11)

>>> sync-waiting-test.cpp:(.text._ZN3lib4test16SyncWaiting_test3runERSt6vectorISsSaISsEE[lib::test::SyncWaiting_test::run(std::vector<std::basic_string<char,
>>> std::char_traits<char>, std::allocator<char> >,
>>> std::allocator<std::basic_string<char, std::char_traits<char>,
>>> std::allocator<char> > > >&)]+0x148): undefined reference to
>>> `g_thread_init'
>>> collect2: ld returned 1 exit status
>>> make[3]: *** [test-lib] Error 1
>>> make[3]: Leaving directory `/usr/local/src/LUMIERA/build'
>>> make[2]: *** [check-am] Error 2
>>> make[2]: Leaving directory `/usr/local/src/LUMIERA/build'
>>> make[1]: *** [check-recursive] Error 1
>>> make[1]: Leaving directory `/usr/local/src/LUMIERA/build'
>>> make: *** [check] Error 2
>>> root <at> dhammavihari:/usr/local/src/LUMIERA/build#

It would be nice to find out what that error is.

Mettavihari

>>> On Thu, Jan 1, 2009 at 8:19 PM, Bhikkhu Mettavihari
<tv.lists@...> wrote:
>>>> Hi Christian
>>>>
>>>> I have now gotten started
>>>> and like to give you a general progress report
>>>>
>>>> I installed nobug in /usr/local/src/nobug/
>>>> cd /usr/local/src/LUMIERA/
>>>> root <at> dhammavihari:/usr/local/src/LUMIERA# autoreconf -fi
>>>> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `scripts'.
>>>> libtoolize: copying file `scripts/config.guess'
>>>> libtoolize: copying file `scripts/config.sub'
>>>> libtoolize: copying file `scripts/install-sh'
>>>> libtoolize: copying file `scripts/ltmain.sh'
>>>> libtoolize: putting macros in `m4'.
>>>> libtoolize: copying file `m4/libtool.m4'
>>>> libtoolize: copying file `m4/ltoptions.m4'
>>>> libtoolize: copying file `m4/ltsugar.m4'
>>>> libtoolize: copying file `m4/ltversion.m4'
>>>> libtoolize: copying file `m4/lt~obsolete.m4'
>>>> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
>>>> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
>>>> root <at> dhammavihari:/usr/local/src/LUMIERA#
>>>>
>>>> I added
>>>> AC_CONFIG_MACRO_DIR([m4]) to the file configure.ac
>>>> and it worked.
>>>> I presume that is not to be reported ?
>>>>
>>>> I did not have boost 1.35 installed and that gave me errors like
>>>> checking boost/shared_ptr.hpp usability... no
>>>> checking boost/shared_ptr.hpp presence... no
>>>> checking for boost/shared_ptr.hpp... no
>>>> configure: error: boost::shared_ptr missing
>>>> (http://www.boost.org/)
>>>> root <at> dhammavihari:/usr/local/src/LUMIERA/build#
>>>> I also was missing a few other packages which I installed and the
>>>> configure file worked.
>>>>
>>>> Now the make is working and the make check is done
>>>> so now the fun starts ;-)
>>>>
>>>> with metta
>>>> Mettavihari
>>>>
>>>> On Wed, Dec 31, 2008 at 6:00 AM, Christian Thaeter <ct@...> wrote:
>>>>> Bhikkhu Mettavihari wrote:
>>>>>> Hi Christian,
>>>>>>
>>>>>> I am running Linux on several machines
>>>>>> and run the old version of Cinelerra for all my production.
>>>>>> I would like to help, but please let me know what hard ware is required,
>>>>>> since my configurations might not be high enough.
>>>>> Should not be a problem, my guess is that a 1Ghz machine with 512MB ram
>>>>> would be useable to compile and run the testsuite with no problems.
>>>>> Actually I am quite interested that Lumiera scales down to smaller
>>>>> hardware as big ones (anyone on the list has a 8 or 16 core machine with
>>>>> 32+ GB ram and some TB diskspace and would volunteer in running some
>>>>> tests sometime in future? hey testing the lower end is cheap, but the
>>>>> upper end might become some challenge yet alone to find someone who has
>>>>> such hardware and makes it available for tests)
>>>>>
>>>>>> I have not gotten into even downloading your source
>>>>>> so please give me a few more down to earth hints on what to do.
>>>>> You need to install a lot of build tools and dependencies first, thats
>>>>> git, gcc, g++, NoBug, Gtkmm, gavl and many more (configure will fail and
>>>>> tell you whats missing). Most things execpt NoBug should be packaged for
>>>>> any decent distro, if not the configure tells you the homepage from
>>>>> where to get the things (but try to install the distros packages first)
>>>>>
>>>>> There is a Tutorial on:
>>>>>  http://www.pipapo.org/pipawiki/Lumiera/NewbiesTutorials
>>>>>
>>>>> If you find any inconsistencies in this tutorial you can right fix them
>>>>> in the wiki, or send a mail about your problems.
>>>>>
>>>>> When you gotten to the point the 'make check' succeeds with no errors
>>>>> then the fun starts:
>>>>>
>>>>> You go to the nobug dir and checkout the new test.sh from the
>>>>> development branch:
>>>>>  git checkout origin/devel -- tests/test.sh
>>>>>
>>>>> copy that test.sh into the lumiera tests dir, replacing the old one:
>>>>>  cp tests/test.sh /path/to/lumiera/tests/test.sh
>>>>>
>>>>> then you go back to lumiera build dir and 'make check' again. This will
>>>>> now report serveral failures. Looking at the ,testlog file gives a
>>>>> report. Then you edit the respective tests in lumiera/tests/*.tests most
>>>>> often some parenthesis ()[] and other regex chars have to be escaped \(
>>>>> \) \[ \] and so on. Other things may need fixing too or made more
>>>>> generic (this scales with your regex knowledge).
>>>>>
>>>>> After you did some fixes you 'make check' again and see if it worked. If
>>>>> yes, commit it and push it to the mob repository, then continue with the
>>>>> next failure. Voila, welcome to the Lumiera development world.
>>>>>
>>>>>        Christian
>>>>>
>>>>
>>>>
>>>> --
>>>> Streaming video from http://dharmavahini.tv
>>>>
>>>
>>>
>>> --
>>> Streaming video from http://dharmavahini.tv
>>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>
>

--

-- 
Streaming video from http://dharmavahini.tv

Gmane