On 4/11/2013 12:35 PM, Vadim Zhukov wrote:
2013/4/11 Brian Callahan <bcal...@devio.us>:
Hi ports --
Attached is a tarball for graphics/nomacs, a Qt4-based image viewer with RAW
support, basic image manipulation tools, and the ability to sync images
across multiple viewers.
Works for me on amd64.
OK?
Please prepend Qt4 items in WANTLIB with "lib/qt4/".
sysinfo() calls could be substituted with sysctl(): "total" is
probably {CTL_HW,HW_USERMEM} and "free" could be retrieved from
{CTL_VM, VM_METER} struct.
While running, regularly prints the following on the console:
libpng warning: zlib version error
And I could not open and PNG file I have.
Is your libpng up to date? I have no problems with png files, nor do I
have any console messages at all with some rather heavy usage.
~Brian