Re: PhotoCD plugin + latest gimp

2000-11-24 Thread Philip Armstrong

On Fri, Nov 24, 2000 at 02:47:45PM +, Austin Donnelly wrote:
> Alessandro Baldoni <[EMAIL PROTECTED]> is still maintaining it.
> I've exchanged some email with him.

OK.

> He says he has his own patches to work with the latest Gimp.

No problem, mine just rewrote all the #defined stuff to match the new
ones. -- Hardly an earth shattering innovation :)

> Thanks for your help though!  Why not take a look at the bugtracker
>   http://bugs.gnome.org/db/pa/lgimp.html
> and pick a juicy bug to fix: we'd be forever greatful!

Time, time time ... maybe post current work crisis! The pcd thing was
a classic 'scratch that personal itch' patch...

will have a look at the code at some point though.

cheers,

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt




Re: PhotoCD plugin + latest gimp

2000-11-24 Thread Austin Donnelly

On Friday, 24 Nov 2000, Philip Armstrong wrote:

> On Fri, Nov 24, 2000 at 10:27:08AM +, Austin Donnelly wrote:
> > On , 24 Nov 2000, Philip Armstrong wrote:
> > > I've patched the PhotoCD (pcd) plugin xhpcd to work with the latest
> > > devel gimp, but had no response from the author. So if anyone wants a
> > > copy of the patch, feel free to mail me at [EMAIL PROTECTED]
> >
> > Yes.  
> > 
> > If it's short, please send your patch to the gimp developer's mailing
> > list (see headers).  Otherwise we'll sort something else out.

Alessandro Baldoni <[EMAIL PROTECTED]> is still maintaining it.
I've exchanged some email with him.

He says he has his own patches to work with the latest Gimp.

Thanks for your help though!  Why not take a look at the bugtracker
  http://bugs.gnome.org/db/pa/lgimp.html
and pick a juicy bug to fix: we'd be forever greatful!

Austin



Re: simple q re: gimp_edit

2000-11-24 Thread Jarda Benkovsky

Maneesh Yadav wrote:
> 
> Hi all, I needed a way to load up multiple image files to separate layers
> of a single image...I thought about it for awhile but the best I could

please, look at http://www.pvtnet.cz/www/pvt.benkovsk/gimp/ specifically
the SequenceFile script. I guess it does what you need


Would somebody of Gimp developers look at the scripts (not the raw
plugin) there and considered their inclusion in GIMP distro?


Edheldil



SGI 1.1.29 build fails on Gimp-Perl what to do??

2000-11-24 Thread Avi Bercovich


hello all ;-)

not really a core gimp devel/debug issue, but pretty frustrating just the
same. 1.1.29 seems to build fine up to the point that it hits the perl
extension. I;ve compiled & installed  all the various PDL, Parse::Rec
Descent, Gtk+-Perl stuff etc. and .configure goes through the motions just
fine when configuring it. Here's the make output:


Making all in perl gmake[3]: Entering directory
`/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins/perl'
gmake[4]: Entering directory
`/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins/perl/ Gimp' gcc -c
-I/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins/perl -I../../.. -I/usr/peo
ple/avi/tmp/src/gimp-1.1.29/plug-ins/perl/../..
-I/usr/local/lib/glib/include -I /usr/local/include
-I/usr/local/lib/glib/include -I/usr/local/include -DGTK_DIS ABLE_COMPAT_H
-I/usr/share/lib/perl5/site_perl/PDL/Core -g -O2 -O2 -DVERSIO N=\"1.201\"
-DXS_VERSION=\"1.201\" -I/usr/share/lib/perl5/irix-n32/5.00404/CORE
 -Ddatadir="\"/usr/local/share\"" -DHAVE_PDL=1 Lib.c In file included from
/usr/share/lib/perl5/irix-n32/5.00404/CORE/perlio.h:23,
 from
/usr/share/lib/perl5/irix-n32/5.00404/CORE/perl.h:181,
 from /usr/share/lib/perl5/site_perl/PDL/Core/pdlcore.h:3,
 from Lib.xs:20:
/usr/share/lib/perl5/irix-n32/5.00404/CORE/perlsdio.h:268: warning:
`getc_unlock ed' redefined /usr/include/stdio.h:394: warning: this is the
location of the previous definiti on
/usr/share/lib/perl5/irix-n32/5.00404/CORE/perlsdio.h:270: warning:
`putc_unlock ed' redefined /usr/include/stdio.h:396: warning: this is the
location of the previous definiti on In file included from
/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins/perl/gppport. h:149,
 from Lib.xs:34:
