diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 14:53:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 14:53:47 +0000 |
commit | 7a318b355a4c52d62ee6070475839a2eb7bb9d98 (patch) | |
tree | a9079928dc93bc9bc303b756fc34276b012bfc80 /graphics/jpeg-mmx/files/patch-ad | |
parent | - Remove dead WWW (diff) |
- Patches from
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106060 ,
http://sylvana.net/jpegcrop/exifpatch.html
Which add EXIF support to jpegtran (lossless JPEG transforms) and to
rdjpgcom to add reporting of EXIF orientation in verbose mode.
- Tools from http://sylvana.net/jpegcrop/exif_orientation.html
which allow automatic JPEG orientation using the EXIF tag from the camera.
(I think it should be done with DISTFILES rather than with PATCH_SITES,
though).
Roman Shterenzon
(some cleanup done)
Notes
Notes:
svn path=/head/; revision=104472
Diffstat (limited to 'graphics/jpeg-mmx/files/patch-ad')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ad b/graphics/jpeg-mmx/files/patch-ad deleted file mode 100644 index 224fefe2e850..000000000000 --- a/graphics/jpeg-mmx/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- djpeg.c.orig Sat Oct 11 18:29:07 1997 -+++ djpeg.c Mon Apr 24 16:04:13 2000 -@@ -26,6 +26,7 @@ - #include "cdjpeg.h" /* Common decls for cjpeg/djpeg applications */ - #include "jversion.h" /* for version message */ - -+#include <locale.h> /* to declare setlocal() */ - #include <ctype.h> /* to declare isprint() */ - - #ifdef USE_CCOMMAND /* command-line reader for Macintosh */ -@@ -385,6 +386,9 @@ - cinfo->unread_marker - JPEG_APP0, (long) length); - } - -+ if (traceit) { -+ setlocale(LC_ALL, ""); -+ } - while (--length >= 0) { - ch = jpeg_getc(cinfo); - if (traceit) { |