From 0420f149e948de795783db1bddaecf82f58c36a4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Mar 2016 19:43:31 +0000 Subject: Use fixed-version asdcplib-cth dep. --- cscript | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index f528ae37..75158956 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'cth')) + return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory diff --git a/wscript b/wscript index 5f635888..5edda842 100644 --- a/wscript +++ b/wscript @@ -90,7 +90,7 @@ def configure(conf): else: conf.check_cfg(package='libopenjp2', args='--cflags --libs', atleast_version='2.1.0', uselib_store='OPENJPEG', mandatory=True) conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) - conf.check_cfg(package='libasdcp-cth', atleast_version='0.0.1', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) + conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.0', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) if conf.options.target_windows: boost_lib_suffix = '-mt' -- cgit v1.2.3