Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75c6cf8eff | |||
| b42424d619 | |||
| 4d4aeb2eae |
1
authors.txt
Normal file
1
authors.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
MR Edouard DUPIN <yui.heero@gmail.com>
|
||||||
@@ -23,14 +23,14 @@ def get_compagny_name():
|
|||||||
return "atria-soft"
|
return "atria-soft"
|
||||||
|
|
||||||
def get_maintainer():
|
def get_maintainer():
|
||||||
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
|
return "authors.txt"
|
||||||
|
|
||||||
def create(target, module_name):
|
def create(target, module_name):
|
||||||
my_module = module.Module(__file__, module_name, get_type())
|
my_module = module.Module(__file__, module_name, get_type())
|
||||||
my_module.add_src_file([
|
my_module.add_src_file([
|
||||||
'test/main.cpp'
|
'test/main.cpp'
|
||||||
])
|
])
|
||||||
my_module.add_module_depend(['audio-algo-chunkware', 'test-debug'])
|
my_module.add_depend(['audio-algo-chunkware', 'test-debug'])
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,10 +20,10 @@ def get_compagny_name():
|
|||||||
return "atria-soft"
|
return "atria-soft"
|
||||||
|
|
||||||
def get_maintainer():
|
def get_maintainer():
|
||||||
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
|
return "authors.txt"
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
return [0,1,0]
|
return "version.txt"
|
||||||
|
|
||||||
def create(target, module_name):
|
def create(target, module_name):
|
||||||
my_module = module.Module(__file__, module_name, get_type())
|
my_module = module.Module(__file__, module_name, get_type())
|
||||||
@@ -47,7 +47,7 @@ def create(target, module_name):
|
|||||||
'audio/algo/chunkware/Gain.h',
|
'audio/algo/chunkware/Gain.h',
|
||||||
'audio/algo/chunkware/Limiter.h'
|
'audio/algo/chunkware/Limiter.h'
|
||||||
])
|
])
|
||||||
my_module.add_module_depend(['etk', 'audio'])
|
my_module.add_depend(['etk', 'audio'])
|
||||||
my_module.add_path(tools.get_current_path(__file__))
|
my_module.add_path(tools.get_current_path(__file__))
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|||||||
1
version.txt
Normal file
1
version.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
0.1.1
|
||||||
Reference in New Issue
Block a user