X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=481c9e8cf2e6f6cbf812c33107fa547a1804e611;hb=f0380b3df50ca48ad2f22b5e7d5544dc9fa30d61;hp=2c1dbaae7cb5f674c2f1bfc6c4d684892e4aab93;hpb=4656657c27198d67a188b11e17c42c6ac58ecfba;p=dcpomatic.git diff --git a/wscript b/wscript index 2c1dbaae7..481c9e8cf 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.00pre' +VERSION = '1.04pre' def options(opt): opt.load('compiler_cxx') @@ -86,7 +86,7 @@ def configure(conf): # Dependencies which are dynamically linked everywhere except --static # Get libs only when we are dynamically linking - conf.check_cfg(package='libdcp', atleast_version='0.69', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.78', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) # Remove erroneous escaping of quotes from xmlsec1 defines conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] conf.check_cfg(package='libcxml', atleast_version='0.01', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True)