[MacPorts] #58055: Unable to install MPlayer
MacPorts
noreply at macports.org
Tue Feb 12 20:12:56 UTC 2019
#58055: Unable to install MPlayer
----------------------+--------------------
Reporter: jpmelko | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: |
----------------------+--------------------
Comment (by jpmelko):
Changed by this one, so it can continue with the next variants
{{{
#!/bin/bash
variants="a52 aa caca dirac dts dv esd faac fribidi glx live man_all_lang
mencoder_extras mng osd sdl smb speex twolame x11 x264 xvid"
for variant1 in $variants
do variant="+$variant1"
echo "====variant: $variant"
/opt/local/bin/port clean MPlayer
/opt/local/bin/port uninstall MPlayer
/opt/local/bin/port install MPlayer $variant
done
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58055#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list