From marcus@marcuscom.com  Tue Feb 11 10:51:24 2003
Return-Path: <marcus@marcuscom.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A3E1237B401; Tue, 11 Feb 2003 10:51:24 -0800 (PST)
Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 5EA9743F85; Tue, 11 Feb 2003 10:51:23 -0800 (PST)
	(envelope-from marcus@marcuscom.com)
Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4])
	by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h1BIorRA036366;
	Tue, 11 Feb 2003 13:50:54 -0500 (EST)
	(envelope-from marcus@marcuscom.com)
Message-Id: <1044989476.305.30.camel@gyros>
Date: 11 Feb 2003 13:51:16 -0500
From: Joe Marcus Clarke <marcus@marcuscom.com>
To: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG,
	FreeBSD GNOME Users <gnome@FreeBSD.ORG>
In-Reply-To: <20030211182913.87245.qmail@httpd.terions.de>
Subject: Re: gimp-devel has a python fu
References: <20030211182913.87245.qmail@httpd.terions.de>

>Number:         48182
>Category:       ports
>Synopsis:       Re: gimp-devel has a python fu
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 11:00:06 PST 2003
>Closed-Date:    Sun Feb 16 13:13:44 PST 2003
>Last-Modified:  Sun Feb 16 13:13:44 PST 2003
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 --=-O0L+MR7byyv7JmX2GUeR
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, 2003-02-11 at 13:29, Martin Klaffenboeck wrote:
 > >Submitter-Id:	current-users
 > >Originator:	Martin Klaffenboeck
 > >Organization:=09
 > >Confidential:	no=20
 > >Synopsis:	gimp-devel has a python fu
 > >Severity:	non-critical
 > >Priority:	low
 > >Category:	ports
 > >Class:		change-request
 > >Release:	FreeBSD 4.7-STABLE i386
 > >Environment:
 > System: FreeBSD martin.kleinerdrache.org 4.7-STABLE FreeBSD 4.7-STABLE #2=
 4: Mon Feb 10 21:21:27 CET 2003 martin@martin.kleinerdrache.org:/usr/obj/us=
 r/src/sys/MYKERNEL i386
 >=20
 >=20
 > =09
 > >Description:
 > 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_PYTH=
 ON by building gimp-devel.
 >=20
 > =09
 > >How-To-Repeat:
 > =09
 > >Fix:
 >=20
 > This is my change in the Makefile of gimp-devel.  I'm not sure if that re=
 ally works, I decided to test the python interface before making changes to=
  this Makefile.  If we use configure with --enalbe-python, it works quite w=
 ell, we have now the Menu 'Python-Fu' right below the 'Script-Fu' in the 'X=
 tns' menu, and it seems to work.  I recomend gimp-devel users to use this o=
 ption, we want to be sure that the Python-Fu works well, wenn we this versi=
 on of gimp goes stable.
 
 Did you check to see if there were any plist changes?
 
 Joe
 
 > =09
 >=20
 > --- Makefile.diff begins here ---
 > --- Makefile.orig	Tue Feb 11 19:10:56 2003
 > +++ Makefile	Tue Feb 11 19:19:37 2003
 > @@ -59,6 +60,12 @@
 >  MAN1=3D		gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
 >  MAN5=3D		gimprc-1.3.5
 > =20
 > +.if defined(WITH_PYTHON)
 > +CONFIGURE_ARGS+=3D	--enable-python
 > +.else
 > +CONFIGURE_ARGS+=3D	--disable-python
 > +.endif
 > +
 >  .if exists(${X11BASE}/libdata/pkgconfig/libpanelapplet-2.0.pc)
 >  RUN_DEPENDS+=3D	gnome-panel:${PORTSDIR}/x11/gnomepanel
 >  CONFIGURE_ARGS+=3D	--with-gnome-desktop=3D${X11BASE}/share/gnome/applica=
 tions
 > @@ -70,6 +77,13 @@
 >  #.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(W=
 ITH_HTML_HELP_BROWSER)
 >  #LIB_DEPENDS+=3D	gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
 >  #.endif
 > +
 > +pre-everything::
 > +.if !defined(WITH_PYTHON)
 > +	@${ECHO_MSG} "* Note: gimp-1.3 comes with a python script interface"
 > +	@${ECHO_MSG} "* If you wish to test this, hit Ctrl-C now and use"
 > +	@${ECHO_MSG} "* \"WITH_PYTHON=3Dyes\""
 > +.endif
 > =20
 >  do-extract:
 >  	@${MKDIR} ${WRKDIR}
 > --- Makefile.diff ends here ---
 >=20
 >=20
 >=20
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-gnome" in the body of the message
 --=20
 PGP Key : http://www.marcuscom.com/pgp.asc
 
 
 
 --=-O0L+MR7byyv7JmX2GUeR
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQA+SUYkb2iPiv4Uz4cRAoKLAKCpcSQxO4MCxu2ffs6DdDX3x5petwCfac8j
 6fYxkB9dM//WJLriMBtS9Tk=
 =1Cin
 -----END PGP SIGNATURE-----
 
 --=-O0L+MR7byyv7JmX2GUeR--
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Sun Feb 16 13:13:08 PST 2003 
State-Changed-Why:  
Followup to ports/48181, misfiled as a new PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48182 
>Unformatted:
