[MacPorts] #64083: New port -- m2vrequantiser
MacPorts
noreply at macports.org
Wed Dec 1 16:58:28 UTC 2021
#64083: New port -- m2vrequantiser
-----------------------------+--------------------
Reporter: RobK88 | Owner: (none)
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: m2vrequantiser |
-----------------------------+--------------------
Comment (by RobK88):
Please ignore my last post. With the +universal variant, Macports is
building a 32-bit/64-bit binary. But one must use the "file" command on
the binary to verify this.
So the proposed port is working as expected. But I am still wondering if
it is a good idea to change "CC = gcc" to "CC ?= gcc" in the Makefile via
an additional patch.
{{{
bash-3.2$ m2vrequantiser
Usage is :
m2vrequantiser recompression_factor inputM2Vsize
bash-3.2$
bash-3.2$ otool -L /opt/local/bin/m2vrequantiser
/opt/local/bin/m2vrequantiser:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
bash-3.2$
bash-3.2$ file /opt/local/bin/m2vrequantiser
/opt/local/bin/m2vrequantiser: Mach-O universal binary with 2
architectures
/opt/local/bin/m2vrequantiser (for architecture x86_64): Mach-O
64-bit executable x86_64
/opt/local/bin/m2vrequantiser (for architecture i386): Mach-O executable
i386
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64083#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list