summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2005-05-09 01:09:06 +0000
committerSteve Arnold <nerdboy@gentoo.org>2005-05-09 01:09:06 +0000
commit881968ade7cc694744273b677ad6d3365d4e51a9 (patch)
tree8ab6ac19cc20cc8e2cfd290c8180061c4f5d5057 /media-libs/tiff/files
parentstable on ia64 (diff)
downloadhistorical-881968ade7cc694744273b677ad6d3365d4e51a9.tar.gz
historical-881968ade7cc694744273b677ad6d3365d4e51a9.tar.bz2
historical-881968ade7cc694744273b677ad6d3365d4e51a9.zip
more cleanup for stablizing on 3.7.2
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-libs/tiff/files')
-rw-r--r--media-libs/tiff/files/config.site12
-rw-r--r--media-libs/tiff/files/digest-tiff-3.6.1-r25
-rw-r--r--media-libs/tiff/files/tiff-3.6.1-r1-man.so.patch14
-rw-r--r--media-libs/tiff/files/tiff-3.7.0-sharedlibsnamefix.patch30
-rw-r--r--media-libs/tiff/files/tiff-3.7.0-tiff2ps_float.patch21
5 files changed, 0 insertions, 82 deletions
diff --git a/media-libs/tiff/files/config.site b/media-libs/tiff/files/config.site
deleted file mode 100644
index 31f4da21316e..000000000000
--- a/media-libs/tiff/files/config.site
+++ /dev/null
@@ -1,12 +0,0 @@
-JPEG="yes" # yes|no configure JPEG support (see below)
-ZIP="yes" # yes|no configure Deflate support (see below)
-HTML="yes" # yes|no install HTML documentation
-DIR_BIN="${D}/usr/bin" # directory for tools
-DIR_LIB="${D}/usr/lib" # directory for libraries
-DIR_INC="${D}/usr/include" # directory for include files
-DIR_MAN="${D}/usr/share/man" # directory for manual pages
-
-DIRS_LIBINC="/usr/include"
-DIR_JPEGLIB="/usr/lib"
-DIR_GZLIB="/usr/lib" # directory for libz
-DSOSUF="so"
diff --git a/media-libs/tiff/files/digest-tiff-3.6.1-r2 b/media-libs/tiff/files/digest-tiff-3.6.1-r2
deleted file mode 100644
index 3a7cbce504ae..000000000000
--- a/media-libs/tiff/files/digest-tiff-3.6.1-r2
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 b3f0ee7617593c2703755672fb1bfed3 tiff-v3.6.1.tar.gz 1072165
-MD5 2cd1c94d237d47104106de3bf4f08baa libtiff-lzw-compression-kit-1.5.tar.gz 9646
-MD5 d73911faab0e6f8e47e05841135b6885 libtiff-3.6.1-alt-bound.patch.bz2 8557
-MD5 d935326ef43f96d60f4b8e78cb96fe1c libtiff-3.6.1-alt-bound-fix2.patch.bz2 269
-MD5 7fb0f9cb001f5dc9e8c5b0e36abd30fc libtiff-3.6.1-chris-bound.patch.bz2 789
diff --git a/media-libs/tiff/files/tiff-3.6.1-r1-man.so.patch b/media-libs/tiff/files/tiff-3.6.1-r1-man.so.patch
deleted file mode 100644
index a42364bd8e61..000000000000
--- a/media-libs/tiff/files/tiff-3.6.1-r1-man.so.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- man/Makefile.in.orig 2003-12-22 00:22:15.000000000 -0800
-+++ man/Makefile.in 2004-09-19 19:05:09.858800696 -0700
-@@ -83,9 +83,9 @@
- # pathname prefix in the .so commands when setting
- # up alternate files for multi-function manual pages.
- #
--#MANDIR = man3/
-+MANDIR = man3/
-
--MANTOOLS=\
-+MANTOOLS = \
- apps/fax2tiff.1 \
- apps/fax2ps.1 \
- apps/gif2tiff.1 \
diff --git a/media-libs/tiff/files/tiff-3.7.0-sharedlibsnamefix.patch b/media-libs/tiff/files/tiff-3.7.0-sharedlibsnamefix.patch
deleted file mode 100644
index f43f2fc85008..000000000000
--- a/media-libs/tiff/files/tiff-3.7.0-sharedlibsnamefix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- tiff-3.7.0.orig/ltmain.sh 2004-10-14 19:53:25.000000000 +0200
-+++ tiff-3.7.0/ltmain.sh 2004-10-18 14:49:01.000000000 +0200
-@@ -2862,7 +2862,7 @@
- case $outputname in
- lib*)
- name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
-- eval shared_ext=\"$shrext\"
-+ eval shared_ext=\"$shrext_cmds\"
- eval libname=\"$libname_spec\"
- ;;
- *)
-@@ -2874,7 +2874,7 @@
- if test "$need_lib_prefix" != no; then
- # Add the "lib" prefix for modules if required
- name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
-- eval shared_ext=\"$shrext\"
-+ eval shared_ext=\"$shrext_cmds\"
- eval libname=\"$libname_spec\"
- else
- libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
-@@ -3637,7 +3637,7 @@
- fi
-
- # Get the real and link names of the library.
-- eval shared_ext=\"$shrext\"
-+ eval shared_ext=\"$shrext_cmds\"
- eval library_names=\"$library_names_spec\"
- set dummy $library_names
- realname="$2"
-
diff --git a/media-libs/tiff/files/tiff-3.7.0-tiff2ps_float.patch b/media-libs/tiff/files/tiff-3.7.0-tiff2ps_float.patch
deleted file mode 100644
index 2cd668f3bc0d..000000000000
--- a/media-libs/tiff/files/tiff-3.7.0-tiff2ps_float.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- tiff-3.7.0.orig/tools/tiff2ps.c 2004-10-14 18:53:28.000000000 +0100
-+++ tiff-3.7.0/tools/tiff2ps.c 2004-10-20 16:34:09.000000000 +0100
-@@ -411,7 +411,7 @@
- static void
- setupPageState(TIFF* tif, uint32* pw, uint32* ph, double* pprw, double* pprh)
- {
-- double xres = 0.0, yres = 0.0;
-+ float xres = 0.0, yres = 0.0;
-
- TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, pw);
- TIFFGetField(tif, TIFFTAG_IMAGELENGTH, ph);
-@@ -542,7 +542,8 @@
- double pw, double ph, double lm, double bm, int cnt)
- {
- uint32 w, h;
-- double ox, oy, prw, prh;
-+ float ox, oy;
-+ double prw, prh;
- double scale = 1.0;
- double left_offset = lm * PS_UNIT_SIZE;
- double bottom_offset = bm * PS_UNIT_SIZE;