RSS/Atom feed Twitter
Site is read-only, email is disabled

ANNOUNCE: GIMP 1.3.13

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

ANNOUNCE: GIMP 1.3.13 Sven Neumann 23 Mar 23:47
ANNOUNCE: GIMP 1.3.13 Jason Van Patten 25 Mar 22:15
  ANNOUNCE: GIMP 1.3.13 Sven Neumann 25 Mar 23:18
ANNOUNCE: GIMP 1.3.13 Jason Van Patten 25 Mar 23:26
  ANNOUNCE: GIMP 1.3.13 Sven Neumann 26 Mar 11:18
ANNOUNCE: GIMP 1.3.13 Jason Van Patten 26 Mar 11:51
Sven Neumann
2003-03-23 23:47:16 UTC (about 21 years ago)

ANNOUNCE: GIMP 1.3.13

Hi,

there is a new GIMP development release available from:

ftp://ftp.gimp.org/pub/gimp/v1.3/v1.3.13/

The list of changes seems to be short this time but there are a lot of bug fixes and small improvements all over the place which are not explicitely listed here. Check the ChangeLog for more details.

Overview of Changes in GIMP 1.3.13 ==================================

- New tree-view based popup to select brushes, gradients and such [Mitch] - Added color pickers to levels tool for easier color correction [Sven] - Allow to create channels from an image's color component [Sven, Mitch] - Added a full-screen mode for the image window [Sven, Mitch] - Added a simple config file writer to GimpConfig [Sven] - Moved gimp-perl into it's own CVS module [Yosh] - Migrated all core dialogs from GtkList to GtkTreeView [Mitch] - Refactored the GimpDisplayShell update/draw code [Mitch, Sven] - Rewrote the Undo History as a GimpDockable [Mitch] - Lots of bug fixes

Other contributors: Sunil Mohan Adapa, Tor Lillqvist, Jay Cox, Dave Neary, Michael J. Hammel, Toralf Lund, Raphael Quinet, Hans Breuer, Tuomas Kuosmanen, David Necas, Jakub Steiner, Simon Budig

Happy GIMPing, Sven

Jason Van Patten
2003-03-25 22:15:44 UTC (about 21 years ago)

ANNOUNCE: GIMP 1.3.13

Sven -

Sven Neumann wrote:

Hi,

there is a new GIMP development release available from:

ftp://ftp.gimp.org/pub/gimp/v1.3/v1.3.13/

I'm having a bit of trouble with the 1.3.13 tree. I tried applying the libexif patch that I posted a week or two ago, then ran the various "auto" commands to regen the config files, header files, and makefiles. Automake complained:

# automake
aclocal.m4: 1066: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER' aclocal.m4: 1105: `jm_MAINTAINER_MODE' is obsolete; use `AM_MAINTAINER_MODE' aclocal.m4: 4865: `fp_PROG_CC_STDC' is obsolete; use `AM_PROG_CC_STDC' plug-ins/common/Makefile.am:354: variable `LIBBZ2' not defined plug-ins/common/Makefile.am:946: variable `LIBMAIL' not defined plug-ins/common/Makefile.am:1289: variable `LIBSCREENSHOT' not defined plug-ins/common/Makefile.am:1551: variable `LIBURL' not defined plug-ins/common/Makefile.am:1632: variable `LIBWINCLIPBOARD' not defined plug-ins/common/Makefile.am:1657: variable `LIBWINPRINT' not defined plug-ins/common/Makefile.am:7: invalid unused variable name: `AM_LDFLAGS' plug-ins/flame/Makefile.am:24: variable `LIBUCB' not defined plug-ins/flame/Makefile.am:24: variable `LIBUCB' not defined configure.in: 1066: required file `./$@)].in' not found

Configure ran fine. However, trying to run make got me:

# make -j3 /bin/sh: -c: line 1: syntax error near unexpected token `)]' /bin/sh: -c: line 1: `if test ! -f )].in; then rm -f ./stamp-h2.in; make ./stamp-h2.in; else :; fi'
make: *** [)].in] Error 2

I backed out, deleted the directory, and started again. This time, I *didn't* apply the patch but used the raw files from the tarball. For giggles, I ran the same series of "auto" commands, and got the same errors. Including the error with make.

Somehow, this gets planted in the Makefile:

)]: stamp-h2 @if test ! -f $@; then \
rm -f stamp-h2; \
$(MAKE) stamp-h2; \ else :; fi

I don't think /bin/sh likes that too much.

What am I doing wrong? I didn't have this issue with the 1.3.12 tree, with or without the patch applied.

