- avoid filename encoding problems in the WMF import plug-in - fixed horizontal flipping of linked layers - raised the priority of the display idle renderer to improve performance on Win32 - fixed a missing update in the Lighting plug-in UI - fixed a potential crash in the projection code - fixed a minor Makefile issue - removed some pointless warnings from the JPEG and TIFF load plug-ins - fixed size calculation for the image size warning dialog - fixed loading of tool options for the rectangle tools - push/pop a context in the Fog filter - fixed potential crashes in the Python binding - corrected grid drawing with non-integer spacing - fixed grid snapping for coordinates less than the grid offset - made the healing brush work properly when dragged - update tool state when a device change happens - improved validation of strings sent over the wire - fixed integer check in Script-Fu - fixed potential out-of-memory problem in Script-Fu - fixed compilation on msys/mingw - fixed localisation of Python plug-ins on Win32 - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
13 lines
425 B
Text
13 lines
425 B
Text
$NetBSD: patch-aa,v 1.19 2007/12/17 19:07:11 adam Exp $
|
|
|
|
--- etc/Makefile.in.orig 2007-12-14 15:57:54.000000000 +0100
|
|
+++ etc/Makefile.in
|
|
@@ -404,7 +404,7 @@ gimpdatadir = @gimpdatadir@
|
|
gimpdir = @gimpdir@
|
|
gimplocaledir = @gimplocaledir@
|
|
gimpplugindir = @gimpplugindir@
|
|
-gimpsysconfdir = @gimpsysconfdir@
|
|
+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|