e4acf6e9cf
Require GEGL in gimp-2.0.pc
2012-05-02 17:46:08 +02:00
950412fbdc
configure: bump version to 2.9.1
...
and change app/Makefile.am to use variables instead of hadcoding the
version.
2012-05-02 17:43:43 +02:00
3b14851b6d
configure: set version to 2.8.0
2012-05-02 11:43:04 +02:00
0f656b9543
plug-ins: depend on librsvg >= 2.36.0 and half-undeprecate file-svg
2012-04-24 22:10:49 +02:00
531709c8db
Depend on ATK 2.2.0, GTK+ 2.24.10, GdkPixbuf 2.24.1
...
And do some final NEWS adjustments for RC1
2012-04-03 00:53:04 +02:00
36c52537e4
bump babl req versions to 0.1.10 and gegl to 0.2.0
2012-04-02 23:11:07 +01:00
9252922651
Depend on GEGL 0.1.9 and use the new gegk-0.1 pkg-config file
2012-04-02 12:33:26 +02:00
817d516da4
Depend on Babl 0.1.8
2012-03-30 10:13:23 +02:00
ed239a9891
Change "2.7" to "2.8" all over the place and set gimp_version to 2.8.0-RC1
2012-03-24 19:21:03 +01:00
53d8244713
Introduce configure options to bypass bzip2 and Ghostscript
...
Introduce configure options --with[out]-gs and --with[out]-bzip2 to
allow bypassing gs/bzip2 auto-detection
2012-03-15 19:02:35 +05:30
623319246c
configure: bump version to 2.7.6
2012-03-13 01:42:05 +01:00
fea46b1c63
Fix alignment of configure --help output
2012-03-09 20:12:35 +01:00
72d60103e5
configure: remove the rules for the "gimpinstall" script
...
it was needed for the script version of gimptool which is gone.
2012-03-02 20:09:44 +01:00
7aa12175a4
data: More resource updates and cleanup with Ramon
2012-02-04 21:00:43 +02:00
05bca8c622
build: Make .xz compressed dist tarballs too
2012-01-31 19:01:51 +05:30
ebe0bcc901
build: Add check for Ghostscript
2012-01-22 09:21:15 +05:30
b8e2b8b0d8
data: Make new presets from Ramon Miranda install
2012-01-21 18:16:47 +02:00
fa9e792b78
build: Install new data files from Ramon Miranda (part 1)
2012-01-21 17:10:47 +05:30
9f60e9a534
build: Show if file-compressor will be built in configure status
2012-01-12 21:10:58 +05:30
5db85ad9e1
file-compressor: Move to own directory under plug-ins/
2012-01-11 20:27:18 +05:30
f80892bf50
file-compressor: Use compression libraries instead of programs
...
This commit will temporarily cause the build to break, because
file-compressor doesn't link -lz and -lbz2 after this commit. I'll fix
it soon, but if any of you want to kill me for breaking the build, feel
free to revert it. The commit will stay and can be used later.
This change was made so that file-compressor isn't crappy on Windows. It
also removes win32-specific code.
2012-01-11 19:29:32 +05:30
126acfc7de
build: Drop atk required version to 2.0.1
...
Building apparently works with this version too.
2012-01-08 22:14:15 +05:30
d2d5a3db62
build: Check for atk >= 2.2.0 (bug #667127 )
2012-01-08 20:16:45 +05:30
2271f6fe96
Bump version to 2.7.5
2011-12-11 20:36:48 +01:00
1b5a0f9d9d
build: Add -Werror=missing-prototypes to CFLAGS where possible
2011-12-07 01:39:01 +05:30
2b1b04bf72
configure: depend on librsvg >= 2.34.2
...
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in file-svg.
2011-12-01 11:36:25 +01:00
79a4f71884
configure: depend on webkitgtk >= 1.6.1
...
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in help-browser and web-page.
2011-12-01 11:26:11 +01:00
6cff213038
configure: depend on GLib >= 2.30.2
...
For the reasons mentioned in the last version bump commit below.
2011-11-30 23:32:00 +01:00
3673549257
Depend on lots of newer library versions
...
Gegl >= 0.1.8, Babl >= 0.1.6, Gdk-Pixbuf >= 1.24.0, Pango >= 1.29.4,
GLib >= 2.28.8, GTK+ 2.24.7
Which means depending on a gazillion of bug fixes, which means less
pain for GIMP 2.8 users, and less useless bugzilla traffic eating
developer resources.
2011-11-19 18:16:39 +01:00
5144e7e47c
configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE
2011-10-29 23:51:50 +02:00
b99e0f90c8
configure: fix check for _NL_MEASUREMENT_MEASUREMENT
2011-10-19 21:34:53 +02:00
6d62beef13
Revert "build: Strip out G/GDK/GTK_DISABLE_DEPRECATED"
...
We still depend on GTK+ 2.x which doesn't have the warnings, and
don't want deprecated API being used by accident.
This reverts commit f9e6162086 .
2011-10-17 18:54:34 +02:00
f9e6162086
build: Strip out G/GDK/GTK_DISABLE_DEPRECATED
...
We have compiler warnings, now.
2011-10-17 17:21:51 +01:00
2f0c55b12b
configure.ac: aclocal flags are already honored in Makefile.am
2011-10-17 02:22:21 +01:00
3a05739683
configure.ac: Replace AM_CONFIG_HEADER deprecated macro
...
Use AC_CONFIG_HEADERS instead
2011-10-17 02:03:49 +01:00
de9c5fda00
configure.ac: Use new libtool syntax
2011-10-17 02:03:49 +01:00
c581b6147e
configure.ac: Do not use AC_ISC_POSIX macro
...
Sun dropped support for the obsolete INTERACTIVE
Systems Corporation Unix on 2006-07-23. New programs need not use
this macro.
2011-10-17 02:03:49 +01:00
14b3f594f9
configure.ac: Replace AC_HELP_STRING deprecated macro
2011-10-17 02:03:49 +01:00
5132df3a6d
configure.ac: Replace AC_TRY_RUN deprecated macro
2011-10-17 02:03:49 +01:00
41dc8f1d59
configure.ac: Replace deprecated AC_TRY_LINK macro
2011-10-17 02:03:49 +01:00
4bf2a84e14
configure.ac: Replace deprecated AC_TRY_CPP macro
2011-10-17 02:03:49 +01:00
75476493f4
configure.ac: Replace deprecated AC_TRY_COMPILE macro
2011-10-17 02:03:49 +01:00
464966dbaa
configure.ac: Remove AC_TYPE_SIGNAL
...
Out code can safely assume C89 semantics that RETSIGTYPE is void
2011-10-17 02:03:48 +01:00
71c7301f18
configure: remove cruft found by Javier Jardon
2011-10-17 02:23:02 +02:00
38c412ea4f
configure: don't add G_DISABLE_DEPRECATED for GLIb 2.30
...
because we still use g_format_size_for_display().
2011-10-02 15:14:10 +02:00
2aae54226c
build: Rename HAVE_EXIF define to HAVE_LIBEXIF
2011-09-18 07:04:44 +05:30
e6edc7d833
build: Rename BUILD_METADATA conditional to HAVE_LIBEXIF
2011-09-18 06:50:43 +05:30
6080c11161
Revert "Bug #658816 - Add a spellchecker to the comment editor"
...
This reverts commit 978c96bbc6 , which is
probably not such a great idea.
2011-09-13 00:33:33 +05:30
978c96bbc6
Bug #658816 - Add a spellchecker to the comment editor
...
This is an initial version and can be improved. Something is better
than nothing. :)
2011-09-12 19:36:35 +05:30
67053601d5
configure.ac: Use maintainer mode by default
...
See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
2011-09-10 15:35:14 +01:00