Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709382 - media-video/smplayer-19.10.2 with media-video/mpv-0.32.0 : vo/ao driver list in GUI preferences has compatibility issue
Summary: media-video/smplayer-19.10.2 with media-video/mpv-0.32.0 : vo/ao driver list ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-12 13:43 UTC by giskard
Modified: 2020-06-03 09:59 UTC (History)
2 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 giskard 2020-02-12 13:43:58 UTC
after update mpv from 0.31.0 to 0.32.0, the preference option list in smplayer for vo and ao become unusable.

After some check, found that this is caused by mpv update, 'mpv --vo help' does not work anymore (the option should be "--vo=help" instead), for compatability, the source code of smplayer need to be updated:

smplayer-19.10.2/src/inforeadermpv.cpp
47:	vo_list = getList(run("--vo help"));



Reproducible: Always
Comment 1 jospezial 2020-02-24 14:07:10 UTC
https://app.assembla.com/spaces/smplayer/subversion/commits/9260
"Fix inforeadermpv"
Comment 2 Mike Lothian 2020-02-29 10:15:50 UTC
I've created a 9999 ebuild in the FireBurn overlay until a fix or new release comes out
Comment 3 jospezial 2020-03-01 21:12:58 UTC
(In reply to Mike Lothian from comment #2)
> I've created a 9999 ebuild in the FireBurn overlay until a fix or new
> release comes out

media-video/smplayer-9999::FireBurn has keywords enabled
Comment 4 Mike Lothian 2020-04-24 09:48:45 UTC
I notice 20.4.2 has been released
Comment 5 Mike Lothian 2020-04-24 09:59:00 UTC
Renaming the 19.10.2 ebuild to 20.4.2 works fine here, added to my overlay for convenience until this lands in ::gentoo
Comment 6 giskard 2020-06-03 09:59:59 UTC
this has been fixed with media-video/smplayer-20.4.2, thus can be closed.