X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=51a2ad04d0b42173614d81dc27f2653907a05d42;hb=6aea66f4331d0f543416acd55a7d99772e274414;hp=9e143074c2376f41f8a6109e298228adb83b657a;hpb=a94ed2bd9621fe2cd604b0e3d3a7ad2e4dde937a;p=dcpomatic.git diff --git a/wscript b/wscript index 9e143074c..51a2ad04d 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89beta1' +VERSION = '0.90pre' def options(opt): opt.load('compiler_cxx') @@ -55,7 +55,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-O2') if not conf.options.static: - conf.check_cfg(package = 'libdcp', atleast_version = '0.45', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) + conf.check_cfg(package = 'libdcp', atleast_version = '0.49', args = '--cflags --libs', uselib_store = 'DCP', mandatory = True) conf.check_cfg(package = 'libavformat', args = '--cflags --libs', uselib_store = 'AVFORMAT', mandatory = True) conf.check_cfg(package = 'libavfilter', args = '--cflags --libs', uselib_store = 'AVFILTER', mandatory = True) conf.check_cfg(package = 'libavcodec', args = '--cflags --libs', uselib_store = 'AVCODEC', mandatory = True) @@ -233,7 +233,7 @@ def build(bld): obj.target = 'dvdomatic_batch.desktop' obj.dict = d - bld.install_files('${PREFIX}/share/applications', 'dvdomatic.desktop') + bld.install_files('${PREFIX}/share/applications', ['dvdomatic.desktop', 'dvdomatic_batch.desktop']) for r in ['22x22', '32x32', '48x48', '64x64', '128x128']: bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r)