Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756253 - media-video/smplayer-20.6.0 depends on media-video/mpv[libass]
Summary: media-video/smplayer-20.6.0 depends on media-video/mpv[libass]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-23 19:17 UTC by Michael
Modified: 2021-08-09 10:28 UTC (History)
3 users (show)

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 Michael 2020-11-23 19:17:13 UTC
Smplayer depends on mpv[libass] and USE="libass" is not provided in mpv anymore.
Comment 1 Michael 2020-11-23 19:24:19 UTC
And by "anymore" I mean since mpv-0.33
Comment 2 Ionen Wolkens gentoo-dev 2020-11-23 19:46:59 UTC
(In reply to Michael from comment #1)
> And by "anymore" I mean since mpv-0.33
Yes, it's always-enabled without the flag now, so just need to replace mpv's [libass,X] by [libass(+),X] to satisfy with both versions.
Comment 3 Michael 2020-11-23 20:03:23 UTC
You're absolutely correct, as far as I understand the situation.
Comment 4 Larry the Git Cow gentoo-dev 2020-11-23 23:00:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b583c55c721d579b7b1829bb29739c3076d57734

commit b583c55c721d579b7b1829bb29739c3076d57734
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-11-23 22:59:27 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-23 23:00:02 +0000

    media-video/smplayer: Latest media-video/mpv made libass non-optional
    
    Closes: https://bugs.gentoo.org/756253
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-video/smplayer/smplayer-20.4.2.ebuild | 2 +-
 media-video/smplayer/smplayer-20.6.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 5 jospezial 2021-08-09 10:28:29 UTC
(In reply to Michael from comment #1)
> And by "anymore" I mean since mpv-0.33

all mpv ebuilds USE="libass" are gone.
So no need to have libass(+) for mpv in smplayer ebuilds anymore.

Can somebody tell me why
https://gitweb.gentoo.org/repo/gentoo.git/commit/media-video/mpv/mpv-0.32.0-r1.ebuild?id=771c79d318c46f3c88b39e3cc69a6516c0491d00
shows the deletion of mpv-0.32.0-r1.ebuild
and
https://gitweb.gentoo.org/repo/gentoo.git/commit/media-video/mpv?id=771c79d318c46f3c88b39e3cc69a6516c0491d00
only shows the revbump to -r2?
Very strange.