any idears how to jam this square (debian) peg into the round gentoo hole?
i.e. how can I dismantle this .deb file and get it installed right. anyone tried yet?
-db
I am interested in this voice chat. How did you see that it tries to install a cron script? Are there any other interesting things it tries to install? The voice works ok?Biert wrote:There is a deb2targz package in portage that will convert .deb packages to .tar.gz files. Untarring this file to / might do the trick.
Quick first glance shows that it installs a cron script to /etc/cron.daily to configure repositories, might want to get rid of that.
Code: Select all
./etc/
./etc/cron.daily/
./usr/
./usr/share/
./usr/share/doc/
./usr/share/doc/google-talkplugin/
./usr/share/doc/google-talkplugin/changelog.Debian.gz
./usr/lib/
./usr/lib/xulrunner/
./usr/lib/xulrunner/plugins/
./usr/lib/mozilla/
./usr/lib/mozilla/plugins/
./usr/lib/iceape/
./usr/lib/iceape/plugins/
./usr/lib/xulrunner-addons/
./usr/lib/xulrunner-addons/plugins/
./usr/lib/iceweasel/
./usr/lib/iceweasel/plugins/
./usr/lib/firefox/
./usr/lib/firefox/plugins/
./usr/lib/midbrowser/
./usr/lib/midbrowser/plugins/
./opt/
./opt/google/
./opt/google/talkplugin/
./opt/google/talkplugin/libnpgoogletalk.so
./opt/google/talkplugin/cron/
./opt/google/talkplugin/cron/google-talkplugin
./opt/google/talkplugin/lib/
./opt/google/talkplugin/lib/libCg.so
./opt/google/talkplugin/lib/libCgGL.so
./opt/google/talkplugin/GoogleTalkPlugin
./opt/google/talkplugin/libnpgtpo3dautoplugin.so
./etc/cron.daily/google-talkplugin
./usr/lib/xulrunner/plugins/libnpgoogletalk.so
./usr/lib/xulrunner/plugins/libnpgtpo3dautoplugin.so
./usr/lib/mozilla/plugins/libnpgoogletalk.so
./usr/lib/mozilla/plugins/libnpgtpo3dautoplugin.so
./usr/lib/iceape/plugins/libnpgoogletalk.so
./usr/lib/iceape/plugins/libnpgtpo3dautoplugin.so
./usr/lib/xulrunner-addons/plugins/libnpgoogletalk.so
./usr/lib/xulrunner-addons/plugins/libnpgtpo3dautoplugin.so
./usr/lib/iceweasel/plugins/libnpgoogletalk.so
./usr/lib/iceweasel/plugins/libnpgtpo3dautoplugin.so
./usr/lib/firefox/plugins/libnpgoogletalk.so
./usr/lib/firefox/plugins/libnpgtpo3dautoplugin.so
./usr/lib/midbrowser/plugins/libnpgoogletalk.so
./usr/lib/midbrowser/plugins/libnpgtpo3dautoplugin.soCode: Select all
./opt/google/
./opt/google/talkplugin/
./opt/google/talkplugin/libnpgoogletalk.so
./opt/google/talkplugin/lib/
./opt/google/talkplugin/lib/libCg.so
./opt/google/talkplugin/lib/libCgGL.so
./opt/google/talkplugin/GoogleTalkPlugin
./opt/google/talkplugin/libnpgtpo3dautoplugin.so 
I am on intel machine 32 bit. x86.M wrote:You only need these from the listI am on amd64, I had to install nvidia-cg-toolkit, check with ldd if any lib is missing, make symlinks for ibnpgoogletalk.so and libnpgtpo3dautoplugin.so to /usr/lib/nsbrowser/plugins and that will work. I only tested cam and mic in settings but all is working.Code: Select all
./opt/google/ ./opt/google/talkplugin/ ./opt/google/talkplugin/libnpgoogletalk.so ./opt/google/talkplugin/lib/ ./opt/google/talkplugin/lib/libCg.so ./opt/google/talkplugin/lib/libCgGL.so ./opt/google/talkplugin/GoogleTalkPlugin ./opt/google/talkplugin/libnpgtpo3dautoplugin.so
Code: Select all
ldd -r -d fileI actually only copied these files from archive, the rest are symlinks for plugins, cron script, debian doc etc. You WILL need nvidia-cg-toolkit, this is a library, no matter you don't have nvidia card. I ran only ldd on all files, GoogleTalkPlugin is 32bit binary so those on amd64 will need some emul* packages.I am on intel machine 32 bit. x86.
What you say is a simple rm of the rest of the files?
I don't have nvidia so, I won't need the toolkit.
You ran
Code:
ldd -r -d file
?
Thanks for the clarifications. Will give it a try tomorrow evening. I am curious to know if the sound works well.M wrote:I actually only copied these files from archive, the rest are symlinks for plugins, cron script, debian doc etc. You WILL need nvidia-cg-toolkit, this is a library, no matter you don't have nvidia card. I ran only ldd on all files, GoogleTalkPlugin is 32bit binary so those on amd64 will need some emul* packages.I am on intel machine 32 bit. x86.
What you say is a simple rm of the rest of the files?
I don't have nvidia so, I won't need the toolkit.
You ran
Code:
ldd -r -d file
?
First of all, thanks a lot. Never created an ebuild.M wrote:There is now ebuild at http://bugs.gentoo.org/333769 . I also posted my ebuild there, works for me on amd64 but I noticed that firefox can eat CPU when testing cam.

I still have the same problem when using the ebuild =\ .. browser recognizes the plugin, but gmail just doesn't know my browser has the plugin installedM wrote:There is now ebuild at http://bugs.gentoo.org/333769 . I also posted my ebuild there, works for me on amd64 but I noticed that firefox can eat CPU when testing cam.
Try with ebuild from this link http://bugs.gentoo.org/attachment.cgi?id=243925I still have the same problem when using the ebuild =\ .. browser recognizes the plugin, but gmail just doesn't know my browser has the plugin installed



I've already clicked the "Report" button. Anyone who has the same problem as me should click that button as well. Maybe it'd put it higher on their priority list.

Works for me on amd64, thxM wrote:Try with ebuild from this link http://bugs.gentoo.org/attachment.cgi?id=243925I still have the same problem when using the ebuild =\ .. browser recognizes the plugin, but gmail just doesn't know my browser has the plugin installed
