From f5477c14b3e335f64236323dd63fdfb889d59265 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 May 2014 00:28:45 +0100 Subject: Bump libcxml dependency for i18n fixes. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 784e1c7f..12d39ba1 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '13b69c2')) + return (('libcxml', 'df3b86a'), ('openjpeg-cdist', '13b69c2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() -- cgit v1.2.3 From 110dc70856bd0f6ae5ec1931f51a4817c5e38f42 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 May 2014 00:35:48 +0100 Subject: Bump libcxml again. --- cscript | 2 +- src/parse/subtitle.cc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 12d39ba1..1bb7a35f 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', 'df3b86a'), ('openjpeg-cdist', '13b69c2')) + return (('libcxml', '7b4ecc3'), ('openjpeg-cdist', '13b69c2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() diff --git a/src/parse/subtitle.cc b/src/parse/subtitle.cc index a4b0410a..831fef59 100644 --- a/src/parse/subtitle.cc +++ b/src/parse/subtitle.cc @@ -27,7 +27,6 @@ using std::string; using std::list; using boost::shared_ptr; using boost::optional; -using boost::lexical_cast; using namespace libdcp; using namespace libdcp::parse; -- cgit v1.2.3