diff options
author | adam <adam@pkgsrc.org> | 2004-05-03 12:45:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-03 12:45:58 +0000 |
commit | f601faacdcb9b60ae52753a4d2aa706824d379fe (patch) | |
tree | 4ec6c8f0d6b079c81f7ad3263c7f24791e1c0951 /graphics/sane-backends/patches | |
parent | d4cc9fd26965ba6e61884b2c8e7f957b9e2da601 (diff) | |
download | pkgsrc-f601faacdcb9b60ae52753a4d2aa706824d379fe.tar.gz |
Changes 1.0.14:
* New backends: u12
* Updated backends: artec, artec_eplus48u, as6e, avision, canon630u,
canon_pp, epson, fujitsu, gphoto2, gt68xx, hp, matsushita, mustek,
mustek_pp, mustek_usb, plustek, plustek_pp, sm3600, snapscan, teco1, teco2,
u12, umax, umax_pp, v4l.
* Added scripts for USB hotplugging (Linux)
* Added Danish translation. Updated other translations.
* sane-find-scanner knows about more chipsets now.
* Portability fixes (especially for MacOS X, NetBSD, OpenBSD, and OS/2).
* Build system fixes.
* Documentation updates.
* Bugfixes.
Changes 1.0.13:
* New backends: mustek_pp_ccd (for Mustek parport CCD scanners),
plustek_pp (for Plustek parport scanners, splitted from the plustek backend).
* Updated backends: avision, canon630u, coolscan, epson, fujitsu, gphoto2,
gt68xx, hp, hp5400, mustek, mustek_pp, pie, plustek, snapscan, teco2, test,
umax, umax_pp.
* New internal interface for parport scanners.
* Networking (IPv6 + subnet support) fixes + updates.
* sane-find-scanner can detect some USB scanner chipsets now.
* Better support for threading.
* Port to MS Windows (Cygwin).
* Portability fixes (especially for FreeBSD, MacOS X, OS/2).
* Build system improvements.
* Added new (Bulgarian, Czech and Italian) and updated existing translations.
* The level of support for scanners is now: unsupported, minimal, basic, good,
complete or untested (instead of alpha, beta, stable).
* Documentation updates.
* Bugfixes.
Diffstat (limited to 'graphics/sane-backends/patches')
-rw-r--r-- | graphics/sane-backends/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/sane-backends/patches/patch-ab b/graphics/sane-backends/patches/patch-ab deleted file mode 100644 index 08d9440aafb..00000000000 --- a/graphics/sane-backends/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2003/12/10 17:13:22 jdolecek Exp $ - ---- sanei/sanei_usb.c.orig 2003-12-10 17:59:14.000000000 +0100 -+++ sanei/sanei_usb.c 2003-12-10 17:59:27.000000000 +0100 -@@ -206,7 +206,7 @@ - #if defined(__linux__) - "/dev/", "usbscanner", - "/dev/usb/", "scanner", --#elif defined(__FreeBSD__) -+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) - "/dev/", "uscanner", - #endif - 0, 0 |