File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 17
17
18
18
29/8/17 started 8.5.9
19
19
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen
20
+ - don't build enumtypes so often, removing perl as a compile dependancy
20
21
21
22
2/8/17 started 8.5.8
22
23
- fix transparency detection in merge, thanks Haida
Original file line number Diff line number Diff line change @@ -72,11 +72,7 @@ vips_scan_headers = \
72
72
${top_srcdir}/libvips/include/vips/morphology.h \
73
73
${top_srcdir}/libvips/include/vips/draw.h \
74
74
${top_srcdir}/libvips/include/vips/basic.h \
75
- ${top_srcdir}/libvips/include/vips/version.h \
76
75
${top_srcdir}/libvips/include/vips/object.h
77
76
78
- enumtypes.h : $(vips_scan_headers ) Makefile
79
- glib-mkenums --template enumtemplate \
80
- $(vips_scan_headers ) > xgen-geth && \
81
- ( cmp -s xgen-geth enumtypes.h || cp xgen-geth enumtypes.h ) && \
82
- rm -f xgen-geth
77
+ enumtypes.h : $(vips_scan_headers ) Makefile.am
78
+ glib-mkenums --template enumtemplate $(vips_scan_headers ) > enumtypes.h
Original file line number Diff line number Diff line change @@ -70,11 +70,7 @@ vips_scan_headers = \
70
70
${top_srcdir}/libvips/include/vips/morphology.h \
71
71
${top_srcdir}/libvips/include/vips/draw.h \
72
72
${top_srcdir}/libvips/include/vips/basic.h \
73
- ${top_srcdir}/libvips/include/vips/version.h \
74
73
${top_srcdir}/libvips/include/vips/object.h
75
74
76
- enumtypes.c : $(vips_scan_headers ) Makefile
77
- glib-mkenums --template enumtemplate \
78
- $(vips_scan_headers ) > xgen-getc && \
79
- ( cmp -s xgen-getc enumtypes.c || cp xgen-getc enumtypes.c ) && \
80
- rm -f xgen-getc
75
+ enumtypes.c : $(vips_scan_headers ) Makefile.am
76
+ glib-mkenums --template enumtemplate $(vips_scan_headers ) > enumtypes.c
You can’t perform that action at this time.
0 commit comments