remove intltool dep
This commit is contained in:
parent
89462454b1
commit
2a67437196
@ -18,7 +18,7 @@
|
||||
- better rounding for im_conv(), im_convsep()
|
||||
- tiny speedup for im_conv()
|
||||
- better /0 test for remainderconst
|
||||
- revise i18n configure
|
||||
- revise i18n configure, get rid of intltool
|
||||
|
||||
25/1/08 started 7.14.0
|
||||
- bump all version numbers for new stable
|
||||
|
@ -27,16 +27,8 @@ EXTRA_DIST = \
|
||||
vips-7.${IM_MINOR_VERSION}.spec.in \
|
||||
acinclude.m4 \
|
||||
depcomp \
|
||||
intltool-extract.in \
|
||||
intltool-merge.in \
|
||||
intltool-update.in \
|
||||
$(P_DIST_DIR)
|
||||
|
||||
DISTCLEANFILES = \
|
||||
intltool-extract \
|
||||
intltool-merge \
|
||||
intltool-update
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = vips-7.${IM_MINOR_VERSION}.pc vipsCC-7.${IM_MINOR_VERSION}.pc
|
||||
|
||||
|
@ -26,7 +26,7 @@ fi
|
||||
test -r aclocal.m4 || touch aclocal.m4
|
||||
glib-gettextize --force --copy
|
||||
test -r aclocal.m4 && chmod u+w aclocal.m4
|
||||
intltoolize --copy --force --automake
|
||||
# intltoolize --copy --force --automake
|
||||
aclocal
|
||||
autoconf
|
||||
autoheader
|
||||
|
@ -27,10 +27,6 @@ LIBRARY_AGE=6
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
||||
# we need intltool ... v0.21 is the first that works reasonably well,
|
||||
# apparently
|
||||
AC_PROG_INTLTOOL([0.21])
|
||||
|
||||
# patched into include/vips/version.h
|
||||
AC_SUBST(IM_VERSION)
|
||||
AC_SUBST(IM_VERSION_STRING)
|
||||
|
@ -138,6 +138,7 @@ int im__find_best_contrast( IMAGE *image,
|
||||
int nbest, int hcorsize );
|
||||
int im__balance( IMAGE *ref, IMAGE *sec, IMAGE *out,
|
||||
IMAGE **ref_out, IMAGE **sec_out, int dx, int dy, int balancetype );
|
||||
void im__black_region( REGION *reg );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -58,6 +58,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <vips/vips.h>
|
||||
#include <vips/internal.h>
|
||||
|
||||
#ifdef WITH_DMALLOC
|
||||
#include <dmalloc.h>
|
||||
|
@ -118,6 +118,7 @@
|
||||
#include <limits.h>
|
||||
|
||||
#include <vips/vips.h>
|
||||
#include <vips/internal.h>
|
||||
|
||||
#include "merge.h"
|
||||
|
||||
|
@ -119,10 +119,6 @@ Overlapping *im__build_mergestate( IMAGE *ref, IMAGE *sec, IMAGE *out,
|
||||
void *im__start_merge( IMAGE *out, void *, void * );
|
||||
int im__merge_gen( REGION *or, void *seq, void *a, void * );
|
||||
int im__stop_merge( void *seq, void *, void * );
|
||||
void im__black_region( REGION *reg );
|
||||
int im__extract_area( IMAGE *in, IMAGE *out,
|
||||
int x, int y, int w, int h );
|
||||
int im__extract_band( IMAGE *in, IMAGE *out, int band );
|
||||
int im__lrmerge( IMAGE *ref, IMAGE *sec, IMAGE *out,
|
||||
int dx, int dy, int mwidth );
|
||||
int im__tbmerge( IMAGE *ref, IMAGE *sec, IMAGE *out,
|
||||
|
@ -97,7 +97,7 @@ Use
|
||||
to graph the histogram for visualisation. See the separate manpage.
|
||||
|
||||
.B im_histcum(3)
|
||||
forms a cumulative histogram. It works for any unsigned integer format.
|
||||
forms a cumulative histogram.
|
||||
|
||||
.B im_histnorm(3)
|
||||
normalises a histogram. The maximum histogram value becomes equal to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user