From 4bf74789ebb4102a4f05fbb078069e1dcd6b2f43 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Oct 2021 21:04:36 +0200 Subject: [PATCH] Bump libdcp to 1.8.4. --- cscript | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 0660d75..9f5aca4 100644 --- a/cscript +++ b/cscript @@ -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 diff --git a/wscript b/wscript index c140137..d40b6c6 100644 --- a/wscript +++ b/wscript @@ -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] -- 2.30.2