Bump cxml for removal of sstream dependency.
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Mar 2019 15:15:12 +0000 (15:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 19 Mar 2019 15:15:12 +0000 (15:15 +0000)
cscript

diff --git a/cscript b/cscript
index 8d780305f20e161dec1e8a6bf4f6855b9ef7e171..9d738f9108ed9e9d9ec7d0470d35eb4be04b9100 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,5 +1,5 @@
 #
-#    Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
+#    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
 #
 #    This file is part of libdcp.
 #
@@ -36,9 +36,9 @@ import shutil
 
 def dependencies(target, options):
     if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):
-        return (('libcxml', 'v0.16.1'), ('openjpeg-cdist',  '4233dd7'), ('asdcplib-cth', '6648afc'))
+        return (('libcxml', '670c528'), ('openjpeg-cdist',  '4233dd7'), ('asdcplib-cth', '6648afc'))
     else:
-        return (('libcxml', 'v0.16.1'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc'))
+        return (('libcxml', '670c528'), ('openjpeg2-cdist', '8b2ffc5'), ('asdcplib-cth', '6648afc'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory