Picon

Openvideo at SXSW?

Hi!

Last June the Lumiera and Cinelerra communities participated in the 
Openvideo Conference in New York City.
http://openvideoalliance.org 

After the success of the event, the Openvideo Alliance is attempting to
bring the topic of Openvideo at the SXSW 2010.

        http://sxsw.com/ 

        South by Southwest (SXSW, Inc.) is a private company based in
        USA (Austin, Texas) with a year-round staff of professionals
        dedicated to building and delivering conference and festival
        events for entertainment and related media industry
        professionals. 

        Since 1987, SXSW has produced the internationally recognized
        Music and Media Conference & Festival. Since 1994 the events has
        conferences and festivals for the film industry (SXSW Film) as
        well as for the blossoming interactive media (SXSW Interactive
        Festival).

For the event a PanelPicker voting interface has been set up. 
http://panelpicker.sxsw.com/ 
This simple-to-use web application gives the online community the power
to browse through all programming proposals and vote on which ideas they
feel are most appropriate for SXSWeek 2010 (March 12-20). Users are
likewise encouraged to comment on the proposals that they find most
engaging and captivating.
(Continue reading)

Christian Thaeter | 4 Sep 07:32

ANN: Nobug 200909.1 alpha released

This is a major update with all the improvements from the past 1.5
years. The Resource tracker got completely rewritten. We using a new
documentation system now, Documentation got a major update. A testsuite
for selftesting NoBug was added. Many new or planned features such as
fault-injection and logging callbacks are finished. This release starts
with a new version numbering scheme. The API is now mostly finalized.
This is a review release on the way for a major production release soon.

Please install and try it and report me any problems. The Documentation
still needs some work and review.

For all people who contributed to NoBug so far, please read
 http://lumiera.org/nobug_manual.html#_contributor_agreement
and tell me if you have any problems with such an agreement.

Builddrone build and installed this already on the devel-server, so it
breaks Lumiera since few interfaces changed. I am working on fixing this
asap.

	Christian
Christian Thaeter | 5 Sep 23:38

Froscon09 page online

Raffa made a page about our froscon presence...
 http://lumiera.org/FrOSCon09/froscon09.html

... and lost internet connectivity at home :/. So I put it online.

	Christan

Note: raffa: I did not commit the 'Downloads' section and commented it
out because all information there is redundant. We should fix the links
instead to point to the location of the original data and/or make a
global downloads folder which is not versioned in git (this will be
static content which never changes..)
Norval Watson | 6 Sep 00:55
Picon

Re: Froscon09 page online


> Raffa made a page about our froscon presence...
> http://lumiera.org/FrOSCon09/froscon09.html
> 
> ... and lost internet connectivity at home :/. So I put it online.
> 
>     Christan

Looks great! 
Will Jerry Seinfeld and friends  be appearing in the "about nothing" video?
;) Norv

      __________________________________________________________________________________
Get more done like never before with Yahoo!7 Mail.
Learn more: http://au.overview.mail.yahoo.com/
Picon

Re: Froscon09 page online


>> Raffa made a page about our froscon presence...
>> http://lumiera.org/FrOSCon09/froscon09.html
>>>> ... and lost internet connectivity at home :/. So I put it online.
>>>>     Christan

/me borrows someone else's internet connectivity

> Looks great!

No, it doesn't!
That page can't read the CSS properly. I can't understand why.
Moreover the navigation menu is broken.

Any web-magician willing to help fixing it?

Helpers, please queue on IRC and talk to cehteh one at the time. ;-)

> Will Jerry Seinfeld and friends be appearing in the "about nothing"
> video?

No, he was deliberately left out. Too meaningful. ;-)

Ciao!
raffa

-------------------------------------------------
LIVECOM: il primo operatore telefonico non profit!
Visita il nostro sito www.livecom.coop e scopri l'alternativa per la telefonia e l'ADSL
(Continue reading)

farid abdelnour | 6 Sep 23:09
Picon
Gravatar

Re: Froscon09 page online

That page can't read the CSS properly. I can't understand why.
Moreover the navigation menu is broken.

Any web-magician willing to help fixing it?

are you using a cms, if yes, which? how can i help.

cheers :)

