The GNOMECanvas library provides a number of features: Image loading facilities. Rendering of a GdkPixBuf into various formats: drawables (windows, pixmaps), GdkRGB buffers. A cache interface.
The GNOMECanvas library provides a number of features: Image loading facilities. Rendering of a GdkPixBuf into various formats: drawables (windows, pixmaps), GdkRGB buffers. A cache interface.
To install libgnomecanvas, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgnomecanvas
To see what files were installed by libgnomecanvas, run:
port contents libgnomecanvas
To later upgrade libgnomecanvas, run:
sudo port selfupdate && sudo port upgrade libgnomecanvas
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.