Bodmer Stephan wrote:
> [EMAIL PROTECTED] wrote
>>And remember that I want to make themes, but nees people to help me
>>compilig...
> Hi, I'm interested to help you create a new themes... and perhaps
> for your first submission you could try to create some "normalised"
> effects icons... humm, the default one are not so "profesional" ;^)
> 
> I'm a profesionnal Java developper (...ah, if only Cinelerra was writen
> in that Language... humm, just kiding ;^) ) but I started with C/C++ a
> long time ago (I remember with "nostalgie" when I coded some effects for
> the beloved "Movieshop" NLE System on Amiga computers...).
> I think I could manage to integrate your design.
> 
> If someone could explain me quickly how to do it. I read someting
> about a bin2cinelerra application to transfom .png to .c headers...
> But I didn't found this tool on the site ?
cinelerra builds it while compiling itself,
the tool is called 'bootstrap', look into the Makefile.am's in plugin/*/data

example:

suv.data: $(libsuvdata_a_PNGS) bootstrap
        $(top_builddir)/bootstrap $@ $^ || { rm -f $@; exit 1; }


_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to