Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225699 - media-video/mplayer-1.0_rc2_p26753-r1: libdv soname upgrade from .so.2 to .so.4
Summary: media-video/mplayer-1.0_rc2_p26753-r1: libdv soname upgrade from .so.2 to .so.4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 05:14 UTC by Austen Dicken
Modified: 2008-06-10 07:17 UTC (History)
0 users

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 Austen Dicken 2008-06-10 05:14:00 UTC
The latest install of media-libs/libdv-1.0.0 causes the soname of the installed file to change from .so.2 to .so.4, causing mplayer to break when attempting to load the libdv.so.2 library (due to its absence).

Reproducible: Always

Steps to Reproduce:
1.Install libdv-1.0.0
2.Install mplayer
3.Run mplayer -ac help | grep libdv and check the soname library it is pointing to.
(alternatively attempt to play a raw AC3 file)

Actual Results:  
libdv codec files fail to be supported properly
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-10 07:17:53 UTC
(In reply to comment #0)
> The latest install of media-libs/libdv-1.0.0 causes the soname of the installed
> file to change from .so.2 to .so.4, causing mplayer to break when attempting to
> load the libdv.so.2 library (due to its absence).
> 1.Install libdv-1.0.0
> 2.Install mplayer
> 3.Run mplayer -ac help | grep libdv and check the soname library it is pointing
> to.
> (alternatively attempt to play a raw AC3 file)

4. emerge gentoolkit && revdep-rebuild
5. Use mplayer again.