pkgsrc/graphics/sane-frontends/Makefile
tron c3aa658926 Update "sane-frontends" package to version 1.0.9. Changes since
version 1.0.8:
- configure configure.in: New version: 1.0.9.
- src/preview.c src/preview.h src/xscanimage.c: Disable "Scan"
  and "Acquire Preview" buttons while scanning, and "Acquire
  Preview" while acquiring a preview. Avoids error messages and/or
  lockups. Patch from Aurelien Jarno <ml@aurel32.net>.
- TODO: Added some more xscanimage bugs.
- src/preview.c: Added malloc that got lost in previous commit.
- src/preview.c: Avoid unaligned 1 bit previews. Fixed 1 bit color mode
  (also three-pass). Changed 1 bit color modes to most significant bit
  is first pixel.
- src/progress.c, src/xscanimage.c: Added a couple of GTK mainloop
  calls so that the UI is updated in a more timely fashion.  Helps
  with backends which have potentially slow sane_start() and
  sane_read() commands (e.g. microtek).
- config.guess config.sub: Updated to latest versions (from
  ftp://ftp.gnu.org/pub/gnu/config/).
- configure.in/configure V_EXTRA=-cvs
2002-12-16 18:06:13 +00:00

16 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.11 2002/12/16 18:06:13 tron Exp $
.include "../sane-backends/Makefile.common"
DISTNAME= sane-frontends-${SANE_VERSION}
COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
BUILDLINK_DEPENDS.sane= sane-backends-${SANE_VERSION}
USE_X11BASE= YES
.include "../../graphics/sane-backends/buildlink2.mk"
.include "../../graphics/gimp-base/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"