diff options
author | tron <tron@pkgsrc.org> | 2002-12-16 17:59:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-16 17:59:05 +0000 |
commit | 4fe866456b55428d6e2b473d88e51223927362ef (patch) | |
tree | 025c73379d1d2e50f2b3b7796b31192406571658 /graphics/sane-backends/Makefile | |
parent | 078c4a8414af52f9ce0d586f5353391ca0356d09 (diff) | |
download | pkgsrc-4fe866456b55428d6e2b473d88e51223927362ef.tar.gz |
Update "sane-backends" package to version 1.0.9. Changes since version 1.0.8:
- New backends: hpsj5s (Hewlett-Packard ScanJet 5S parport scanner),
teco2 (some Relisys/Primax SCSI flatbed scanners, models VM3575, VM6565,
VM6586 and VM6575), teco3 (some Relisys/Piotech/Trust/Plustek SCSI
flatbed scanners, model VM3552).
- Updated backends: avision, canon_pp, coolscan2, dc240, dc25, epson, fujitsu,
hp, leo, microtek, mustek, mustek_usb, pie, plustek, snapscan, teco1, test,
umax, umax_pp, v4l.
- sane-find-scanner finds more scanners and has more verbosity options now.
- New tool to create gamma tables (gamma4scanimage).
- Support for ICC profiles for scanimage.
- USB scanner should work on all systems supported by libusb now.
- Portability fixes (especially for big-endian sytems, Irix, OpenStep, OS/2,
Solaris).
- New and updated translations for various backends.
- New system for generating lists of manufacturers/backends.
- Various documentation updates.
- Bugfixes.
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 00a21b28da2..ca03c9149ff 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,18 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2002/11/09 13:45:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/16 17:59:05 tron Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digitals camera, frame grabbers etc. DISTNAME= sane-backends-${SANE_VERSION} -USE_BUILDLINK2= YES -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_LIBTOOL= YES - .include "../../devel/libusb/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" - -# -O to work around a bug with -O2 and egcs. -CFLAGS+= -O |