Re: [Gimp-developer] Displaying image using GTK

2003-12-14 Thread Roger Leigh
a second per fork, so gcc is slow due to forking the compiler, preprocessor, assembler, collect2 etc. configure is even slower (it takes over half an hour to run the gimp-print configure script, c.f. 20 secs on Linux) since it forks over 5000 processes. -- Roger Leigh Printing on GN

Re: [Gimp-developer] no ppd file usable with gimp2.0pre4?

2004-03-13 Thread Roger Leigh
t. What should be used instead (given that Standard C does not have locale objects)? -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. ___

Re: [Gimp-developer] no ppd file usable with gimp2.0pre4?

2004-03-13 Thread Roger Leigh
Sven Neumann <[EMAIL PROTECTED]> writes: > Hi, > > Roger Leigh <[EMAIL PROTECTED]> writes: > >> Sven Neumann <[EMAIL PROTECTED]> writes: >> >> > Note to the gimp-print developers: You should consider to stop using >> > scanf() and simil

[Gimp-developer] Re: [Gimp-print-devel] static libgimpprintui

2004-05-25 Thread Roger Leigh
the library would use the components as they required. I'm not sure if I have sufficient time to get this done for 5.0, though. I still need to get the plugin working before I can start changing it. Regards, Roger -- Roger Leigh Printing on GNU/Linux? http://gimp-pri

[Gimp-developer] gimptool fix (reposted)

2001-02-19 Thread Roger Leigh
an 30 22:56:36 2001 --- ../gimp-orig/gimptool.1.in Fri Jan 26 22:01:29 2001 *** *** 193,201 .B CFLAGS to get the preferred flags to pass to the C compiler for plug-in building. .TP 8 - .B DESTDIR - to add a prefix to the install/uninstall path. - .TP 8 .B LDFLAGS to get th

[Gimp-developer] Re: [Gimp-print-devel] What's going on in gimp-print land

2001-02-19 Thread Roger Leigh
="\$(top_builddir)/src/main/libgimpprint.la" GIMP_PRINT_H="gimp-print.h" else AM_PATH_GIMPPRINT LIBGIMPPRINT_LIBS="${GIMPPRINT_LIBS}" fi Could this integrate nicely with the GIMP? The GIMP configure could itself use AM_PATH_GIMPPRINT, or just run the gimp-print config

Re: [Gimp-print-devel] Re: [Gimp-developer] What's going on in gimp-print land

2001-02-20 Thread Roger Leigh
that library version problems can be minimised with AM_PATH_GIMPPRINT. If you like, I can put in a simple check that we are in the GIMP tree (e.g. test -f ../../gimptool.1.in), and conditionally compile libgimpprint and statically link print. The conditional compiling is important, for the pack

Re: [Gimp-print-devel] Re: [Gimp-developer] What's going on in gimp-print land

2001-02-21 Thread Roger Leigh
presence of the debian directory is not a solution as it's part of GIMP CVS. Regards, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/ For GPG Public Key: finger [EMAIL PROTECTED] or see public keyser

[Gimp-developer] Re: [Gimp-print-devel] ANNOUNCE: Gimp-Print 4.1.8

2001-06-08 Thread Roger Leigh
ver confirmed that my fixes worked (although I thought they were OK). -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/ For GPG Public Key: finger [EMAIL PROTECTED] or see public keyserv

[Gimp-developer] Re: [Gimp-print-devel] Gimp-Print 4.2 hit list

2001-09-08 Thread Roger Leigh
all. I can't see why. all-local: $(INSTALL_DATA_LOCAL_DEPS) [build dependency] install-data-local: $(INSTALL_DATA_LOCAL_DEPS) [install dependency] A file ppd-stamp is created so that the ppd-stamp rule is only run once, so I can't see why this occurs because ppd-stamp is not deleted AFAICS

[Gimp-developer] Re: [Gimp-print-devel] Probelms as usual...

2001-09-23 Thread Roger Leigh
n into the gimp tree, which *does not* include libtool, gettext, automake or autoconf generated files or anything else apart from the bare essentials. You have to regenerate them yourself. I can't really address the problem unless you provide us with some more information though. Roger -- Roger

[Gimp-developer] gimptool and DESTDIR support

2001-12-06 Thread Roger Leigh
uot;$1"; then - cmd="$install_cmd $1 $install_dir/$1" + cmd="$install_cmd $1 $DESTDIR$install_dir/$1" test $quiet = "yes" || echo $cmd test $donothing = "yes" || exec $cmd else -- R

Re: [Gimp-developer] Raphael's edits, was Re: test this howto now

2002-01-21 Thread Roger Leigh
r autoconf 2.52 and automake 1.5. See: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gimp-print/print/doc/README.maintaining?rev=1.8&content-type=text/vnd.viewcvs-markup or the source. Regards, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org

Re: [Gimp-developer] Raphael's edits, was Re: test this howto now

2002-01-21 Thread Roger Leigh
On Mon, Jan 21, 2002 at 10:12:55PM +0100, Sven Neumann wrote: > Hi, > > Roger Leigh <[EMAIL PROTECTED]> writes: > > > In the gimp-print source, there is a file `doc/README.maintaining' that > > describes how to use the autotools to build from CVS. It covers

Re: [Gimp-developer] glib version question

2002-01-22 Thread Roger Leigh
roger@whinlatter:~$ glib-config --version 1.2.10 -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers ms

[Gimp-developer] Re: [Gimp-print-devel] make gimp-dist

2002-03-16 Thread Roger Leigh
ake gimp-dist is an ugly horrible hack, which I would like to see elimitated too! Regards, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/ GPG Public

Re: [Gimp-developer] GNU/Linux vs. Linux

2002-04-04 Thread Roger Leigh
NU tools are the actual part the user (and programmer) will interact with, be it bash, grep, gcc or glibc. Just my tuppence, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/

Re: [Gimp-developer] Dependencies between gimp-1.2.4 and gimp-print

2002-06-21 Thread Roger Leigh
ll be in 4.2.2). Regards, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on pub

[Gimp-developer] autoconf macro for gimptool

2002-10-03 Thread Roger Leigh
support. # Copyright 2000-2002 Roger Leigh # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is dis

Re: [Gimp-developer] + restoring mouse position after use cornernavigation tool

2002-11-25 Thread Roger Leigh
t of getting used to. You have to find the cursor after every move, which is annoying. Dropping the mouse cursor where you consider it needed next is doubly annoying if the user wants to do something else (perhaps unrelated to your program). -- Roger Leigh "Liberty and

Re: [Gimp-developer] Re: new-xcf [Re: Gimp-developer Digest, Vol10, Issue 18]

2003-07-17 Thread Roger Leigh
8038dd991d46155ff5 usr/share/doc/gimp1.2-print/changelog.Debian.gz -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers ___ Gim

Re: [Gimp-developer] Re: PS vs. PDF

2003-08-14 Thread Roger Leigh
odules and embedded mxml XML interpreter function correctly, but there's no reason why they shouldn't. -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ GPG Public Key: 0x25BFB848 available on public keyservers _