X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=cscript;h=c5f10ae843f8d1809bc79d76fa79b91843157cd2;hp=08dbaf9377f1d5a77da04d7dc9f74e1ae861b9b4;hb=7371f01c57d5f690c4175b1875d339fa5cbd49ae;hpb=aee64f1b2c9252f8315eaead7d43e1ec58a39ee2 diff --git a/cscript b/cscript index 08dbaf937..c5f10ae84 100644 --- a/cscript +++ b/cscript @@ -431,8 +431,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.0')) - deps.append(('libsub', 'v1.6.0')) + deps.append(('libdcp', 'v1.8.4')) + deps.append(('libsub', 'v1.6.4')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we @@ -804,8 +804,8 @@ def make_pot(target): os.path.abspath('build/src/tools/dcpomatic.pot')] def make_manual(target): + target.command('make -C doc/manual LIBDCP=../../../libdcp') os.chdir('doc/manual') - target.command('make') target.command('pdflatex colour.tex') return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')]