Bump libdcp requirement.
authorCarl Hetherington <cth@carlh.net>
Wed, 28 May 2014 22:34:26 +0000 (23:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 28 May 2014 22:34:26 +0000 (23:34 +0100)
cscript
wscript

diff --git a/cscript b/cscript
index 0b16c4a698c71401eac47188543d786c338e4454..3e86f6f152a19037c3d1736f90169b2ef2825897 100644 (file)
--- a/cscript
+++ b/cscript
@@ -144,7 +144,7 @@ def make_control(debian_version, bits, filename, debug):
 
 def dependencies(target):
     return (('ffmpeg-cdist', 'bba68a5'),
-            ('libdcp', 'v0.94.0'))
+            ('libdcp', 'v0.95.0'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
diff --git a/wscript b/wscript
index 18193293ebf729dc725babc18cde2641c014dd3d..26b3a5fcb53c8150eecf300b87425d157d201888 100644 (file)
--- a/wscript
+++ b/wscript
@@ -78,7 +78,7 @@ def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh):
         conf.env.LIB_DCP.append('ssh')
 
 def dynamic_dcp(conf):
-    conf.check_cfg(package='libdcp', atleast_version='0.94.0', args='--cflags --libs', uselib_store='DCP', mandatory=True)
+    conf.check_cfg(package='libdcp', atleast_version='0.95.0', args='--cflags --libs', uselib_store='DCP', mandatory=True)
     conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP]
 
 def dynamic_ssh(conf):