summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2005-12-02 19:40:37 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2005-12-02 19:40:37 +0000
commitcf38f97e68847e9a82e2ed03c7f35fead974642f (patch)
tree72d13579ff6b82bb185308527fbe7e0f4ceee09b /app-text/tetex/files
parentMake sandbox dep !mips? in stable Portage for now. (diff)
downloadgentoo-2-cf38f97e68847e9a82e2ed03c7f35fead974642f.tar.gz
gentoo-2-cf38f97e68847e9a82e2ed03c7f35fead974642f.tar.bz2
gentoo-2-cf38f97e68847e9a82e2ed03c7f35fead974642f.zip
Bumps for fixing wrong rotation and handling filenames with spaces in epstopdf (bug #85404).
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-text/tetex/files')
-rw-r--r--app-text/tetex/files/digest-tetex-2.0.2-r74
-rw-r--r--app-text/tetex/files/digest-tetex-3.0-r43
-rw-r--r--app-text/tetex/files/tetex-2.0.2-epstopdf-wrong-rotation.patch12
-rw-r--r--app-text/tetex/files/tetex-3.0-epstopdf-wrong-rotation.patch12
4 files changed, 31 insertions, 0 deletions
diff --git a/app-text/tetex/files/digest-tetex-2.0.2-r7 b/app-text/tetex/files/digest-tetex-2.0.2-r7
new file mode 100644
index 000000000000..e7e17c3b6698
--- /dev/null
+++ b/app-text/tetex/files/digest-tetex-2.0.2-r7
@@ -0,0 +1,4 @@
+MD5 a16f6bba227d55e79aeee46fbbd82d28 tetex-src-2.0.2.tar.gz 11745933
+MD5 d3bdb96f9077e43b2115d3cc471743b3 tetex-texmf-2.0.2.tar.gz 52424280
+MD5 40d4b2c5582eccbee4b6ec692c3cc253 tetex-texmfsrc-2.0.2.tar.gz 22909537
+MD5 0a0ba30552331663f496d41b8ca2a299 tetex-2.0.2-gentoo.tar.gz 1704
diff --git a/app-text/tetex/files/digest-tetex-3.0-r4 b/app-text/tetex/files/digest-tetex-3.0-r4
new file mode 100644
index 000000000000..79805884155f
--- /dev/null
+++ b/app-text/tetex/files/digest-tetex-3.0-r4
@@ -0,0 +1,3 @@
+MD5 944a4641e79e61043fdaf8f38ecbb4b3 tetex-src-3.0.tar.gz 12749314
+MD5 11aa15c8d3e28ee7815e0d5fcdf43fd4 tetex-texmf-3.0.tar.gz 91762123
+MD5 3d45189842f826b84ed867ab74a8b9fe tetex-3.0-gentoo.tar.gz 1352
diff --git a/app-text/tetex/files/tetex-2.0.2-epstopdf-wrong-rotation.patch b/app-text/tetex/files/tetex-2.0.2-epstopdf-wrong-rotation.patch
new file mode 100644
index 000000000000..dfdc740ade31
--- /dev/null
+++ b/app-text/tetex/files/tetex-2.0.2-epstopdf-wrong-rotation.patch
@@ -0,0 +1,12 @@
+--- tetex-src-2.0.2.old/texk/tetex/epstopdf 2002-11-23 01:58:03.000000000 +0100
++++ tetex-src-2.0.2/texk/tetex/epstopdf 2005-12-02 19:57:55.000000000 +0100
+@@ -194,7 +194,8 @@
+ ### open output file
+ if ($::opt_gs) {
+ my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
+- "-sOutputFile=$OutputFilename - -c quit";
++ "-dAutoRotatePages=/None " .
++ "\"-sOutputFile=$OutputFilename\" - -c quit";
+ debug "Ghostscript pipe:", $pipe;
+ open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
+ }
diff --git a/app-text/tetex/files/tetex-3.0-epstopdf-wrong-rotation.patch b/app-text/tetex/files/tetex-3.0-epstopdf-wrong-rotation.patch
new file mode 100644
index 000000000000..429c4fddbbfd
--- /dev/null
+++ b/app-text/tetex/files/tetex-3.0-epstopdf-wrong-rotation.patch
@@ -0,0 +1,12 @@
+--- tetex-src-3.0/texk/tetex/epstopdf.orig 2005-11-28 01:34:05.000000000 +0100
++++ tetex-src-3.0/texk/tetex/epstopdf 2005-10-22 19:25:12.000000000 +0200
+@@ -205,7 +205,8 @@
+ ### open output file
+ if ($::opt_gs) {
+ my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
+- "-sOutputFile=$OutputFilename - -c quit";
++ "-dAutoRotatePages=/None " .
++ "\"-sOutputFile=$OutputFilename\" - -c quit";
+ debug "Ghostscript pipe:", $pipe;
+ open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
+ }