summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-29 17:48:21 +0100
committerRobin Gareus <robin@gareus.org>2015-11-29 17:54:31 +0100
commit0d250a0db8c58ca7559c8c1640bbdcf6e9c3a1bb (patch)
tree6a8d1a04b5285fefa823b8ee465f8bf46c89b915
parentc6dfb947eb31579c5a6453c7ea34ce2991497fa2 (diff)
some upcoming release codenames
-rw-r--r--gtk2_ardour/wscript9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index e58c50c1a8..89e19ae3cf 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -263,6 +263,11 @@ gtk2_ardour_sources = [
]
def enoify (major, minor):
+ # Code names based on
+ # https://en.wikipedia.org/wiki/Brian_Eno_discography
+ #
+ # sort Studio albums + Collaborative albums + Compilation albums by Month/Year.
+ # (no Singles, no EPs, no Video Albums, no Production)
if major == 3:
return "\\n\\\"E-No\\\""
elif major == 4:
@@ -280,6 +285,10 @@ def enoify (major, minor):
return "\\n\\\"Another Green World\\\""
elif minor == 6:
return "\\n\\\"Evening Star\\\""
+ elif minor == 7:
+ return "\\n\\\"Cluster and Eno\\\""
+ elif minor == 8:
+ return "\\n\\\"Before and After Science\\\""
return "\\\"\\\""
def options(opt):