diff options
author | Kyle Guinn <elyk03@gmail.com> | 2019-09-26 21:20:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 17:40:04 +0700 |
commit | 90476a0916a88953b00e1030acdcb1eee30cce54 (patch) | |
tree | 211b2957b91e1a122684399a89c556f77d407d6a /graphics/potrace/patches/make-check-tolerance.diff | |
parent | 79c8dbedec7b742237eccc7f5b4098d74f03db52 (diff) |
graphics/potrace: Updated for version 1.16.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'graphics/potrace/patches/make-check-tolerance.diff')
-rw-r--r-- | graphics/potrace/patches/make-check-tolerance.diff | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/potrace/patches/make-check-tolerance.diff b/graphics/potrace/patches/make-check-tolerance.diff deleted file mode 100644 index 54dff3781ac6e..0000000000000 --- a/graphics/potrace/patches/make-check-tolerance.diff +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/check/pdf-check.sh b/check/pdf-check.sh ---- a/check/pdf-check.sh -+++ b/check/pdf-check.sh -@@ -72,11 +72,11 @@ - echo "GS does not understand PDF; skipping this test" >& 2 - exit 77 - fi --actiondiff "$TMP2" "$REFDATA" 1000 -+actiondiff "$TMP2" "$REFDATA" 1200 - - action $POTRACE -r50 -p -L 0 -B 0 --opaque -b pdf -o "$TMP1" "$DATA" - action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1" --actiondiff "$TMP2" "$REFDATA" 1200 -+actiondiff "$TMP2" "$REFDATA" 1600 - - action $POTRACE -r50 -p -L 0 -B 0 -A 160 -b pdf -o "$TMP1" "$DATA" - action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g568x528 -r100x100 -sOutputFile="$TMP2" -- "$TMP1" -diff --git a/check/postscript-check.sh b/check/postscript-check.sh ---- a/check/postscript-check.sh -+++ b/check/postscript-check.sh -@@ -70,11 +70,11 @@ - echo "Something is wrong with $GS; skipping this test" >& 2 - exit 77 - fi --actiondiff "$TMP2" "$REFDATA" 1000 -+actiondiff "$TMP2" "$REFDATA" 1200 - - action $POTRACE -r50 -p -L 0 -B 0 --opaque -o "$TMP1" "$DATA" - action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g460x394 -r100x100 -sOutputFile="$TMP2" -- "$TMP1" --actiondiff "$TMP2" "$REFDATA" 1200 -+actiondiff "$TMP2" "$REFDATA" 1600 - - action $POTRACE -r50 -p -L 0 -B 0 -A 160 -o "$TMP1" "$DATA" - action "$GS" -q -dNOPAUSE -sDEVICE=pbmraw -g568x528 -r100x100 -sOutputFile="$TMP2" -- "$TMP1" |