Fix some tab/space problems in cscript.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 May 2020 10:55:44 +0000 (12:55 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 May 2020 10:55:44 +0000 (12:55 +0200)
cscript

diff --git a/cscript b/cscript
index 1addf43692c7946d468536842cf28dd86b683684..244a135411cc62af44509d09a249a6607aad1e94 100644 (file)
--- 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'}]})
                        '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,
                        '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')}]})
                        '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',
                        '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'}]})
                        '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')}]})
                        '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')}]})
                        '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')}]})
                        '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')}]})
                        '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')}]})
                        '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',
                        'build-options': {
                            'config-opts': [
                                '--prefix=/app',
@@ -495,17 +495,17 @@ def build(target, options):
                            ]
                        },
                        'sources': [{'type': 'dir', 'path': os.path.abspath('../rtaudio-cdist')}]})
                            ]
                        },
                        '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'}]})
                        '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'}]})
                        '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'
                        'buildsystem': 'simple',
                        'build-commands': [
                            './waf configure --prefix=/app build install'