~ubuntu-branches/ubuntu/precise/gutenprint/precise

« back to all changes in this revision

Viewing changes to src/escputil/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2009-08-14 10:06:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090814100624-agjl4bv8obqsjmkn
Tags: 5.2.4-0ubuntu1
* New upstream release
   - Added support for Canon PIXMA iX4000, Canon SELPHY CP-520, EPSON 
     Stylus Photo R2880, EPSON Stylus DX4000
   - Corrections for Epson PM-D600, Epson Stylus Photo R2400, EPSON Artisan
     700/800, Stylus Photo P/TX700/800 series
   - Name corrections for all Ricoh anmd OEM printers and for the
     EPSON Stylus Photo PX700W,EPSON Stylus Photo TX700W, EPSON Stylus Photo
     PX800FW, EPSON Stylus Photo TX800FW
   - The EPSON inkjet utility, escputil, now correctly prints the color name
     for low ink warnings.
   - Printing resolution names have been fixed in non-English locales
     in CUPS PPD files.
   - A Russian translation has been added.  The Danish and Italian
     translations have been updated.
   - Support has been added for L-size paper with tear-off borders.
   - The ordering of inks in quadtone ink sets on Epson printers has
     been corrected.  In addition, support has been added for MIS
     quadtone and 6 tone inks.
   - It is now possible to adjust the ink parameters for quadtone
     inks in CUPS.  Previously, these parameters could only be
     adjusted in the enhanced Print plugin for GIMP and other native
     Gutenprint applications.
   - Updating CUPS PPD files is now faster.
* debian/patches/20_fix_gimpprint_menu_entry.dpatch: Removed, was already
  deactivated for longer time.
* debian/patches/25_sync-ricoh-printer-names-with-openprinting.dpatch:
  Removed, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
46
46
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
47
47
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
48
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
49
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
50
 
        $(top_srcdir)/m4/stp.m4 $(top_srcdir)/m4/stp_cups.m4 \
51
 
        $(top_srcdir)/m4/stp_gimp.m4 $(top_srcdir)/m4/stp_option.m4 \
52
 
        $(top_srcdir)/m4/stp_release.m4 $(top_srcdir)/configure.ac
 
48
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
49
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
50
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
51
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
52
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/stp.m4 \
 
53
        $(top_srcdir)/m4/stp_cups.m4 $(top_srcdir)/m4/stp_gimp.m4 \
 
54
        $(top_srcdir)/m4/stp_option.m4 $(top_srcdir)/m4/stp_release.m4 \
 
55
        $(top_srcdir)/configure.ac
53
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
57
        $(ACLOCAL_M4)
55
58
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
98
101
CUPS_CONFIG = @CUPS_CONFIG@
99
102
CUPS_LIBS = @CUPS_LIBS@
100
103
CUPS_PPD_PS_LEVEL = @CUPS_PPD_PS_LEVEL@
101
 
CXX = @CXX@
102
 
CXXCPP = @CXXCPP@
103
 
CXXDEPMODE = @CXXDEPMODE@
104
 
CXXFLAGS = @CXXFLAGS@
105
104
CYGPATH_W = @CYGPATH_W@
106
105
DB2HTML = @DB2HTML@
107
106
DB2PDF = @DB2PDF@
111
110
DIALOG = @DIALOG@
112
111
DOXYGEN = @DOXYGEN@
113
112
DSYMUTIL = @DSYMUTIL@
 
113
DUMPBIN = @DUMPBIN@
114
114
DVIPDF = @DVIPDF@
115
115
DVIPS = @DVIPS@
116
 
ECHO = @ECHO@
117
116
ECHO_C = @ECHO_C@
118
117
ECHO_N = @ECHO_N@
119
118
ECHO_T = @ECHO_T@
120
119
EGREP = @EGREP@
121
120
EXEEXT = @EXEEXT@
122
 
F77 = @F77@
123
 
FFLAGS = @FFLAGS@
 
121
FGREP = @FGREP@
124
122
FIND = @FIND@
125
123
FOOMATIC_CONFIGURE = @FOOMATIC_CONFIGURE@
126
124
FOOMATIC_KITLOAD = @FOOMATIC_KITLOAD@
165
163
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166
164
INTLLIBS = @INTLLIBS@
167
165
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
166
LD = @LD@
168
167
LDFLAGS = @LDFLAGS@
169
168
LEX = @LEX@
170
169
LEXLIB = @LEXLIB@
176
175
LIBS = $(INTLLIBS) @LIBS@
177
176
LIBTOOL = @LIBTOOL@
178
177
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
178
LIPO = @LIPO@
179
179
LN_S = @LN_S@
180
180
LTALLOCA = @LTALLOCA@
181
181
LTLIBICONV = @LTLIBICONV@
188
188
MSGFMT = @MSGFMT@
189
189
MSGFMT_015 = @MSGFMT_015@
190
190
MSGMERGE = @MSGMERGE@
 
191
NM = @NM@
191
192
NMEDIT = @NMEDIT@
 
193
OBJDUMP = @OBJDUMP@
192
194
OBJEXT = @OBJEXT@
 
195
OTOOL = @OTOOL@
 
196
OTOOL64 = @OTOOL64@
193
197
PACKAGE = @PACKAGE@
194
198
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195
199
PACKAGE_NAME = @PACKAGE_NAME@
223
227
abs_top_builddir = @abs_top_builddir@
224
228
abs_top_srcdir = @abs_top_srcdir@
225
229
ac_ct_CC = @ac_ct_CC@
226
 
ac_ct_CXX = @ac_ct_CXX@
227
 
ac_ct_F77 = @ac_ct_F77@
 
230
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
228
231
am__include = @am__include@
229
232
am__leading_dot = @am__leading_dot@
230
233
am__quote = @am__quote@
269
272
libexecdir = @libexecdir@
270
273
localedir = @localedir@
271
274
localstatedir = @localstatedir@
 
275
lt_ECHO = @lt_ECHO@
272
276
mandir = @mandir@
273
277
mkdir_p = @mkdir_p@
274
278
oldincludedir = @oldincludedir@
281
285
srcdir = @srcdir@
282
286
sysconfdir = @sysconfdir@
283
287
target_alias = @target_alias@
 
288
top_build_prefix = @top_build_prefix@
284
289
top_builddir = @top_builddir@
285
290
top_srcdir = @top_srcdir@
286
291
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(LOCAL_CPPFLAGS) $(GNUCFLAGS)