diff options
author | wiz <wiz@pkgsrc.org> | 2015-10-25 10:39:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-10-25 10:39:13 +0000 |
commit | 01dd2b4ff62adc7a0f2a1ff927b6d1278b030adf (patch) | |
tree | ae12ce84bf41ae1d86c05735ce284602173189a3 /graphics/sane-backends/Makefile | |
parent | 9b37598f91c1fce8334ff3fb64c5f3f2d345dccd (diff) | |
download | pkgsrc-01dd2b4ff62adc7a0f2a1ff927b6d1278b030adf.tar.gz |
Update sane-backends to 1.0.25.
New with 1.0.25, released 2015-10-03:
* New backends: epsonds (Epson DS, PX and WF series),
pieusb (PIE and Reflecta film/slide scanners).
* Support for JPG and PNG output format in scanimage.
* Significant enhancements to avision, canon_dr, epjitsu, fujitsu, genesys,
kodakaio and pixma backends.
* Minor updates, bugfixes or scanners added in several backends.
* 300 new scanner models supported.
* Workaround for USB3 problems in Linux kernel.
* Added code for IR functionality.
* Documentation and translation updates.
* Bugfixes (threading, networking, udev rules).
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index cd58c46bb67..0ec9e2212c5 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/08/16 20:24:23 leot Exp $ +# $NetBSD: Makefile,v 1.63 2015/10/25 10:39:13 wiz Exp $ .include "Makefile.common" COMMENT= API for access to scanners, digital cameras, frame grabbers, etc @@ -40,13 +40,13 @@ EGDIR= ${PREFIX}/share/examples/sane artec_eplus48u.conf avision.conf bh.conf canon.conf canon630u.conf \ canon_dr.conf cardscan.conf coolscan.conf coolscan2.conf coolscan3.conf \ dc210.conf dc240.conf dc25.conf dell1600n_net.conf dll.conf dmc.conf \ -epson.conf epjitsu.conf epson2.conf fujitsu.conf \ +epjitsu.conf epson.conf epson2.conf epsonds.conf fujitsu.conf \ genesys.conf gt68xx.conf hp.conf hp3900.conf \ hp4200.conf hp5400.conf hs2p.conf ibm.conf kodak.conf leo.conf lexmark.conf \ ma1509.conf matsushita.conf \ microtek.conf microtek2.conf mustek.conf mustek_usb.conf \ nec.conf net.conf \ -p5.conf pie.conf pixma.conf plustek.conf plustek_pp.conf \ +p5.conf pie.conf pieusb.conf pixma.conf plustek.conf plustek_pp.conf \ ricoh.conf rts8891.conf \ s9036.conf saned.conf sceptre.conf sharp.conf sm3840.conf snapscan.conf \ sp15c.conf st400.conf stv680.conf \ |