X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cscript;h=896d8b3f8045d35b6591048560a3958a884d0e40;hb=0382b129cfd39e484b4b57009e0dbf5573f6b587;hp=6072dc1cd1afc94c3cb7c85e236b4397540ac9f5;hpb=c432ef98c4cf3b2bda32734983eec3b42b8c3d1e;p=dcpomatic.git diff --git a/cscript b/cscript index 6072dc1cd..896d8b3f8 100644 --- a/cscript +++ b/cscript @@ -218,6 +218,8 @@ def can_build_disk(target): return True if target.distro == 'centos' and target.version == '8': return True + if target.distro == 'mageia': + return True return False def packages(name, packages, f): @@ -625,7 +627,7 @@ def package_rpm(target, cpu, version, options): requires = None if target.distro == 'mageia': - requires = "lib64xmlsec1-devel" + requires = "lib64xmlsec1-devel lib64canberra-gtk0" make_spec('build/platform/linux/dcpomatic2.spec', version, target, options, requires) cmd = 'rpmbuild --define "_topdir %s" -bb build/platform/linux/dcpomatic2.spec' % topdir