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.
23 lines
879 B
INI
23 lines
879 B
INI
###########################################################
|
|
# ### Lumiera installation and platform configuration ###
|
|
#
|
|
# (file located relative to the Lumiera executable)
|
|
#
|
|
|
|
[Lumiera]
|
|
# Setup of the Lumiera video editor main application.
|
|
# $ORIGIN denotes the directory of the executable.
|
|
#
|
|
gui = gtk_gui.lum
|
|
modulepath = $ORIGIN/modules
|
|
configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011)
|
|
title = Lumiera
|
|
version = 0.pre.03
|
|
website = http://www.lumiera.org
|
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
|
copyright = 2007 - 2015
|
|
|
|
[Gui]
|
|
stylesheet = gtk-lumiera.css
|
|
iconpath = $ORIGIN/../../share/lumiera/icons:$ORIGIN/gui/icons:~/.lumiera/icons
|
|
resourcepath = $ORIGIN/../../share/lumiera/gui:$ORIGIN/gui
|