Pre-release 0.pre.03
This is a development snaphot pre release of Lumiera. It features codebase maintenance, upgrade to C++14 and GTK-3 and some work towards a Proc-GUI connection (unfinished) Update README, AUTHORS, LICENSE and similar release docs.
This commit is contained in:
parent
468d1a0348
commit
03eb0ff8f1
5 changed files with 30 additions and 15 deletions
7
AUTHORS
7
AUTHORS
|
|
@ -1,7 +1,7 @@
|
||||||
Lumiera Authors and Credits
|
Lumiera Authors and Credits
|
||||||
===========================
|
===========================
|
||||||
Version: 0.pre.02
|
Version: 0.pre.03
|
||||||
:Date: 10/2013
|
:Date: 11/2015
|
||||||
|
|
||||||
|
|
||||||
|==========================================
|
|==========================================
|
||||||
|
|
@ -19,6 +19,7 @@ Version: 0.pre.02
|
||||||
|concept | BRIAN RYTEL
|
|concept | BRIAN RYTEL
|
||||||
| | MIKE PROVOST
|
| | MIKE PROVOST
|
||||||
| | NIKOLA DUPER
|
| | NIKOLA DUPER
|
||||||
|
| | CHRISTOPH VARGA
|
||||||
|
|
||||||
| |
|
| |
|
||||||
| |
|
| |
|
||||||
|
|
@ -75,7 +76,7 @@ The Lumiera project feels especially obliged to::
|
||||||
|
|
||||||
Further Credits
|
Further Credits
|
||||||
---------------
|
---------------
|
||||||
- inspirations and some GUI components were taken from http://Ardour.org[Ardour]
|
- inspirations and some UI components were taken from http://Ardour.org[Ardour]
|
||||||
|
|
||||||
- Parts of the Implementation are heavily inspired by +
|
- Parts of the Implementation are heavily inspired by +
|
||||||
*The Loki Library* (c) 2001 by *Andrei Alexandrescu*
|
*The Loki Library* (c) 2001 by *Andrei Alexandrescu*
|
||||||
|
|
|
||||||
22
README
22
README
|
|
@ -1,7 +1,7 @@
|
||||||
Lumiera -- the video NLE for Linux
|
Lumiera -- the video NLE for Linux
|
||||||
====================================
|
====================================
|
||||||
Version: 0.pre.02
|
Version: 0.pre.03
|
||||||
:Date: 4/2014
|
:Date: 11/2015
|
||||||
|
|
||||||
*************************************************************
|
*************************************************************
|
||||||
Lumiera is a non-linear video editing and compositing tool.
|
Lumiera is a non-linear video editing and compositing tool.
|
||||||
|
|
@ -19,9 +19,9 @@ with lots of material, several scenes, nested sequences,
|
||||||
colour grading, 3D support, full fledged sound montage
|
colour grading, 3D support, full fledged sound montage
|
||||||
and multiple edit versions prepared in parallel.
|
and multiple edit versions prepared in parallel.
|
||||||
|
|
||||||
NOTE: as of 10/2013, Lumiera is in early development stage;
|
NOTE: as of 11/2015, Lumiera is in early development stage;
|
||||||
it is not usable yet. The above describes the Lumiera project
|
it is not usable yet. The above describes the Lumiera project
|
||||||
vision, which will need years to implement. This Debian package
|
vision, which will need years to implement. This preview Release
|
||||||
installs a current development snapshot in pre-alpha stage.
|
installs a current development snapshot in pre-alpha stage.
|
||||||
|
|
||||||
Visit http://Lumiera.org and join the mailing list
|
Visit http://Lumiera.org and join the mailing list
|
||||||
|
|
@ -38,6 +38,15 @@ of the envisioned Application ``Lumiera''.
|
||||||
|
|
||||||
See http://issues.lumiera.org/roadmap[Project roadmap]
|
See http://issues.lumiera.org/roadmap[Project roadmap]
|
||||||
|
|
||||||
|
As of _11/2015_ (0.pre.03)::
|
||||||
|
a lot of long standing maintennance work has been done. The Project switched
|
||||||
|
to C++11 and in the end even to C++14 and Debian/Jessie as reference platform,
|
||||||
|
followed by clean-up of now obsolete workarounds. On the GUI side, we largely
|
||||||
|
made the transition to GTK-3, which lead to rework of our timeline widget, not
|
||||||
|
finished yet. This work also spured an effort the connection and communication
|
||||||
|
between Proc and the UI, which is expected to be asynchroneous. Due to the
|
||||||
|
limited developer resources, work on the Engine and Player part is stalled.
|
||||||
|
|
||||||
As of _10/2013_ (0.pre.02)::
|
As of _10/2013_ (0.pre.02)::
|
||||||
the data models have been elaborated and some significant parts of the session
|
the data models have been elaborated and some significant parts of the session
|
||||||
are finished. Work has continued with time handling, a draft of the output
|
are finished. Work has continued with time handling, a draft of the output
|
||||||
|
|
@ -73,15 +82,16 @@ Build Requirements
|
||||||
|
|
||||||
For building Lumiera, you'll need:
|
For building Lumiera, you'll need:
|
||||||
|
|
||||||
* C99 / C++11 compiler GCC `>=4.7` or Clang `>=3.0`
|
* C99 / C++14 compiler GCC `>=4.9` or Clang `>=3.5`
|
||||||
* Git Version management system
|
* Git Version management system
|
||||||
* http://www.scons.org/[SCons build system]
|
* http://www.scons.org/[SCons build system]
|
||||||
* http://www.boost.org/[Boost libraries]
|
* http://www.boost.org/[Boost libraries]
|
||||||
* http://gmerlin.sourceforge.net/[GAVL library]
|
* http://gmerlin.sourceforge.net/[GAVL library]
|
||||||
* http://nobug.pipapo.org/[NoBug library]
|
* http://nobug.pipapo.org/[NoBug library]
|
||||||
* http://www.gtkmm.org/en/[GTKmm]
|
* http://www.gtkmm.org/en/[GTKmm]
|
||||||
|
* http://alsa-project.org[ALSA libasound2-dev]
|
||||||
* http://cgit.freedesktop.org/xorg/lib/libXv[libXv]
|
* http://cgit.freedesktop.org/xorg/lib/libXv[libXv]
|
||||||
* https://wiki.gnome.org/LibRsvg[lib R SVG]
|
* https://wiki.gnome.org/LibRsvg[lib rSVG]
|
||||||
* https://git.gnome.org/browse/gdl[lib GDL]
|
* https://git.gnome.org/browse/gdl[lib GDL]
|
||||||
|
|
||||||
See the online documentation at http://Lumiera.org/download.html
|
See the online documentation at http://Lumiera.org/download.html
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera #
|
||||||
title = Lumiera
|
title = Lumiera
|
||||||
version = 0.pre.03
|
version = 0.pre.03
|
||||||
website = http://www.lumiera.org
|
website = http://www.lumiera.org
|
||||||
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|[Other Authors Here]
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
||||||
copyright = 2007 - 2013
|
copyright = 2007 - 2015
|
||||||
|
|
||||||
[Gui]
|
[Gui]
|
||||||
stylesheet = gtk-lumiera.css
|
stylesheet = gtk-lumiera.css
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,8 @@ namespace gui {
|
||||||
GtkLumiera::getCopyright()
|
GtkLumiera::getCopyright()
|
||||||
{
|
{
|
||||||
return string (
|
return string (
|
||||||
_Fmt(_("© %s The Lumiera Team\n"
|
_Fmt(_("© %s the original Authors\n"
|
||||||
|
"-- Lumiera Team --\n"
|
||||||
"Lumiera is Free Software (GPL)"))
|
"Lumiera is Free Software (GPL)"))
|
||||||
% Config::get (KEY_COPYRIGHT));
|
% Config::get (KEY_COPYRIGHT));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2600,7 +2600,7 @@
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node CREATED="1446480582168" HGAP="46" ID="ID_554745278" MODIFIED="1446481388737" TEXT="Release" VSHIFT="-5">
|
<node CREATED="1446480582168" HGAP="46" ID="ID_554745278" MODIFIED="1446481388737" TEXT="Release" VSHIFT="-5">
|
||||||
<node CREATED="1446480601381" ID="ID_1870415321" MODIFIED="1446480871057" TEXT="release prep: clean-up obsolete information">
|
<node CREATED="1446480601381" ID="ID_1870415321" MODIFIED="1446494976104" TEXT="release prep: clean-up obsolete information">
|
||||||
<richcontent TYPE="NOTE"><html>
|
<richcontent TYPE="NOTE"><html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
@ -2614,6 +2614,7 @@
|
||||||
</richcontent>
|
</richcontent>
|
||||||
<font NAME="SansSerif" SIZE="12"/>
|
<font NAME="SansSerif" SIZE="12"/>
|
||||||
<icon BUILTIN="full-1"/>
|
<icon BUILTIN="full-1"/>
|
||||||
|
<icon BUILTIN="button_ok"/>
|
||||||
<node CREATED="1446482192807" ID="ID_852733328" MODIFIED="1446489451006" TEXT="Debian">
|
<node CREATED="1446482192807" ID="ID_852733328" MODIFIED="1446489451006" TEXT="Debian">
|
||||||
<richcontent TYPE="NOTE"><html>
|
<richcontent TYPE="NOTE"><html>
|
||||||
<head>
|
<head>
|
||||||
|
|
@ -2658,7 +2659,7 @@
|
||||||
<icon BUILTIN="button_ok"/>
|
<icon BUILTIN="button_ok"/>
|
||||||
</node>
|
</node>
|
||||||
</node>
|
</node>
|
||||||
<node CREATED="1446480725508" ID="ID_789754974" MODIFIED="1446480874617" TEXT="release prep: bump version number">
|
<node CREATED="1446480725508" ID="ID_789754974" MODIFIED="1446496359777" TEXT="release prep: bump version number">
|
||||||
<richcontent TYPE="NOTE"><html>
|
<richcontent TYPE="NOTE"><html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
@ -2671,6 +2672,7 @@
|
||||||
</html>
|
</html>
|
||||||
</richcontent>
|
</richcontent>
|
||||||
<icon BUILTIN="full-2"/>
|
<icon BUILTIN="full-2"/>
|
||||||
|
<icon BUILTIN="button_ok"/>
|
||||||
<node CREATED="1446480787391" ID="ID_1824008353" MODIFIED="1446480798862" TEXT="admin/scons/Setup.py"/>
|
<node CREATED="1446480787391" ID="ID_1824008353" MODIFIED="1446480798862" TEXT="admin/scons/Setup.py"/>
|
||||||
<node CREATED="1446480787392" ID="ID_1638555946" MODIFIED="1446480803790" TEXT="data/config/setup.ini"/>
|
<node CREATED="1446480787392" ID="ID_1638555946" MODIFIED="1446480803790" TEXT="data/config/setup.ini"/>
|
||||||
<node CREATED="1446480787392" ID="ID_619067196" MODIFIED="1446480810516" TEXT="doc/devel/Doxyfile"/>
|
<node CREATED="1446480787392" ID="ID_619067196" MODIFIED="1446480810516" TEXT="doc/devel/Doxyfile"/>
|
||||||
|
|
@ -2702,7 +2704,7 @@
|
||||||
<node CREATED="1446481305102" ID="ID_1191774545" MODIFIED="1446481312561" TEXT="lfd Fixes von den DEBs"/>
|
<node CREATED="1446481305102" ID="ID_1191774545" MODIFIED="1446481312561" TEXT="lfd Fixes von den DEBs"/>
|
||||||
<node CREATED="1446481314669" ID="ID_477388235" MODIFIED="1446481329223" TEXT="Plattform-Abhängigkeiten checken"/>
|
<node CREATED="1446481314669" ID="ID_477388235" MODIFIED="1446481329223" TEXT="Plattform-Abhängigkeiten checken"/>
|
||||||
</node>
|
</node>
|
||||||
<node CREATED="1446480963028" ID="ID_83763074" MODIFIED="1446481179537" TEXT="Release-commit: Pre-release 0.pre.02">
|
<node CREATED="1446480963028" ID="ID_83763074" MODIFIED="1446497660446" TEXT="Release-commit: Pre-release 0.pre.02">
|
||||||
<richcontent TYPE="NOTE"><html>
|
<richcontent TYPE="NOTE"><html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
@ -2718,6 +2720,7 @@
|
||||||
</html>
|
</html>
|
||||||
</richcontent>
|
</richcontent>
|
||||||
<icon BUILTIN="full-4"/>
|
<icon BUILTIN="full-4"/>
|
||||||
|
<icon BUILTIN="button_ok"/>
|
||||||
<node CREATED="1446481123991" ID="ID_1319204482" MODIFIED="1446481126435" TEXT="README"/>
|
<node CREATED="1446481123991" ID="ID_1319204482" MODIFIED="1446481126435" TEXT="README"/>
|
||||||
<node CREATED="1446481126974" ID="ID_537666758" MODIFIED="1446481128522" TEXT="AUTHORS">
|
<node CREATED="1446481126974" ID="ID_537666758" MODIFIED="1446481128522" TEXT="AUTHORS">
|
||||||
<node CREATED="1446481146548" ID="ID_1310945179" MODIFIED="1446481154546" TEXT="GTK-UI">
|
<node CREATED="1446481146548" ID="ID_1310945179" MODIFIED="1446481154546" TEXT="GTK-UI">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue