[MacPorts] #67173: ffmpeg-upstream @5.1.2_4+gpl2+gpl3: broken build
MacPorts
noreply at macports.org
Fri Apr 14 18:57:44 UTC 2023
#67173: ffmpeg-upstream @5.1.2_4+gpl2+gpl3: broken build
------------------------------+----------------------
Reporter: townba | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: ffmpeg-upstream |
------------------------------+----------------------
Comment (by townba):
A little more info:
* The regular `ffmpeg` port works.
* I can fix the resulting `ffmpeg-upstream` binaries with the following
super-fragile script:
{{{
for bin in ffmpeg ffplay ffprobe; do
for lib in libavdevice.60.dylib libavfilter.9.dylib; do
sudo install_name_tool -change
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_macports_release_tarballs_ports_multimedia_ffmpeg-upstream/ffmpeg-
upstream/work/destroot/opt/local/lib/${lib}" "/opt/local/lib/${lib}"
"/opt/local/bin/${bin}"
done
done
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67173#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list