Avoid hunks with source-dvipdfm-x.dif
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=291
This commit is contained in:
parent
ac61a204d4
commit
00127573f6
@ -1,6 +1,6 @@
|
|||||||
--- texk/dvipdfm-x/pngimage.c_orig 2018-04-27 02:37:38.954103428 +0200
|
--- texk/dvipdfm-x/pngimage.c_orig 2018-04-27 02:37:38.954103428 +0200
|
||||||
+++ texk/dvipdfm-x/pngimage.c 2018-04-27 02:48:48.121731743 +0200
|
+++ texk/dvipdfm-x/pngimage.c 2018-04-27 02:48:48.121731743 +0200
|
||||||
@@ -966,12 +966,16 @@
|
@@ -964,12 +964,16 @@
|
||||||
png_bytep trans;
|
png_bytep trans;
|
||||||
int num_trans;
|
int num_trans;
|
||||||
png_uint_32 i;
|
png_uint_32 i;
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
smask = pdf_new_stream(STREAM_COMPRESS);
|
smask = pdf_new_stream(STREAM_COMPRESS);
|
||||||
dict = pdf_stream_dict(smask);
|
dict = pdf_stream_dict(smask);
|
||||||
@@ -983,7 +987,8 @@
|
@@ -981,7 +985,8 @@
|
||||||
pdf_add_dict(dict, pdf_new_name("ColorSpace"), pdf_new_name("DeviceGray"));
|
pdf_add_dict(dict, pdf_new_name("ColorSpace"), pdf_new_name("DeviceGray"));
|
||||||
pdf_add_dict(dict, pdf_new_name("BitsPerComponent"), pdf_new_number(8));
|
pdf_add_dict(dict, pdf_new_name("BitsPerComponent"), pdf_new_number(8));
|
||||||
for (i = 0; i < width*height; i++) {
|
for (i = 0; i < width*height; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user