[MacPorts] #68289: mpv does not start because of codesigning issues
MacPorts
noreply at macports.org
Fri Sep 29 15:28:32 UTC 2023
#68289: mpv does not start because of codesigning issues
-----------------------+--------------------
Reporter: juelicher | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Keywords: | Port: mpv
-----------------------+--------------------
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.
--
Ticket URL: <https://trac.macports.org/ticket/68289>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list