The scim-pinyin package can be compiled without needing the aRts sound daemon,
like most of KDE, by passing --without-arts to configure. But the ebuild
doesn't include this yet (there is no "arts" USE flag)
Reproducible: Always
Steps to Reproduce:
1.emerge scim-pinyin without having aRts installed
2.
3.
Actual Results:
Build breaks at configure, looking for mcopidl (an aRts component)
Expected Results:
Make use of -arts USE flag and compile without aRts support
Created an attachment (id=67877) [details]
Patch to add the arts USE flag to scim-pinyin-0.5.91 ebuild
Until this is put into portage, you can install this patch as follows:
mkdir /usr/local/portage/app-i18n/scim-pinyin
cd /usr/local/portage/app-i18n/scim-pinyin
cp /usr/portage/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild .
patch < /path/to/patch/scim-pinyin-0.5.91.patch.diff
ebuild scim-pinyin-0.5.91.ebuild digest
Add PORTDIR_OVERLAY="/usr/local/portage" to your make.conf, and emerge the
package as you would expect, with USE="-arts"