Thanks!

jas

Sven Neumann
2003-03-25 23:18:05 UTC (about 21 years ago)

ANNOUNCE: GIMP 1.3.13

Hi,

Jason Van Patten writes:

I'm having a bit of trouble with the 1.3.13 tree. I tried applying the libexif patch that I posted a week or two ago, then ran the various "auto" commands to regen the config files, header files, and makefiles. Automake complained:

# automake aclocal.m4: 1066: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER' aclocal.m4: 1105: `jm_MAINTAINER_MODE' is obsolete; use `AM_MAINTAINER_MODE' aclocal.m4: 4865: `fp_PROG_CC_STDC' is obsolete; use `AM_PROG_CC_STDC'

are you sure that you run the correct version of aclocal? That would be the one that corresponds to the version of automake you used. Basically you shouldn't run the various auto tools by hand but use autogen.sh.

What am I doing wrong? I didn't have this issue with the 1.3.12 tree, with or without the patch applied.

I don't think we changed something in the build system between 1.3.12 and 1.3.13 so I suspect that you are doing something different this time (or changed your build setup).

Salut, Sven

Jason Van Patten
2003-03-25 23:26:11 UTC (about 21 years ago)

ANNOUNCE: GIMP 1.3.13

Sven Neumann wrote:

are you sure that you run the correct version of aclocal? That would be the one that corresponds to the version of automake you used.

Looks like they're the same (1.4) version.

$ ls -la acloc* automake* lrwxrwxrwx 1 root root 11 Feb 22 12:56 aclocal -> aclocal-1.4* -rwxr-xr-x 1 root root 11286 Feb 28 2002 aclocal-1.4* -rwxr-xr-x 1 root root 13161 Apr 3 2002 aclocal-1.5* lrwxrwxrwx 1 root root 12 Feb 22 12:56 automake -> automake-1.4* -rwxr-xr-x 1 root root 199823 Feb 28 2002 automake-1.4* -rwxr-xr-x 1 root root 216008 Apr 3 2002 automake-1.5*

Basically you shouldn't run the various auto tools by hand but use autogen.sh.

Where's that usually live?

jas

Sven Neumann
2003-03-26 11:18:54 UTC (about 21 years ago)

ANNOUNCE: GIMP 1.3.13

Hi,

Jason Van Patten writes:

Sven Neumann wrote:

are you sure that you run the correct version of aclocal? That would be the one that corresponds to the version of automake you used.

Looks like they're the same (1.4) version.

$ ls -la acloc* automake* lrwxrwxrwx 1 root root 11 Feb 22 12:56 aclocal -> aclocal-1.4* -rwxr-xr-x 1 root root 11286 Feb 28 2002 aclocal-1.4* -rwxr-xr-x 1 root root 13161 Apr 3 2002 aclocal-1.5* lrwxrwxrwx 1 root root 12 Feb 22 12:56 automake -> automake-1.4* -rwxr-xr-x 1 root root 199823 Feb 28 2002 automake-1.4* -rwxr-xr-x 1 root root 216008 Apr 3 2002 automake-1.5*

automake-1.4 is too old. We require at least automake-1.6 and prefer 1.7 even. The file HACKING clearly states this requirement.

Basically you shouldn't run the various auto tools by hand but use autogen.sh.

Where's that usually live?

it's a script that is in the CVS tree. It is not part of the GIMP tarball since you shouldn't have to fiddle with the auto tools as a user who builds from tarball and it is likely that you mess things up if you do. Perhaps we should nevertheless distribute it?

Salut, Sven

Jason Van Patten
2003-03-26 11:51:17 UTC (about 21 years ago)

ANNOUNCE: GIMP 1.3.13

Sven Neumann wrote:
> automake-1.4 is too old. We require at least automake-1.6 and prefer > 1.7 even. The file HACKING clearly states this requirement.

Upgraded to latest automake. Configure gets further but still fails:

./configure: line 12377: syntax error near unexpected token `PKG_CHECK_MODULES(GMODULE,'
./configure: line 12377: `PKG_CHECK_MODULES(GMODULE, gmodule-2.0)'

> if you do. Perhaps we should nevertheless distribute it?

It probably wouldn't hurt. I wouldn't be running the auto tools, but the EXIF patch changes the gimp-1.3.13/configure.in, and the gimp-1.3.13/plug-ins/common/Makefile.am files. So the auto tools need to be run afterward. I don't expect you guys to support what I'm doing; I'm just curious as to why it's not working in 1.3.13. That's all. :-)

Thanks.

jas