2ff02e0b1d
- change package name libtiff4 to libtiff5. library number is 5 actually. - Update to 4.0.1 * configure.ac - Add libtiff private dependency on -llzma for pkg-config - Add support for using library symbol versioning on ELF systems with the GNU linker. * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings in tif_win32.c * libtiff/tif_jpeg.c: Extra caution for case where sp is NULL. * libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around assumption tag fetching is always successful. * libtiff/tiffio.h: Use double-underbar syntax in GCC printf attribute specification to lessen the risk of accidental macro substitution. * Update automake used to 1.11.3. OBS-URL: https://build.opensuse.org/request/show/111622 OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=39
13 lines
545 B
Diff
13 lines
545 B
Diff
diff -urN tiff-4.0.1.orig/tools/tiff2pdf.c tiff-4.0.1/tools/tiff2pdf.c
|
|
--- tiff-4.0.1.orig/tools/tiff2pdf.c 2012-03-29 01:03:15.656848587 +0800
|
|
+++ tiff-4.0.1/tools/tiff2pdf.c 2012-03-29 01:03:27.591699381 +0800
|
|
@@ -4991,7 +4991,7 @@
|
|
|
|
if(t2p->tiff_photometric != PHOTOMETRIC_YCBCR) {
|
|
written += t2pWriteFile(output, (tdata_t) "/DecodeParms ", 13);
|
|
- written += t2pWriteFile(output, (tdata_t) "<< /ColorTransform 0 >>\n", 24);
|
|
+ written += t2pWriteFile(output, (tdata_t) "<< /ColorTransform 1 >>\n", 24);
|
|
}
|
|
break;
|
|
#endif
|