diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-19 13:08:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-19 13:08:30 +0000 |
| commit | b32e5f06b07440cd077b24b954b0d0fae659803e (patch) | |
| tree | afccd3ef626540617cc3d7450a8b6d52be13fdb5 | |
| parent | f53ef1bb81f5afd81f95bd187f4cd90bbbd3cd7d (diff) | |
Bump libdcp again.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2013-12-19 Carl Hetherington <cth@carlh.net> + + * Bump libdcp version again for a crash fix for 32-bit Windows. + 2013-12-18 Carl Hetherington <cth@carlh.net> * Version 1.44 released. @@ -115,7 +115,7 @@ def make_control(version, bits, filename): def dependencies(target): return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'), - ('libdcp', 'v0.88')) + ('libdcp', 'v0.89')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() @@ -88,7 +88,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.88', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.89', 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.08', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True) |
