Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472266 - app-office/odeskteam-? - ?
Summary: app-office/odeskteam-? - ?
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on: 471652
Blocks:
  Show dependency tree
 
Reported: 2013-06-04 09:29 UTC by Dmitry Suloev
Modified: 2013-06-10 12:59 UTC (History)
1 user (show)

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 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.