From: Carl Hetherington Date: Mon, 24 May 2021 23:12:52 +0000 (+0200) Subject: Require lib64canberra-gtk0 on Mageia. X-Git-Tag: v2.15.152~17 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0382b129cfd39e484b4b57009e0dbf5573f6b587 Require lib64canberra-gtk0 on Mageia. --- diff --git a/cscript b/cscript index ce673c5d9..896d8b3f8 100644 --- a/cscript +++ b/cscript @@ -627,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