diff options
| author | cah <cah@ableton.com> | 2022-03-15 15:36:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-20 21:23:42 +0100 |
| commit | 8f661bf91e0ff5e760765d672a10c631f53401e8 (patch) | |
| tree | f95af960d7376f7928edb72c5012461244a0a9f6 | |
| parent | 0271d2fa098e9b7b4b440ae6ae50bb01655264ae (diff) | |
Bump libdcp.v1.6.12
| -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', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.11')) + return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.12')) 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.10' +libdcp_version = '1.8.12' 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] |
