Bump asdcplib-cth version.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Nov 2016 12:59:58 +0000 (12:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Nov 2016 12:59:58 +0000 (12:59 +0000)
cscript
wscript

diff --git a/cscript b/cscript
index 51e98452556d672c30a2f7df42f30ed2fdd1acb7..03f98d023f4adbb2645db28b42c15494a64ba847 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', '162963e'), ('libcxml', 'v0.15.4'))
+    return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
diff --git a/wscript b/wscript
index 4953ccc400f7f46c31bf1c665167c1367df7b885..79f787700a58e9878e59bc1bd3a88318b4957443 100644 (file)
--- a/wscript
+++ b/wscript
@@ -42,10 +42,10 @@ def configure(conf):
         conf.env.HAVE_ASDCPLIB_CTH = 1
         conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth']
         conf.env.LIB_ASDCPLIB_CTH = ['ssl', 'crypto']
-        conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True)
+        conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.3', args='--cflags', uselib_store='ASDCPLIB_CTH', mandatory=True)
     else:
         conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True)
-        conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.0', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
+        conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.3', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
 
     boost_lib_suffix = ''
     if conf.env.TARGET_WINDOWS: