Gentoo
Gentoo, x86 / amd64
Ebuild is available in the Sunrise overlay as ‘skype-call-recorder’.
# emerge layman. skip this if you have it already emerge layman # checkout sunrise overlay. skip this if you have it already layman -f -a sunrise echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf # emerge Skype Call Recorder ACCEPT_KEYWORDS='~*' emerge skype-call-recorder
Important note for amd64: While Skype Call Recorder compiles and installs fine on amd64, it won’t be able to connect to Skype, because Skype is installed with static Qt libraries on amd64. You’ll have to do some magic for it to work:
- Remove the forced ‘qt-static’ flag
- (Re)install the package app-emulation/emul-linux-x86-qtlibs with the change I provided on bug #200165 (See comment #3)
This is not trivial to do, which is why I don’t have detailed instructions here.