* updated gimp (2.0.2) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3307 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,18 @@ |
|||||
|
--- ./plug-ins/common/Makefile.in.orig 2004-06-17 23:49:47.332120072 +0200
|
||||
|
+++ ./plug-ins/common/Makefile.in 2004-06-17 23:50:30.527553368 +0200
|
||||
|
@@ -1351,6 +1351,7 @@
|
||||
|
$(libgimpcolor) \ |
||||
|
$(libgimpbase) \ |
||||
|
$(GLIB_LIBS) \ |
||||
|
+ $(GTK_LIBS) \
|
||||
|
$(RT_LIBS) \ |
||||
|
$(INTLLIBS) |
||||
|
|
||||
|
@@ -1532,6 +1533,7 @@
|
||||
|
$(libgimpcolor) \ |
||||
|
$(libgimpbase) \ |
||||
|
$(GLIB_LIBS) \ |
||||
|
+ $(GTK_LIBS) \
|
||||
|
$(RT_LIBS) \ |
||||
|
$(INTLLIBS) |
||||
|
|
@ -1,16 +0,0 @@ |
|||||
|
|
||||
No - this is not an usual gcc-3.4 fix - this is a real bug-fix ... |
|
||||
|
|
||||
- Rene Rebe <rene@rocklinux.org> |
|
||||
|
|
||||
--- gimp-2.0.1/app/paint-funcs/paint-funcs.h 2004-03-10 14:13:43.000000000 +0100
|
|
||||
+++ gimp-2.0.1-fixed/app/paint-funcs/paint-funcs.h 2004-05-06 00:15:59.000000000 +0200
|
|
||||
@@ -356,7 +356,7 @@
|
|
||||
gint, |
|
||||
GimpLayerModeEffects, |
|
||||
gboolean *, |
|
||||
- CombinationMode);
|
|
||||
+ InitialMode);
|
|
||||
|
|
||||
void combine_regions (PixelRegion *, PixelRegion *, |
|
||||
PixelRegion *, PixelRegion *, |
|