Re: [Gimp-user] Plugin Request: Voronoi



On Fri, 2018-01-19 at 00:21 -0500, Steve Kinney wrote:

The original plugin registry page is in the Wayback Machine, and
includes source code (one always had to compile this one for use on
Linux systems, IIRC).

https://tinyurl.com/voronoi-2005

Updating this code to compile a useable GIMP 2.8 plugin is WAY beyond
my
capability.  Does anybody out there with the requisite background
wanna have a go at it?

I compiled it (as a regular user, not root) and it seemed to work
unchanged.

I got the source from
http://web.archive.org/web/20050119065043/http://trific.ath.cx:80/Ftp/gimp/voronoi/voronoi-2.2.tar.bz2
and unpacked it with
    tar jxvf voronoi-2.2.tar.bz2

I made one change to the Makefile -- on my system the command
    uname -m
says
    x86_64
but the gcc compiler expects
    x86-64
so I changed the line in Makefile that said
    -march=`uname -m`
to say
    -march=`uname -m | sed s/_/-/`

(be careful to keep the right quotes in there).

Then I typed
    make
to compile the plugin, and then I installed the plugin with
    gimptool-2.0 --install-bin voronoi

Liam [IRC::ankh]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]