Bug 48181 - gimp-devel has a python fu
Summary: gimp-devel has a python fu
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 18:30 UTC by Martin Klaffenboeck
Modified: 2003-02-19 08:45 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (928 bytes, patch)
2003-02-11 18:30 UTC, Martin Klaffenboeck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2003-02-11 18:30:10 UTC
Gimp 1.3 will come with a Python-Fu interface as addition to the standard Script-Fu in previos versions.  Now we can use both if we enable WITH_PYTHON by building gimp-devel.

Fix: This is my change in the Makefile of gimp-devel.  I'm not sure if that really works, I decided to test the python interface before making changes to this Makefile.  If we use configure with --enalbe-python, it works quite well, we have now the Menu 'Python-Fu' right below the 'Script-Fu' in the 'Xtns' menu, and it seems to work.  I recomend gimp-devel users to use this option, we want to be sure that the Python-Fu works well, wenn we this version of gimp goes stable.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-13 01:31:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-02-16 21:12:35 UTC
## Add to the audit trail:

:---------------------------------------------------------------------
: Message-Id: <1044989476.305.30.camel@gyros>
: Date: 11 Feb 2003 13:51:16 -0500
: From: Joe Marcus Clarke <marcus@marcuscom.com>
: In-Reply-To: <20030211182913.87245.qmail@httpd.terions.de>
:
: Did you check to see if there were any plist changes?

:---------------------------------------------------------------------
: Message-Id: <20030211194845.GA71461@martin.kdrache.org>
: Date: Tue, 11 Feb 2003 20:48:46 +0100
: From: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
: In-Reply-To: <1044989476.305.30.camel@gyros>; from marcus@marcuscom.com on Di, Feb 11, 2003 at 19:51:16 +0100
:
: Am 2003.02.11 19:51 schrieb(en) Joe Marcus Clarke:
: > On Tue, 2003-02-11 at 13:29, Martin Klaffenboeck wrote:
: > > Gimp 1.3 will come with a Python-Fu interface as addition to the
: > > standard Script-Fu in previos versions.  Now we can use both if
: > > we enable WITH_PYTHON by building gimp-devel.
: >
: > Did you check to see if there were any plist changes?
:
: There are some changes, as I can see now, thanks for you to attend me
: to this.  But I don't know how to do with multiple pkg-plists.  There
: is a new directory created: /usr/X11R6/libexec/gimp/1.3/python with
: some stuff inside.
:
: Is there anywhere a good script to create a pkg-plist file?  I tryed
: to create one, but I failed until now.
:
: Martin

:---------------------------------------------------------------------
: Message-Id: <1044993951.305.47.camel@gyros>
: Date: 11 Feb 2003 15:05:51 -0500
: From: Joe Marcus Clarke <marcus@marcuscom.com>
: In-Reply-To: <20030211194845.GA71461@martin.kdrache.org>
:
: On Tue, 2003-02-11 at 14:48, Martin Klaffenboeck wrote:
: > Am 2003.02.11 19:51 schrieb(en) Joe Marcus Clarke:
: > > On Tue, 2003-02-11 at 13:29, Martin Klaffenboeck wrote:
: > > > Gimp 1.3 will come with a Python-Fu interface as addition to
: > > > the standard Script-Fu in previos versions.  Now we can use
: > > > both if we enable WITH_PYTHON by building gimp-devel.
: > >
: > > Did you check to see if there were any plist changes?
: >
: > There are some changes, as I can see now, thanks for you to attend
: > me to this.  But I don't know how to do with multiple pkg-plists.
: > There is a new directory created: /usr/X11R6/libexec/gimp/1.3/python
: > with some stuff inside.
:
: You need to use PLIST_SUB to handle this.
:
: > Is there anywhere a good script to create a pkg-plist file?  I tryed
: > to create one, but I failed until now.
:
: This is a semi-religious debate.  There are some examples in the porters
: handbook as well as in ports/Tools.
:
: Joe
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-02-19 08:44:53 UTC
State Changed
From-To: open->closed

Committed with plist modifications, thanks.