Bug 105196 - scim-pinyin doesn't compile without aRts (patch)
Bug#: 105196 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cjk@gentoo.org Reported By: kasim.terzic@gmail.com
Component: Ebuilds
URL: 
Summary: scim-pinyin doesn't compile without aRts (patch)
Keywords:  
Status Whiteboard: 
Opened: 2005-09-07 16:37 0000
Description:   Opened: 2005-09-07 16:37 0000
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

------- Comment #1 From kasim.terzic@gmail.com 2005-09-07 16:44:14 0000 -------
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"

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2005-09-29 03:25:22 0000 -------
Thanks for the patch. Added to CVS.