Opened 3 years ago
Last modified 14 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, cooljeanius (Eric Gallager) |
| 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 (4)
comment:1 Changed 3 years ago by jmroot (Joshua Root)
| Cc: | i0ntempest added |
|---|---|
| Owner: | set to Ionic |
| Status: | new → assigned |
comment:2 Changed 3 years ago by cjones051073 (Chris Jones)
| Keywords: | sonoma added |
|---|
comment:3 Changed 3 years ago by fondacio
| Cc: | fondacio added |
|---|
comment:4 Changed 14 months ago by cooljeanius (Eric Gallager)
| Cc: | cooljeanius added |
|---|
Note: See
TracTickets for help on using
tickets.
