summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-02-14 22:27:54 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-02-14 22:27:54 +0000
commitab3a42d07af626524511981ea1006a37f3b906b0 (patch)
tree419993dfb29b8aeb32ccdcff3bd838788e4d8f0d /media-gfx/gimp/files
parentditto (diff)
downloadgentoo-2-ab3a42d07af626524511981ea1006a37f3b906b0.tar.gz
gentoo-2-ab3a42d07af626524511981ea1006a37f3b906b0.tar.bz2
gentoo-2-ab3a42d07af626524511981ea1006a37f3b906b0.zip
New upstream version
Diffstat (limited to 'media-gfx/gimp/files')
-rw-r--r--media-gfx/gimp/files/digest-gimp-1.2.31
-rw-r--r--media-gfx/gimp/files/gimp-1.2.3-gentoo.diff25
2 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/gimp/files/digest-gimp-1.2.3 b/media-gfx/gimp/files/digest-gimp-1.2.3
new file mode 100644
index 000000000000..174f1d822a12
--- /dev/null
+++ b/media-gfx/gimp/files/digest-gimp-1.2.3
@@ -0,0 +1 @@
+MD5 b19235f19f524f772a4aef597a69b1da gimp-1.2.3.tar.bz2 10795020
diff --git a/media-gfx/gimp/files/gimp-1.2.3-gentoo.diff b/media-gfx/gimp/files/gimp-1.2.3-gentoo.diff
new file mode 100644
index 000000000000..2021e975f7ba
--- /dev/null
+++ b/media-gfx/gimp/files/gimp-1.2.3-gentoo.diff
@@ -0,0 +1,25 @@
+--- Makefile.am~ Mon Dec 18 16:14:07 2000
++++ Makefile.am Fri Jun 22 16:58:34 2001
+@@ -105,6 +105,7 @@
+ polar \
+ ps \
+ psd \
++ psd_save \
+ $(PSP) \
+ randomize \
+ ripple \
+@@ -944,6 +945,14 @@
+ psd.c
+
+ psd_LDADD = \
++ $(top_builddir)/libgimp/libgimp.la \
++ $(GLIB_LIBS) \
++ $(INTLLIBS)
++
++psd_save_SOURCES = \
++ psd_save.c
++
++psd_save_LDADD = \
+ $(top_builddir)/libgimp/libgimp.la \
+ $(GLIB_LIBS) \
+ $(INTLLIBS)