-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Martin Kretzschmar wrote:
> Am Do, den 01.04.2004 schrieb Chris Halls um 17:16:
> > On Thu, 2004-04-01 at 04:55, Rene Engelhard wrote:
> > > well, we could come out without gimp-perl. We could "fix" that bug we
> > > now have. But I wouldn't 100% like this and I moreover I would not like
> > > removing gimp-perl although I never used it except for this conversions
> > > we do in the OOo package now.
> > 
> > I think we should use script-fu directly.  The script is not complicated
> > and then we only need the gimp itself.
> 
> lalala...
> 
> Not a drop-in replacement for xcftobmp, but very close.
> 
> ------8<----------------8<-----
> #!/bin/bash
> 
> GIMP=gimp-2.0

I needed to do workaround here since gimp 2.0.0-x doesn't provide a gimp
binary yet and I don't want to build-depend on a newer gimp:

- --- snip ----
# gimp_2.0.0-[1-4] has no gimp command, shrugs....
if [ -x /usr/bin/gimp ]; then
        GIMP=gimp
elif [ -x /usr/bin/gimp-2.0 ]; then
        GIMP=gimp-2.0
fi
- --- snip ---

Ari, you got a bugreport: Please provide a gimp binary in 2.0.0, too..

Otherwise it is committed. Thanks.

Grüße/Regards,

René
- -- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
      
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAbvHD+FmQsCSK63MRAjaAAJ9e7YGdsfn/810iD6EdhqaP2SIGyACfQelN
gCcqdtJ9xwcPoNEwdfcNCuo=
=mqqI
-----END PGP SIGNATURE-----

Reply via email to