summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-03 12:45:58 +0000
committeradam <adam@pkgsrc.org>2004-05-03 12:45:58 +0000
commitf601faacdcb9b60ae52753a4d2aa706824d379fe (patch)
tree4ec6c8f0d6b079c81f7ad3263c7f24791e1c0951 /graphics/sane-backends/Makefile.common
parentd4cc9fd26965ba6e61884b2c8e7f957b9e2da601 (diff)
downloadpkgsrc-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/Makefile.common')
-rw-r--r--graphics/sane-backends/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile.common b/graphics/sane-backends/Makefile.common
index 78c4f6416bc..b7826a5dd9f 100644
--- a/graphics/sane-backends/Makefile.common
+++ b/graphics/sane-backends/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/04/14 17:20:02 tron Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/05/03 12:45:58 adam Exp $
CATEGORIES?= graphics
MASTER_SITES?= ftp://ftp.mostang.com/pub/sane/${DISTNAME}/ \
@@ -11,7 +11,7 @@ HOMEPAGE?= http://www.sane-project.org/
SANE_MAJOR?= 1
SANE_MINOR?= 0
-SANE_MICRO?= 11
+SANE_MICRO?= 14
SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO}
PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR}
PLIST_SUBST+= SANE_MINOR=${SANE_MINOR}
@@ -21,7 +21,7 @@ PLIST_SUBST+= SANE_VERSION=${SANE_VERSION}
CONFLICTS+= sane<=1.0.3
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
CONFIGURE_ENV+= ac_cv_path_LATEX="no"