X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=aa5cd65dd01fb70a4d3fb7c3aa56532727f7305b;hb=55f5142794f423e70daa4d5b3a4602029172a127;hp=dd1efbf11f39f17f6d6069f49c81372900d8ab8e;hpb=bfae5ed33750db403d9d73e6556f63dceaadcf29;p=libdcp.git diff --git a/wscript b/wscript index dd1efbf1..aa5cd65d 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.81pre' +VERSION = '0.83pre' def options(opt): opt.load('compiler_cxx') @@ -50,7 +50,7 @@ def configure(conf): conf.env.STLIB_CXML = ['cxml'] else: conf.check_cfg(package='libopenjpeg', args='--cflags --libs', uselib_store='OPENJPEG', mandatory=True) - conf.check_cfg(package='libcxml', atleast_version='0.05', args='--cflags --libs', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.07', args='--cflags --libs', uselib_store='CXML', mandatory=True) if conf.options.target_windows: boost_lib_suffix = '-mt'