Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
Ichthyostega 0ea37402d2 Ticket #934: switch entire code-base to use the new Singleton factory
lib::Depend<TY>  works as drop-in replacement for lib::Singleton<TY>

This changeset removes the convoluted special cases like
SingletonSub and MockInjector.
2013-10-20 03:19:36 +02:00
admin Build: adjust versions and naming to comply with Debian/Jessie 2013-10-07 01:52:57 +02:00
data move Icon building down into separate SConscript 2012-01-11 07:05:01 +01:00
doc DOC: switch on TOC and footnotes on some pages 2013-10-07 04:41:19 +02:00
m4
po
research BUG: Clang shows a problem when accessing templated static variable through separate compilation units 2013-10-06 23:17:18 +02:00
scripts
src Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
target update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
tests Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
uml clarify the handling of specific output operation modes (e.g. number of channels) 2011-12-23 02:22:38 +01:00
wiki WIP: draft an improved version of the Singleton factory 2013-10-14 01:18:56 +02:00
.gitignore add diagnostic messages showing each connection access 2012-01-07 21:22:35 +01:00
acinclude.m4
AUTHORS Define first preview version number 0.pre.01 2011-02-04 22:19:25 +01:00
configure.ac WIP: autotools catchup, make it build again 2011-04-28 13:14:29 +02:00
COPYING
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
INSTALL Merge changes to make Lumiera installable 2011-03-07 03:31:19 +01:00
LICENSE
Makefile.am
README fix a grammar error 2012-08-25 19:20:05 +02:00
SConstruct implement anchor against current system time 2012-10-10 05:20:12 +02:00

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+