| Summary: | www-client/chromium installs it's own copy of ffmpeg even when system one is supposed to be used | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Doktor Notor <notordoktor> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Doktor Notor
2010-02-25 21:31:52 UTC
if use ffmpeg; then
# Chromium looks for these in its folder
# See media_posix.cc and base_paths_linux.cc
dosym /usr/$(get_libdir)/libavcodec.so.52 ${CHROMIUM_HOME}
dosym /usr/$(get_libdir)/libavformat.so.52 ${CHROMIUM_HOME}
dosym /usr/$(get_libdir)/libavutil.so.50 ${CHROMIUM_HOME}
fi
Eh... WTH. Oh well, I don't care enough to give upstream some cluebat loving. The USE flag is broken regardless, lets continue this in Bug 306921.
|