summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-22 12:55:44 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-22 12:55:44 +0200
commitd1e98e61303b5cc0087554c12129961f04ff8d73 (patch)
tree77f440bb2c06d6d460b75b6959f76f7558e818b0
parent9a3d7b896d4ec80a8f1fb9b5743c4c970d21691e (diff)
Fix some tab/space problems in cscript.
-rw-r--r--cscript26
1 files changed, 13 insertions, 13 deletions
diff --git a/cscript b/cscript
index 1addf4369..244a13541 100644
--- a/cscript
+++ b/cscript
@@ -436,18 +436,18 @@ def build(target, options):
'sources': [{'type': 'archive',
'url': '%s/pangomm-2.40.1.tar.xz' % prefix,
'sha256': '9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af'}]})
- modules.append({'name': 'libxml++',
+ modules.append({'name': 'libxml++',
'sources': [{'type': 'archive',
'url': '%s/libxml++-2.40.1.tar.xz' % prefix,
'sha256': '4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9'}]})
modules.append({'name': 'xmlsec1',
'sources': [{'type': 'archive',
'url': '%s/xmlsec1-1.2.25.tar.gz' % prefix,
- 'sha256': '967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2'}]})
- modules.append({'name': 'openjpeg2',
+ 'sha256': '967ca83edf25ccb5b48a3c4a09ad3405a63365576503bf34290a42de1b92fcd2'}]})
+ modules.append({'name': 'openjpeg2',
'buildsystem': 'cmake',
'sources': [{'type': 'dir', 'path': os.path.abspath('../openjpeg2-cdist')}]})
- modules.append({'name': 'boost',
+ modules.append({'name': 'boost',
'buildsystem': 'simple',
'build-commands': [
'./bootstrap.sh --prefix=/app',
@@ -456,37 +456,37 @@ def build(target, options):
'sources': [{'type': 'archive',
'url': '%s/boost_1_66_0.tar.bz2' % prefix,
'sha256': '5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9'}]})
- modules.append({'name': 'asdcplib',
+ modules.append({'name': 'asdcplib',
'buildsystem': 'simple',
'build-commands': [
'./waf configure --prefix=/app --libdir=/app/lib build install'
],
'sources': [{'type': 'dir', 'path': os.path.abspath('../asdcplib-cth')}]})
- modules.append({'name': 'locked_sstream',
+ modules.append({'name': 'locked_sstream',
'buildsystem': 'simple',
'build-commands': [
'./waf configure --prefix=/app build install'
],
'sources': [{'type': 'dir', 'path': os.path.abspath('../locked_sstream')}]})
- modules.append({'name': 'libcxml',
+ modules.append({'name': 'libcxml',
'buildsystem': 'simple',
'build-commands': [
'./waf configure --prefix=/app --libdir=/app/lib build install'
],
'sources': [{'type': 'dir', 'path': os.path.abspath('../libcxml')}]})
- modules.append({'name': 'libdcp',
+ modules.append({'name': 'libdcp',
'buildsystem': 'simple',
'build-commands': [
'./waf configure --prefix=/app --libdir=/app/lib build install'
],
'sources': [{'type': 'dir', 'path': os.path.abspath('../libdcp')}]})
- modules.append({'name': 'libsub',
+ modules.append({'name': 'libsub',
'buildsystem': 'simple',
'build-commands': [
'./waf configure --prefix=/app --libdir=/app/lib build install'
],
'sources': [{'type': 'dir', 'path': os.path.abspath('../libsub')}]})
- modules.append({'name': 'rtaudio',
+ modules.append({'name': 'rtaudio',
'build-options': {
'config-opts': [
'--prefix=/app',
@@ -495,17 +495,17 @@ def build(target, options):
]
},
'sources': [{'type': 'dir', 'path': os.path.abspath('../rtaudio-cdist')}]})
- modules.append({'name': 'wxwidgets',
+ modules.append({'name': 'wxwidgets',
'sources': [{'type': 'archive',
'url': '%s/wxWidgets-3.0.3.tar.bz2' % prefix,
'sha256': '08c8033f48ec1b23520f036cde37b5ae925a6a65f137ded665633ca159b9307b'}]})
- modules.append({'name': 'libssh',
+ modules.append({'name': 'libssh',
'buildsystem': 'cmake',
'builddir': True,
'sources': [{'type': 'archive',
'url': '%s/libssh-0.7.5.tar.xz' % prefix,
'sha256': '54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095'}]})
- modules.append({'name': 'dcpomatic',
+ modules.append({'name': 'dcpomatic',
'buildsystem': 'simple',
'build-commands': [
'./waf configure --prefix=/app build install'