a786d013e1
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).
26 lines
737 B
Text
26 lines
737 B
Text
# $NetBSD: Makefile.common,v 1.32 2015/10/25 10:39:13 wiz Exp $
|
|
# used by graphics/sane-frontends/Makefile
|
|
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES?= https://alioth.debian.org/frs/download.php/file/4146/
|
|
# http://alioth.debian.org/frs/?group_id=30186
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE?= http://www.sane-project.org/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
SANE_MAJOR?= 1
|
|
SANE_MINOR?= 0
|
|
SANE_MICRO?= 25
|
|
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"
|