New with 1.0.21, released 2010-04-25: * New backends: kodak (Kodak i18xx), kvs1025 (Panasonic KV-S10xx), p5 (Primax PagePartner) * 224 more scanner models supported. * Many backends updated. * Improved compilation on uncommon platforms. * More consistent option naming. * Scanimage no longer writes image to tty. * Modern translation infrastructure. * Improved saned network daemon. * Internal SCSI, USB, threading, TCP & UDP code updates. * Updated HAL and udev support. * New sanei_magic image processing library. * Documentation updates. * Bugfixes.
30 lines
970 B
Text
30 lines
970 B
Text
# $NetBSD: Makefile.common,v 1.27 2010/09/19 15:06:18 wiz Exp $
|
|
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES?= ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
|
|
ftp://ftp.informatik.uni-oldenburg.de/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp2.sane-project.org/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp3.sane-project.org/pub/sane/${DISTNAME}/ \
|
|
ftp://ftp4.sane-project.org/hci/sane/${DISTNAME}/ \
|
|
ftp://ftp5.sane-project.org/pub/sane/${DISTNAME}/
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE?= http://www.sane-project.org/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
SANE_MAJOR?= 1
|
|
SANE_MINOR?= 0
|
|
SANE_MICRO?= 21
|
|
SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO}
|
|
PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR:Q}
|
|
PLIST_SUBST+= SANE_MINOR=${SANE_MINOR:Q}
|
|
PLIST_SUBST+= SANE_MICRO=${SANE_MICRO:Q}
|
|
PLIST_SUBST+= SANE_VERSION=${SANE_VERSION:Q}
|
|
|
|
CONFLICTS+= sane<=1.0.3
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
CONFIGURE_ENV+= ac_cv_path_LATEX="no"
|