From owner-freebsd-gnome Tue Feb 11 11:48:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C0B37B401 for ; Tue, 11 Feb 2003 11:48:54 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C2AD43FA3 for ; Tue, 11 Feb 2003 11:48:50 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 71465 invoked from network); 11 Feb 2003 19:48:46 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 11 Feb 2003 19:48:46 -0000 Date: Tue, 11 Feb 2003 20:48:46 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD-gnats-submit@FreeBSD.ORG, FreeBSD GNOME Users Subject: Re: gimp-devel has a python fu Message-ID: <20030211194845.GA71461@martin.kdrache.org> References: <20030211182913.87245.qmail@httpd.terions.de> <1044989476.305.30.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1044989476.305.30.camel@gyros>; from marcus@marcuscom.com on Di, Feb 11, 2003 at 19:51:16 +0100 X-Mailer: Balsa 2.0.6 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Am 2003.02.11 19:51 schrieb(en) Joe Marcus Clarke: > On Tue, 2003-02-11 at 13:29, Martin Klaffenboeck wrote: > > >Submitter-Id: current-users > > >Originator: Martin Klaffenboeck > > >Organization: > > >Confidential: no > > >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 #24: Mon Feb 10 21:21:27 CET 2003 > martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 > > > > > > > > >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_PYTHON by building gimp-devel. > > > > > > >How-To-Repeat: > > > > >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. > > 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 > Joe > > > > > > > --- 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= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1 > > MAN5= gimprc-1.3.5 > > > > +.if defined(WITH_PYTHON) > > +CONFIGURE_ARGS+= --enable-python > > +.else > > +CONFIGURE_ARGS+= --disable-python > > +.endif > > + > > .if exists(${X11BASE}/libdata/pkgconfig/libpanelapplet-2.0.pc) > > RUN_DEPENDS+= gnome-panel:${PORTSDIR}/x11/gnomepanel > > CONFIGURE_ARGS+= > --with-gnome-desktop=${X11BASE}/share/gnome/applications > > @@ -70,6 +77,13 @@ > > #.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || > defined(WITH_HTML_HELP_BROWSER) > > #LIB_DEPENDS+= 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=yes\"" > > +.endif > > > > do-extract: > > @${MKDIR} ${WRKDIR} > > --- Makefile.diff ends here --- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message