Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331583 - =media-video/mplayer-1.0_rc4_p20100612 shows ass subtitles multiple times when seeking backwards
Summary: =media-video/mplayer-1.0_rc4_p20100612 shows ass subtitles multiple times whe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-07 23:34 UTC by shinydoofy
Modified: 2010-11-07 18:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Suggested bumped ebuild (mplayer-1.0_rc4_p20100808.ebuild,19.97 KB, text/plain)
2010-08-07 23:36 UTC, shinydoofy
Details
Updated ebuild, see bug 334793 (mplayer-1.0_rc4_p20100904.ebuild,20.34 KB, text/plain)
2010-09-04 16:07 UTC, shinydoofy
Details
Proposed patch against mplayer-1.0_rc4_p20100612.ebuild (mplayer-20100612-20100904.patch,7.28 KB, patch)
2010-09-04 16:33 UTC, shinydoofy
Details | Diff
Proposed patch against mplayer-1.0_rc4_p20100612.ebuild, v2 (mplayer-20100612-20100904-v2.patch,7.25 KB, patch)
2010-09-05 10:03 UTC, shinydoofy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description shinydoofy 2010-08-07 23:34:02 UTC
Much like the summary suggests, ass/ssa subtitles are displayed multiple times when seeking backwards. Subtitles are then displayed twice, thrice and so on depending on how many times you seek backwards over that part of the video. However, this only happens when using the -ass command line option. Without formatting, i.e. without -ass, this does not happen.

The current SVN revision, 31947, does not show this behavior anymore. Thus, I suggest bumping the build to that or another reasonably recent revision.

Reproducible: Always

Steps to Reproduce:
Comment 1 shinydoofy 2010-08-07 23:36:55 UTC
Created attachment 241815 [details]
Suggested bumped ebuild

This ebuild adds support for libbluray (works flawlessly for me), updates the revision used (see bug 328817 also) and only uses --disable-networking if necessary.
Comment 2 shinydoofy 2010-09-04 16:07:50 UTC
Created attachment 245961 [details]
Updated ebuild, see bug 334793

This patch incorporates the changes proposed in bug 334793.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-09-04 16:14:53 UTC
Comment on attachment 245961 [details]
Updated ebuild, see bug 334793

Patch(es) against current ebuild instead of full ebuilds, please. It's otherwise very hard to see what changed.
Comment 4 shinydoofy 2010-09-04 16:33:41 UTC
Created attachment 245965 [details, diff]
Proposed patch against mplayer-1.0_rc4_p20100612.ebuild

As requested...
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-09-04 16:42:15 UTC
Comment on attachment 245965 [details, diff]
Proposed patch against mplayer-1.0_rc4_p20100612.ebuild

+	if use bluray; then
+		use bluray || myconf+=" --disable-bluray"
+	fi

That doesn't make any sense...
Comment 6 shinydoofy 2010-09-05 10:03:31 UTC
Created attachment 246108 [details, diff]
Proposed patch against mplayer-1.0_rc4_p20100612.ebuild, v2

Yet another patch...

In case there's anything else you'd like to see changed, shoot.
Comment 7 shinydoofy 2010-11-07 18:33:46 UTC
Well, seeing as all I basically asked for was an updated ebuild and bug 334793 took care of that, I'm closing this bug.