diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-03 02:31:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-03 02:31:37 +0000 |
commit | 2a7e717e8f0a6c6c5ab88841e7d17961e2f9067b (patch) | |
tree | 299d0680da84c561eeac8c19cc18b7af94a51e89 /media-gfx/igal/files | |
parent | version bump (diff) | |
download | gentoo-2-2a7e717e8f0a6c6c5ab88841e7d17961e2f9067b.tar.gz gentoo-2-2a7e717e8f0a6c6c5ab88841e7d17961e2f9067b.tar.bz2 gentoo-2-2a7e717e8f0a6c6c5ab88841e7d17961e2f9067b.zip |
bug 9587
Diffstat (limited to 'media-gfx/igal/files')
-rw-r--r-- | media-gfx/igal/files/digest-igal-1.3 | 1 | ||||
-rw-r--r-- | media-gfx/igal/files/igal-1.3-gentoo.diff | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/media-gfx/igal/files/digest-igal-1.3 b/media-gfx/igal/files/digest-igal-1.3 new file mode 100644 index 000000000000..7cd821e55258 --- /dev/null +++ b/media-gfx/igal/files/digest-igal-1.3 @@ -0,0 +1 @@ +MD5 dceec90c328e76889b3b741fbeeb1309 igal-1.3.tar.gz 19453 diff --git a/media-gfx/igal/files/igal-1.3-gentoo.diff b/media-gfx/igal/files/igal-1.3-gentoo.diff new file mode 100644 index 000000000000..58f78687cd43 --- /dev/null +++ b/media-gfx/igal/files/igal-1.3-gentoo.diff @@ -0,0 +1,49 @@ +--- igal-1.3/indextemplate.html.orig 2001-09-03 19:26:32.000000000 -0400 ++++ igal-1.3/indextemplate.html 2002-10-23 20:09:40.000000000 -0400 +@@ -17,7 +17,7 @@ + </center> + + <p><font size="-1">created with +-<a href="http://www.stanford.edu/~epop/igal">igal</a></font> ++<a href="http://www.stanford.edu/~epop/igal">igal</a> on <a href="http://www.gentoo.org">gentoo linux</a></font> + </font> + + </body> +--- igal-1.3/Makefile.orig 2002-10-23 20:23:18.000000000 -0400 ++++ igal-1.3/Makefile 2002-10-23 20:42:33.000000000 -0400 +@@ -1,11 +1,14 @@ + ############################################################################ + # if you change this, please also modify the value on the 8th line of igal +-DESTDIR=/usr/local ++DESTDIR=/usr + ############################################################################ + + BINDIR=$(DESTDIR)/bin +-MANDIR=$(DESTDIR)/man/man1 +-LIBDIR=$(DESTDIR)/lib/igal ++MANDIR=$(DESTDIR)/share/man/man1 ++LIBDIR=$(DESTDIR)/share/igal/lib ++ ++default:: ++ + + clean:: + rm -rf $(LIBDIR) +--- igal-1.3/igal.orig 2002-10-23 20:19:53.000000000 -0400 ++++ igal-1.3/igal 2002-10-23 20:35:19.000000000 -0400 +@@ -5,13 +5,13 @@ + ############################################################################ + # please change this accordingly if you change the DESTDIR in the tarball + # distribution Makefile or the --prefix of the RPM installation +-$LIBDIR = "/usr/local/lib/igal"; ++$LIBDIR = "/usr/share/igal/lib"; + # for example if you make DESTDIR=/usr then $LIBDIR="/usr/lib/igal" + ############################################################################ + # if you KNOW you have the ImageMagick package installed (e.g commands like + # identify and mogrify) then setting this equal to 1 may speed up the code a + # bit (igal will stop checking for these commands every time it runs) +-$haveim = 0; ++$haveim = 1; + ############################################################################ + # if you KNOW you have the libjpeg stuff installed (e.g commands like cjpeg, + # djpeg and pnmscale) then setting this equal to 1 may speed up the code a |