Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249588 - media-video/smplayer needs to depend on mplayer[ass] not mplayer[srt]
Summary: media-video/smplayer needs to depend on mplayer[ass] not mplayer[srt]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
: 249584 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-02 08:48 UTC by Pavel Procopiuc
Modified: 2008-12-18 07:45 UTC (History)
4 users (show)

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


Attachments
ebuild for smplayer-0.6.5 (smplayer-0.6.5.ebuild,2.62 KB, text/plain)
2008-12-02 12:47 UTC, Sergey Morozov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Procopiuc 2008-12-02 08:48:48 UTC
In recent mplayer-1.0_rc2_p28058 useflag 'srt' was renamed 'ass'. smplayer doesn't want to be merged alongside with mplayer-1.0_rc2_p28058 as it depends on mplayer[srt]. I think it should depend on either of these.

Reproducible: Always

Steps to Reproduce:
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-12-02 09:05:53 UTC
I just reported this problem against new mplayer ebuild (bug #249584) but maybe this was wrong.
Reassigning this bug to the maintainer, CCing media-video herd and marking my bug as duplicate of this one...
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-12-02 09:06:07 UTC
*** Bug 249584 has been marked as a duplicate of this bug. ***
Comment 3 Pavel Procopiuc 2008-12-02 09:13:57 UTC
The useflag was renamed for reason, see http://bugs.gentoo.org/show_bug.cgi?id=241686
Comment 4 Sergey Morozov 2008-12-02 12:47:32 UTC
Created attachment 174068 [details]
ebuild for smplayer-0.6.5
Comment 5 Ben de Groot (RETIRED) gentoo-dev 2008-12-02 13:02:49 UTC
Fixed in smplayer-0.6.5-r1.
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2008-12-18 07:15:08 UTC
mplayer-1.0_rc2_p28058-r1 just went stable, meaning the check for srt in stable smplayer now fails.

this should work with both versions:

  31     if ! built_with_use --missing true media-video/mplayer ass \
  32         || ! built_with_use --missing true media-video/mplayer srt; then
Comment 7 Ben de Groot (RETIRED) gentoo-dev 2008-12-18 07:45:24 UTC
Fixed, thanks!