Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148753 - media-video/realplayer doesn't work with scim
Summary: media-video/realplayer doesn't work with scim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on: 153880
Blocks:
  Show dependency tree
 
Reported: 2006-09-23 02:55 UTC by Huanwen Qu
Modified: 2006-11-13 07:39 UTC (History)
1 user (show)

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


Attachments
realplay-scim.patch (realplay-scim.patch,451 bytes, patch)
2006-09-23 02:57 UTC, Huanwen Qu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Huanwen Qu 2006-09-23 02:55:00 UTC
Because of the problems of g++ and libstdc++, realplayer which is built on GCC3 doesn't work with scim which is built on GCC4. Disabling the scim gtk-immodule will solve the problem.
Comment 1 Huanwen Qu 2006-09-23 02:57:05 UTC
Created attachment 97827 [details, diff]
realplay-scim.patch

Apply this patch to disable scim gtk-immodule.

src_unpack() {
    rpm_src_unpack

    sed -i -e 's:realplay.png:realplay:' ${S}/share/realplay.desktop

    cd ${S}
    epatch ${FILESDIR}/realplay-scim.patch
}
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2006-10-10 04:02:33 UTC
A better solution is to use app-i18n/scim-bridge.
see http://www.scim-im.org/projects/scim_bridge

app-i18n/scim-bridge is already in portage.
Comment 3 Shunichi Fuji 2006-11-02 17:52:59 UTC
http://bugs.gentoo.org/show_bug.cgi?id=153880
try this anyone.
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2006-11-13 07:39:04 UTC
fixed scim in cvs.