From: [EMAIL PROTECTED]
>I am trying to add some features as a plug-in. As a starting point I
>simply cloned deinterlace.c renamed everything containing "deinterlace".
>So I have a compilable unit with MAIN() query et al.
>
>I reran autgen.sh on gimp then make && make install
>
The Makefile.am in plug-ins/common is actually autogenerated,
so if you add a plug-in there, you have to do something a bit
special -- you have to edit the file
plug-ins/common/plugin-defs.pl
It is slightly cryptic but you will probably be able to
figure out how to do it.
Note that it's generally easier to build a personal plug-in
by putting the code outside the gimp source, and using the
command "gimptool-2.0 --install foo.c". In many cases the only
thing you need to change in the source is the line that
initializes internationalization, which you can just remove.
-- Bill
______________ ______________ ______________ ______________
Sent via the CNPRC Email system at primate.ucdavis.edu
_______________________________________________
Gimp-developer mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer