Clone from the Lumiera Master-Repo (as Test for Forgejo)
https://git.lumiera.org/
Some obvious typos were corrected. Other material improved. The section on Git was considerably improved. An entirely new section on Git was added, but which contains some previous material on git. The reason for adding a new section on Git was I though it better to have one single place where someone new to Git and Lumiera could read a simple recipe-type explanation on how to retrieve source code, make changes and then push the changes. All information necessary including Git, links, etc should be on this page, no following liknks. In fact there is no real _new_ information here that isn't to be found somewhere else. The point being that _all_ information necessary to ge someone up and going is located on one page. For this reason, I added information on the mailing list and IRC; again, all essential information in how to contribute to Lumiera, the title ang goal of this page. There might be stuff missing here, so please add, but do not make this page too long. That tends to scare people, in fact, someone might just like to shorten my contributions here, that would be good! |
||
|---|---|---|
| admin | ||
| data | ||
| doc | ||
| m4 | ||
| po | ||
| research | ||
| scripts | ||
| src | ||
| target | ||
| tests | ||
| uml | ||
| wiki | ||
| .gitignore | ||
| acinclude.m4 | ||
| AUTHORS | ||
| configure.ac | ||
| COPYING | ||
| DIR_INFO | ||
| INSTALL | ||
| LICENSE | ||
| Makefile.am | ||
| README | ||
| SConstruct | ||
Lumiera -- the video NLE for Linux ==================================== ************************************************************* Lumiera is a nonlinear video editing and compositing tool. It understands some of the common multimedia formats (quicktime, avi, ogg) and audio/video compression codecs (divx, xvid, mpeg1/2/4, ...) It features non-destructive editing, compositing tools, a selection of effects plugins, processing in RGB, YUV and RGB-float colormodels and the ability to mix media with differing sizes and framerates. More Informations at http://lumiera.org/[Lumiera.org] **************************************************************** Lumiera pre-Alpha Versions -------------------------- **This source tree doesn't yet contain a working video editing application** + Rather, it contains the framework and technology core of the envisioned Application ``Lumiera''. As of _7/2007_:: we start here with the backend and render engine modules together with some unit tests. You should find a wiki with detailed design considerations and developer documentation and a UML model (usable with BOUML 2.29) in the sibling directories. As of _2/2008_:: the project has been separated completely from his ancestor ``Cinelerra'' The Community, which is largely identical to the Cinelerra-CV community, choose the new project name ``Lumiera''. The basic project infrastructure is up and running, and work on the new codebase is going on continuosely. We can show nothing but a running test suite for some time to come. As of _1/2011_:: the project has created and documented a fairly consistent design, partially already coded up -- starting from the technical foundations and working up. The code base is approaching 100k LOC. Roughly half of this is testcode. The Application can be installed and started to bring up an GTK GUI outline, but the GUI is very preliminary and not connected to core functionality. The video processing pipeline is still not complete. See http://issues.lumiera.org/roadmap[Project roadmap] Build Requirements ------------------ For building Lumiera, you'll need: - GNU C/C++ compiler (Version > 4.3) - Git Version management system - http://www.boost.org/[Boost libraries] - http://gmerlin.sourceforge.net/[GAVL library] - http://lumiera.org/nobug_manual.html[NoBug library] - GTK\-- - Cairo and Glade libraries - X libraries - http://scons.org[SCons] or Autotools build system See the online documentation at http://lumiera.org/Lumiera/NewbiesTutorials or the local Copy of this page in the file INSTALL Debian Package -------------- Hermann Vosseler (aka Ichthyo) maintains a *Debian* packaging of the source tree - the package definition can be pulled from +git://git.lumiera.org/lumiera/debian+ - the package can be built by +git-buildpackage+