Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105196 - scim-pinyin doesn't compile without aRts (patch)
Summary: scim-pinyin doesn't compile without aRts (patch)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 16:37 UTC by kasim.terzic
Modified: 2005-09-29 03:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add the arts USE flag to scim-pinyin-0.5.91 ebuild (scim-pinyin-0.5.91.patch.diff,652 bytes, patch)
2005-09-07 16:44 UTC, kasim.terzic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kasim.terzic 2005-09-07 16:37:12 UTC
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 kasim.terzic 2005-09-07 16:44:14 UTC
Created attachment 67877 [details, diff]
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 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-09-29 03:25:22 UTC
Thanks for the patch. Added to CVS.