Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154211 - kdenetwork with jingle support for kopete
Summary: kdenetwork with jingle support for kopete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 00:02 UTC by Mathieu Jobin
Modified: 2006-11-24 20:51 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Jobin 2006-11-06 00:02:46 UTC
kdenetwork does not specify the --enable-jingle flag to configure, so jingle support in kopete is disabled.
I think a new USE flag should be created for jingle and kopete should add --enable-jingle if the jingle USE flag is set.

I also get the following warning when I compile kdenetwork
QA Notice: USE Flag 'kernel_linux' not in IUSE for kde-base/kdenetwork-3.5.5


thanks
Comment 1 Mathieu Jobin 2006-11-06 00:16:15 UTC
krypton kdenetwork # diff kdenetwork-3.5.5.ebuild kdenetwork-3.5.5-jingle.ebuild
10c10
< IUSE="rdesktop sametime slp ssl wifi xmms"
---
> IUSE="rdesktop sametime slp ssl wifi xmms jingle"
63c63
<                                 $(use_enable slp) $(use_with wifi)
---
>                                 $(use_enable slp) $(use_enable jingle) $(use_with wifi)
krypton kdenetwork #         

seems to be doing it 
Comment 2 Charlie Shepherd (RETIRED) gentoo-dev 2006-11-24 20:51:00 UTC
Thanks, fixed in CVS