Helpers, please queue on IRC and talk to cehteh one at the time. ;-)

> Will Jerry Seinfeld and friends be appearing in the "about nothing"
> video?

No, he was deliberately left out. Too meaningful. ;-)

Ciao!
raffa


-------------------------------------------------
LIVECOM: il primo operatore telefonico non profit!
Visita il nostro sito www.livecom.coop e scopri l'alternativa per la telefonia e l'ADSL



--
1111.1010.r.i.1101|n.o.i.s.1110|i.m.1010.g.1110|مقاومة
fsf member #5439
usuario GNU/Linux #471966
<a href="www.atelier-labs.org">atelier-labs</a>
<a href="www.mocambos.net">rede mocambos</a>
<a href="http://www.gnu.org">GNU</a>
<a href="www.archlinux-br.org">archlinux brasil</a>
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
Picon

Re: Froscon09 page online


>> That page can't read the CSS properly. I can't understand why.
>> Moreover the navigation menu is broken.
>> Any web-magician willing to help fixing it?

> are you using a cms, if yes, which? how can i help.

Hi Farid!
Thanks for your quick reply.

Lumiera website has no CMS. It is build by a script using asciidoc (you
can see the page *Source* using the navigation menu).

Could you join #lumiera on FreeNode?

Ciao!
Raffaella

-------------------------------------------------
LIVECOM: il primo operatore telefonico non profit!
Visita il nostro sito www.livecom.coop e scopri l'alternativa per la telefonia e l'ADSL
Tom Judge | 7 Sep 03:33
Picon

cehteh's handy image reduction script for jpg

This worked for me, worked better than the scripot that is currently in
the Cinelerra Manual pdf. Thanks Christian

#/bin/bash
mkdir -p resized
for element in *.JPG
do
    size=$(identify "$element")
    width=$(sed -e 's/.*JPEG \([0-9]*\)x\([0-9]*\) .*/\1/p;d'
<<<"$size")
    height=$(sed -e 's/.*JPEG \([0-9]*\)x\([0-9]*\) .*/\2/p;d'
<<<"$size")
    new_width=$(( $width * 9375 / 10000))

    convert -resize "$new_widthx$height!" -quality 100 "$element"
"resized/$element"
done
Ichthyostega | 7 Sep 04:44
Picon

[ANNOUNCE] (monthly) Lumiera Developers meeting


Hello all,

just by sticking to the usual schedule, the next Lumiera developer meeting
will happen at

Wednesday September 9, 2009  20:00 UTC

The meeting will be held on IRC: freenode.net in #lumiera

(and please speak up, if this schedule doesn't work for you)

We don't have much of an official agenda this time; either this is
holiday time, or people are just in the middle of their ongoing coding tasks.

While this is fine for the coders, it's apt to leave all those people watching
our project somewhat bewildered. Is there any progress with Lumiera?
Along this line of thought there was some discussion in ubuntuforums, and
e.g. "Ubuntiac" proposed that we should do more regularly status reports
in a language understandable for non-coders, just to give them a clear
idea *what* is happening and *why* this is of relevance for users.

I think, we should consider those proposals. It might be difficult to understand
for someone working regularly on the code -- but obviously there seems to be the
impression that we mostly care for marketing, posters and t-shirts. ;-)

	Hermann Vosseler
	(aka "Ichthyo")

Jogchum Reitsma | 7 Sep 20:08
Picon
Gravatar

Failure building lumiera

Hi,

I did a git pull today and tried make, which - after a succesful
configure - failed with

