Starting with ''preview release'' `v0.pre.04`, branch and version tags will be handled in accordance to the **Git-flow** naming scheme. Notably this implies that from now on the version in-tree will indicate the ''next expected release,'' adorned by a suffix to mark the preview. To accommodate this transition to Git-flow - the new branch `integration` will be introduced - the version number will once (and the last time for this release) be adjusted ''before'' forking the release branch - branch `master` will transition to reflect the latest released state - several existing branches will be discontinued, notably `gui`, `steam`, `vault`, `release`, `play`
24 lines
907 B
INI
24 lines
907 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.04~rc.1
|
|
website = http://www.lumiera.org
|
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
|
copyright = 2007 - 2025
|
|
|
|
[Gui]
|
|
#stylesheet = lumiera.css
|
|
stylesheet = lumiera-light-theme-complement.css
|
|
iconpath = $ORIGIN/../../share/lumiera/icons:$ORIGIN/gui/icons
|
|
resourcepath = $ORIGIN/../../share/lumiera:$ORIGIN/gui
|