[MacPorts] #55725: unpaper @6.1: error: Package requirements (libavformat libavcodec libavutil) were not met
MacPorts
noreply at macports.org
Tue Jan 23 04:02:33 UTC 2018
#55725: unpaper @6.1: error: Package requirements (libavformat libavcodec
libavutil) were not met
----------------------+------------------------
Reporter: jxy | Owner: ryandesign
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: unpaper |
----------------------+------------------------
Changes (by ryandesign):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"2dbfc6857566525e048bc64b93082a97e0aab3d8/macports-ports"
2dbfc6857566525e048bc64b93082a97e0aab3d8/macports-ports]:
{{{
#!ConfigurableCommitTicketReference repository="macports-ports"
revision="2dbfc6857566525e048bc64b93082a97e0aab3d8"
unpaper: Add missing ffmpeg and pkgconfig dependencies
Closes: https://trac.macports.org/ticket/55725
No longer override the optimization flags, since MacPorts prefers to
follow Apple's lead and use -Os rather than -O2.
No longer use -march=native flag because that can result in binaries
that cannot be used on user systems, if the user system has a different
processor than our build machine.
No longer use -pipe flag because MacPorts already uses that flag if
requested by the user in macports.conf; the default is to do so.
No longer use -flto flag on gcc-4.2 compiler which does not support it.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/55725#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list