diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:04:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-24 21:04:36 +0200 |
| commit | 4bf74789ebb4102a4f05fbb078069e1dcd6b2f43 (patch) | |
| tree | e8835adcf064a48c8741cab7984bf81eb5366afe | |
| parent | abad76993dd214296fc4a273a2c42229f1bc99e5 (diff) | |
Bump libdcp to 1.8.4.v1.6.4
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.3')) + return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.4')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory @@ -22,7 +22,7 @@ import shlex from waflib import Context APPNAME = 'libsub' -libdcp_version = '1.8.2' +libdcp_version = '1.8.4' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), stdout=subprocess.PIPE).communicate()[0] |
