Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336021 - media-video/mplayer-9999 now requires >= media-libs/libass-0.9.10
Summary: media-video/mplayer-9999 now requires >= media-libs/libass-0.9.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-09-04 20:13 UTC by Pun
Modified: 2010-10-10 08:49 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 Pun 2010-09-04 20:13:45 UTC
Mplayer silently drops ass support if compiled against the stable libass-0.9.9. Honestly, I haven't checked whether libass-0.9.10 (also unstable) would suffice.
With 0.9.11 mplayer works as expected

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-11 15:42:47 UTC
The trunk's 'configure' script checks for:
#if !defined(LIBASS_VERSION) || LIBASS_VERSION < 0x00910000

which matches libass-0.9.10/libass/ass.h:
#define LIBASS_VERSION 0x00910000

but not libass-0.9.9/libass/ass.h:
#define LIBASS_VERSION 0x00909000

Thus, I think the ebuild should now require >=0.9.10.
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2010-10-10 08:49:36 UTC
Fixed in main tree. Thanks for report.