2011-02-04 16:10:59 +01:00
|
|
|
###########################################################
|
|
|
|
|
# ### Lumiera installation and platform configuration ###
|
|
|
|
|
#
|
|
|
|
|
# (file located relative to the Lumiera executable)
|
|
|
|
|
#
|
|
|
|
|
|
2011-02-06 02:12:00 +01:00
|
|
|
[Lumiera]
|
|
|
|
|
# Setup of the Lumiera video editor main application.
|
|
|
|
|
# $ORIGIN denotes the directory of the executable.
|
2011-02-04 16:10:59 +01:00
|
|
|
#
|
|
|
|
|
gui = gtk_gui.lum
|
|
|
|
|
modulepath = $ORIGIN/modules
|
2013-10-29 06:13:55 +01:00
|
|
|
configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011)
|
2011-02-07 00:54:16 +01:00
|
|
|
title = Lumiera
|
2015-11-02 21:31:01 +01:00
|
|
|
version = 0.pre.03
|
2011-02-07 00:54:16 +01:00
|
|
|
website = http://www.lumiera.org
|
2015-11-02 21:54:48 +01:00
|
|
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
|
|
|
|
copyright = 2007 - 2015
|
2011-02-07 00:54:16 +01:00
|
|
|
|
|
|
|
|
[Gui]
|
2014-10-07 00:59:03 +02:00
|
|
|
stylesheet = gtk-lumiera.css
|
2011-02-07 00:54:16 +01:00
|
|
|
iconpath = $ORIGIN/../../share/lumiera/icons:$ORIGIN/gui/icons:~/.lumiera/icons
|
|
|
|
|
resourcepath = $ORIGIN/../../share/lumiera/gui:$ORIGIN/gui
|