Comment 4 for bug 283762

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote : Re: Does not recognize unstripped video packages

Impact of the bug: openmovieeditor is not compatible with any of the application that needs unstripped version of libavcodec libs (rdepends shows me at least 41)

Correction: a rebuild of the package add that as dependency:
libavcodec51 (>= 3:0.svn20080206-8) | libavcodec-unstripped-51 (>= 3:0.svn20080206-8), libavformat52 (>= 3:0.svn20080206-8) | libavformat-unstripped-52 (>= 3:0.svn20080206-8), libavutil49 (>= 3:0.svn20080206-8) | libavutil-unstripped-49 (>= 3:0.svn20080206-8), instead of libavcodec51 (>= 3:0.svn20080206-8), libavformat52 (>= 3:0.svn20080206-8), libavutil49 (>= 3:0.svn20080206-8).
This has been confirmed also in my PPA (https://launchpad.net/~fabricesp/+archive)

TEST CASE: install libavcodec-unstripped-51, libavformat-unstripped-52 and libavutil-unstripped-49. Installing openmovieeditor will remove them.

Regression risk: as unstripped version of libavcodec libraries contains at least what contains the normal ones, the risk is null.