/usr/share/lib/perl5/irix-n32/5.00404/CORE/patchlevel.h:40: redefinition
of `loc al_patches'
/usr/share/lib/perl5/irix-n32/5.00404/CORE/patchlevel.h:40:
`local_patches' prev iously defined here gmake[4]: *** [Lib.o] Error 1
gmake[4]: Leaving directory
`/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins/perl/G imp' gmake[3]: ***
[subdirs] Error 2 gmake[3]: Leaving directory
`/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins/perl' gmake[2]: ***
[all-recursive] Error 1 gmake[2]: Leaving directory
`/usr/people/avi/tmp/src/gimp-1.1.29/plug-ins' gmake[1]: ***
[all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/people/avi/tmp/src/gimp-1.1.29'
gmake: *** [all-recursive-am] Error 2


my analysis is that SGI default perl (5.004_4) is missing some stuff that
Gimp::Perl needs. I don't think it has anything to do with the various
Perl modules I installed (all of which compiled/installed flawlessly). Am
I correct?? If so is there some patch I can apply so that I wont need to
install perl 5.005 into /usr/freeware?? I read in the ChangeLog of
Gimp::Perl that some workarounds for 5.004 had been submitted...

BTW. I'm no perl coder myself, so I haven;t the foggiest idea where to
start 'problem solving' on this one.

kind regards,

avi

PS. versions used:

perl5 (5.0 patchlevel 4 subversion 4) (SGI default)

PDL 2.1.1 (no slatec, no gsl, no fftw)
RecParseDescent 1.66
Data-Dumper-2.101
File-Spec-0.82
Gtk-Perl-0.7000 (gtk only, no gnome)

GNU Make version 3.79.1
gcc version 2.95.2




Re: Certain jpg/tiff files cannot be loaded correctly

2000-11-24 Thread Nick Lamb

On Fri, Nov 24, 2000 at 08:35:10AM +0100, Martin Weber wrote:
> Certain jpg/tiff files cannot be loaded correctly.
> http://homepages.go.com/~martweb/gimp.zip
> 
> Sorry that I mail this bug, but the bug report page currently doesn't seem
> to work.

Go.com seem to be a rather Mickey Mouse operation if you'll pardon the
pun. When their web site is up I'll check out the contents of that ZIP.

If this is a re-report of the problems already described in the Gimp
bugtracker I will try to answer them individually as I can.

Nick.



Re: TGA plugin bugfix

2000-11-24 Thread Austin Donnelly

On Friday, 24 Nov 2000, Lourens Veen wrote:

> About three weeks ago now I found a bug in the TGA loader. I patched it
> and sent the patch to [EMAIL PROTECTED] I got a reply that it had been
> forwarded to the maintainer of the plugin, but I haven't heard anything
> since. So I'm trying the mailinglist.

I think Nick Lamb fixed it in CVS:

2000-11-18  Nick Lamb  <[EMAIL PROTECTED]>

* plug-ins/common/tga.c: Fix alleged problem with small images

This fix will be more widely available when Yosh makes another 1.2
release candidate available.  It's been almost a month since 1.1.29 so
we're probably due another test release soonish (Yosh?)

Austin



TGA plugin bugfix

2000-11-24 Thread Lourens Veen

Hi everyone,

About three weeks ago now I found a bug in the TGA loader. I patched it
and sent the patch to [EMAIL PROTECTED] I got a reply that it had been
forwarded to the maintainer of the plugin, but I haven't heard anything
since. So I'm trying the mailinglist.

The problem is the following: if the TGA file is smaller than 26 bytes
the loader will give an error, even though there are legal TGA files
possible that are smaller than 26 bytes. I patched it and so far it
works fine here. I have a patch but it's from tga.c in 1.1.29 to my
fixed tga.c. Should I make a context diff that works from the root of
the tree or is it ok to post the file patch (which has to be applied in
plug-ins/common? Should I make a changelog entry (read something about
that, not sure how it works).

I realise that these may be a rather hair-splitting questions but I'm
new to all this and I couldn't find anything in the FAQ about them so
I'm asking them here. 

Lourens



Re: PhotoCD plugin + latest gimp

2000-11-24 Thread Philip Armstrong

On Fri, Nov 24, 2000 at 10:27:08AM +, Austin Donnelly wrote:
> On , 24 Nov 2000, Philip Armstrong wrote:
> > I've patched the PhotoCD (pcd) plugin xhpcd to work with the latest
> > devel gimp, but had no response from the author. So if anyone wants a
> > copy of the patch, feel free to mail me at [EMAIL PROTECTED]
>
> Yes.  
> 
> If it's short, please send your patch to the gimp developer's mailing
> list (see headers).  Otherwise we'll sort something else out.

Attached (it's only 2kb as a gzipped context diff).

cheers all,

Phil Armstrong

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt


 xhpcd-2.02-gimp1.1.29-patch.gz


Re: PhotoCD plugin + latest gimp

2000-11-24 Thread Austin Donnelly

On , 24 Nov 2000, Philip Armstrong wrote:

> I've patched the PhotoCD (pcd) plugin xhpcd to work with the latest
> devel gimp, but had no response from the author. So if anyone wants a
> copy of the patch, feel free to mail me at [EMAIL PROTECTED]

Yes.  

If it's short, please send your patch to the gimp developer's mailing
list (see headers).  Otherwise we'll sort something else out.

Austin