Opened 14 months ago
Last modified 12 months ago
#68289 assigned defect
mpv does not start because of codesigning issues
Reported by: | juelicher | Owned by: | Ionic (Mihai Moldovan) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | sonoma | Cc: | i0ntempest, fondacio |
Port: | mpv |
Description
With mpv on macOS Sonoma I encountered the problem that mpv could not be started from the UI, starting it from a terminal worked as expected.
This problem is described in the mpv bugtracker: https://github.com/mpv-player/mpv/issues/12116
I could resolve it by the steps described in the patch for homebrew (https://github.com/mpv-player/mpv/issues/12116#issuecomment-1737946021):
cd /Applications/MacPorts/mpv.app/Contents/MacOS rm mpv-bundle mv mpv mpv-bundle ln -s mpv-bundle mpv cd /Applications/MacPorts/ codesign --force --deep -s - mpv.app
I assume, that the macports build has to be changed accordingly.
Change History (3)
comment:1 Changed 14 months ago by jmroot (Joshua Root)
Cc: | i0ntempest added |
---|---|
Owner: | set to Ionic |
Status: | new → assigned |
comment:2 Changed 14 months ago by cjones051073 (Chris Jones)
Keywords: | sonoma added |
---|
comment:3 Changed 12 months ago by fondacio
Cc: | fondacio added |
---|
Note: See
TracTickets for help on using
tickets.