Started on a PhoneGAIM ebuild Reproducible: Always Steps to Reproduce: 1. 2. 3.
not finish jet, so no need to bug the devs
Created attachment 35789 [details] phonegaim-0.79.ebuild I have found you must run aclocal between ./configure and make (so it works with my version of autoconf) and after reading the code a little I found out that the missing headers (linphonecore.h and osipua.h) actually are outside dependecyes, sinc PhoneGAIM uses Linphone to do the calling. It should compile by now. Noting more. I will have to either make it a pach for ordinar GAIM or make this one block it/be a version off it. All it should do now is to compile. Since I have troubble emerging some of the dependencyes, I dont know. Retrying while I get some sleep...
Created attachment 36189 [details] linphone-0.12.1.ebuild modification to linphone so it installs the required header. (the other (osipua.h) is installed in /usr/include/osipua, but phonegaim still cant find it)
Nice, I'll have to look at this!
Seems like the changes to linphone is unessesarry. It is installed, but in a folder linphone (inside /usr/include).
I dont have the time to complete this ebuild, at least not the next 3 weeks, so I reopen it. What needs to be done: -Make it link against the includefiles. They are in two different subdirectoryes of /usr/include, osipua/osipua.h and linphone/linphonecore.h -Make Phonegaim a patch agains GAIM, or copy (the features of) GAIM's ebuild, modyfy it for PhoneGaim and make it block normal Gaim. Or just wait and hope for phonegaim to be included in "normal" GAIM
phonegaim can't be included in "normal" gaim because the phonegaim people were stupid and didn't even bother to talk with the gaim developers about it. They _could_ have made phonegaim a nice clean module for gaim, but instead decided to just bastardize gaim core code. There may be hope that they do things the right way but we'll have to see. Submit an ebuild for now if you'd like.
that's http://www.zugaina.org/gentoo/portage/net-im/phonegaim/phonegaim-1.0.0.45.ebuild ready...check that
Created attachment 82275 [details] phonegaim-1.0.0.45.ebuild Download-Path changed, chooses Version from Ebuild and Works in stable folder on server. Dependencies updated
actually, with new voip software...i think this is useless. considering that gaim will incluse voip support in near future
src_install() { die "n�h!" } Nah, I guess. WONTFIX. If you have a working rewrite for pidgin without loads of use flags that do nothing and the ebuild actually installs something, feel free to attach and reopen.