[MacPorts] #53253: Mpv at Snow Leopard 10.6.8 - unrecognized selector sent to instance 0x105e30cb0
MacPorts
noreply at macports.org
Tue Jan 10 02:01:08 UTC 2017
#53253: Mpv at Snow Leopard 10.6.8 - unrecognized selector sent to instance
0x105e30cb0
----------------------+-------------------------
Reporter: mrkapqa | Owner: Ionic
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: invalid | Keywords: snowleopard
Port: mpv |
----------------------+-------------------------
Changes (by Ionic):
* status: assigned => closed
* resolution: => invalid
Comment:
The Cocoa output won't work on 10.6, as advertised in the notes.
Instead, make sure XQuartz is installed (either via the package installer
or via MacPorts) and `mpv` has been built with at least the variant
`+x11`, better also include `+opengl`, so from my perspective at least
`+x11+opengl`. Then, spawn `mpv` like that: `mpv --vo=opengl --profile
=opengl-hq --opengl-backend=x11`. If that works, great. Create or edit
`~/.mpv/config` and feel free to add
{{{
vo=opengl
profile=opengl-hq
opengl-backend=x11
}}}
so that this configuration is used by default.
If it doesn't work, try to leave out `--profile`.
--
Ticket URL: <https://trac.macports.org/ticket/53253#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list