Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 472266

Summary: app-office/odeskteam-? - ?
Product: Gentoo Linux Reporter: Dmitry Suloev <SuloevDmitry>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal CC: SuloevDmitry
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 471652    
Bug Blocks:    

Description Dmitry Suloev 2013-06-04 09:29:05 UTC
After latest changes in ebuild (removint ffmpeg version) odeskteam stops working. It's happened because odeskteam depends on old ffmeg version.
Can we provide some old ffmpeg libs for this ebuild?
I use this workaround:
1. compile old ffmpeg version (I use ebuild ffmpeg-0.10.7.ebuild compile);
2. copy libavcodec.so.53,libavdevice.so.53, libavfilter.so.2 and libavformat.so.53 to /opt/lib64/;
3. create /etc/ld.so.conf.d/05odeskteam.conf with "/opt/lib64/" inside;
4. run env-update as root;
5. run odeskteam
Maybe we can automate it for odeskteam ebuild?

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-06-05 13:32:52 UTC
1) Please post your `emerge --info app-office/odeskteam' output in a comment.
2) Please post your `emerge -vpq app-office/odeskteam media-video/ffmpeg' output
   in a comment.