make  all-recursive
make[1]: Map '/home/jogchum/lumiera/LUMIERA' wordt binnengegaan
make[2]: Map '/home/jogchum/lumiera/LUMIERA' wordt binnengegaan
/bin/sh ./libtool  --tag=CC   --mode=compile gcc
-DPACKAGE_NAME=\"lumiera\" -DPACKAGE_TARNAME=\"lumiera\"
-DPACKAGE_VERSION=\"0.1pre\" -DPACKAGE_STRING=\"lumiera\ 0.1pre\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"lumiera\" -DVERSION=\"0.1pre\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1
-D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_PTHREAD=1 -DEBUG_ALPHA=1
-DHAVE_EXECINFO_H=1 -DHAVE_BOOST=/\*\*/ -DHAVE_X11_XLIB_H=1
-DHAVE_X11_XUTIL_H=1 -DHAVE_SYS_IPC_H=1 -DHAVE_SYS_SHM_H=1
-DHAVE_X11_EXTENSIONS_XVLIB_H=1 -DHAVE_X11_EXTENSIONS_XSHM_H=1
-DHAVE_NOBUG_H=1 -DHAVE_NOBUGMT_H=1 -I.  -I./src/ -pthread
-I/usr/local/include     -std=gnu99 -Wall -Wextra -Werror -g -O2
-pthread -MT liblumiera_la-resourcecollector.lo -MD -MP -MF
.deps/liblumiera_la-resourcecollector.Tpo -c -o
liblumiera_la-resourcecollector.lo `test -f
'./src/lib/resourcecollector.c' || echo './'`./src/lib/resourcecollector.c
libtool: compile:  gcc -DPACKAGE_NAME=\"lumiera\"
-DPACKAGE_TARNAME=\"lumiera\" -DPACKAGE_VERSION=\"0.1pre\"
"-DPACKAGE_STRING=\"lumiera 0.1pre\"" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"lumiera\" -DVERSION=\"0.1pre\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1
-D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_PTHREAD=1 -DEBUG_ALPHA=1
-DHAVE_EXECINFO_H=1 "-DHAVE_BOOST=/**/" -DHAVE_X11_XLIB_H=1
-DHAVE_X11_XUTIL_H=1 -DHAVE_SYS_IPC_H=1 -DHAVE_SYS_SHM_H=1
-DHAVE_X11_EXTENSIONS_XVLIB_H=1 -DHAVE_X11_EXTENSIONS_XSHM_H=1
-DHAVE_NOBUG_H=1 -DHAVE_NOBUGMT_H=1 -I. -I./src/ -pthread
-I/usr/local/include -std=gnu99 -Wall -Wextra -Werror -g -O2 -pthread
-MT liblumiera_la-resourcecollector.lo -MD -MP -MF
.deps/liblumiera_la-resourcecollector.Tpo -c
./src/lib/resourcecollector.c  -fPIC -DPIC -o
.libs/liblumiera_la-resourcecollector.o
./src/lib/resourcecollector.c:80:1: error: macro "NOBUG_RESOURCE_ENTER"
requires 6 arguments, but only 5 given
./src/lib/resourcecollector.c: In function ‘lumiera_resourcecollector_run’:
./src/lib/resourcecollector.c:80: error: ‘NOBUG_RESOURCE_ENTER’
undeclared (first use in this function)
./src/lib/resourcecollector.c:80: error: (Each undeclared identifier is
reported only once
./src/lib/resourcecollector.c:80: error: for each function it appears in.)
./src/lib/resourcecollector.c:134:1: error: macro "NOBUG_RESOURCE_ENTER"
requires 6 arguments, but only 5 given
./src/lib/resourcecollector.c: In function
‘lumiera_resourcecollector_register_handler’:
./src/lib/resourcecollector.c:134: error: ‘NOBUG_RESOURCE_ENTER’
undeclared (first use in this function)
./src/lib/resourcecollector.c:150:1: error: macro "NOBUG_RESOURCE_ENTER"
requires 6 arguments, but only 5 given
./src/lib/resourcecollector.c: In function
‘lumiera_resourcehandler_unregister’:
./src/lib/resourcecollector.c:150: error: ‘NOBUG_RESOURCE_ENTER’
undeclared (first use in this function)
./src/lib/resourcecollector.c:167:1: error: macro "NOBUG_RESOURCE_ENTER"
requires 6 arguments, but only 5 given
./src/lib/resourcecollector.c: In function
‘lumiera_resourcecollector_handler_find’:
./src/lib/resourcecollector.c:167: error: ‘NOBUG_RESOURCE_ENTER’
undeclared (first use in this function)
make[2]: *** [liblumiera_la-resourcecollector.lo] Fout 1

Am  doing something wrong?

System is Suse 11.1 64-bit.

regards, Jogchum
_______________________________________________
Lumiera mailing list
Lumiera <at> lists.lumiera.org
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera

Gmane