After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347570 - Make building of Script-Fu plug-in optional
Make building of Script-Fu plug-in optional
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-15 00:43 UTC by Kevin Cozens
Modified: 2006-07-16 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch allowing user to specify that Script-Fu should not be built (2.20 KB, patch)
2006-07-15 00:50 UTC, Kevin Cozens
accepted-commit_now Details | Review

Description Kevin Cozens 2006-07-15 00:43:23 UTC
A standard build and install of GIMP will also build and install Script-Fu. It would be a big help in the further development of the Tiny-Fu project if there was a way to prevent the Script-Fu plug-in from being built and installed. This will be particularly helpful if and when Tiny-Fu starts using the same name space as Script-Fu. It would also mean not having to worry about an update to GIMP clobbering an installed version of Tiny-Fu.
Comment 1 Kevin Cozens 2006-07-15 00:50:31 UTC
Created attachment 68954 [details] [review]
Patch allowing user to specify that Script-Fu should not be built

Patch adds --disable-script-fu option to configure.in allowing GIMP to be built without Script-Fu. The Script-Fu plug-in will be built by default if this option is not specified.
Comment 2 Sven Neumann 2006-07-15 16:31:50 UTC
Let's consider to include this for 2.4.
Comment 3 Manish Singh 2006-07-16 01:39:09 UTC
Looks fine. Please commit.
Comment 4 Kevin Cozens 2006-07-16 16:31:28 UTC
2006-07-16  Kevin Cozens  <kcozens@cvs.gnome.org>

        * configure.in
        * plug-ins/Makefile.am: Added --disable-script-fu to allow building
        of GIMP without the Script-Fu plug-in. See bug #347570.