diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 11:08:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 11:08:17 +0100 |
| commit | eb4a3a05f684923481a87db276db0c291a1d1e89 (patch) | |
| tree | 45244356f459f0ca4bc9e37e07253f771d9a1daf /cscript | |
| parent | 8d0cf4537624066e9ff2bc7152d792b2bf5e8038 (diff) | |
Add dependencies() and build() to script.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -47,3 +47,13 @@ def make_manual(): os.chdir('doc/manual') command('make') return [os.path.abspath('pdf'), os.path.abspath('html')] + +def dependencies(): + return (('libdcp', 'v0.43', + ('ffmpeg', '8d0757e1079f588ed69f629e2d1a4d5f232dc298') + ('openjpeg', '')) + +def build(prefix): + depends('libdcp', 'v0.43') + depends('ffmpeg', ' + depends('openjpeg') |
