summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-16 18:06:13 +0000
committertron <tron@pkgsrc.org>2002-12-16 18:06:13 +0000
commitc3aa658926819aa16078722f515ea4775d1ce333 (patch)
tree3e84d0a3d3fe547156927a3006eba518a4675f54 /graphics/sane-frontends
parent4fe866456b55428d6e2b473d88e51223927362ef (diff)
downloadpkgsrc-c3aa658926819aa16078722f515ea4775d1ce333.tar.gz
Update "sane-frontends" package to version 1.0.9. Changes since
version 1.0.8: - configure configure.in: New version: 1.0.9. - src/preview.c src/preview.h src/xscanimage.c: Disable "Scan" and "Acquire Preview" buttons while scanning, and "Acquire Preview" while acquiring a preview. Avoids error messages and/or lockups. Patch from Aurelien Jarno <ml@aurel32.net>. - TODO: Added some more xscanimage bugs. - src/preview.c: Added malloc that got lost in previous commit. - src/preview.c: Avoid unaligned 1 bit previews. Fixed 1 bit color mode (also three-pass). Changed 1 bit color modes to most significant bit is first pixel. - src/progress.c, src/xscanimage.c: Added a couple of GTK mainloop calls so that the UI is updated in a more timely fashion. Helps with backends which have potentially slow sane_start() and sane_read() commands (e.g. microtek). - config.guess config.sub: Updated to latest versions (from ftp://ftp.gnu.org/pub/gnu/config/). - configure.in/configure V_EXTRA=-cvs
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r--graphics/sane-frontends/Makefile13
-rw-r--r--graphics/sane-frontends/distinfo6
2 files changed, 6 insertions, 13 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile
index 22110881167..567290f5265 100644
--- a/graphics/sane-frontends/Makefile
+++ b/graphics/sane-frontends/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2002/09/22 21:56:28 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/12/16 18:06:13 tron Exp $
-.include "../../graphics/sane-backends/Makefile.common"
+.include "../sane-backends/Makefile.common"
DISTNAME= sane-frontends-${SANE_VERSION}
@@ -8,14 +8,7 @@ COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc
BUILDLINK_DEPENDS.sane= sane-backends-${SANE_VERSION}
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_BUILDLINK2= yes
-USE_X11BASE= yes
-USE_LIBTOOL= yes
-
-# -O to work around a bug with -O2 and egcs.
-CFLAGS= -O
+USE_X11BASE= YES
.include "../../graphics/sane-backends/buildlink2.mk"
.include "../../graphics/gimp-base/buildlink2.mk"
diff --git a/graphics/sane-frontends/distinfo b/graphics/sane-frontends/distinfo
index 04983bc6e18..f3b28f18f18 100644
--- a/graphics/sane-frontends/distinfo
+++ b/graphics/sane-frontends/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/08/19 19:18:31 mycroft Exp $
+$NetBSD: distinfo,v 1.6 2002/12/16 18:06:13 tron Exp $
-SHA1 (sane-frontends-1.0.8.tar.gz) = ccf798639e2b4f852aab4abc9e53077f51797df6
-Size (sane-frontends-1.0.8.tar.gz) = 173886 bytes
+SHA1 (sane-frontends-1.0.9.tar.gz) = d663de7be41f35c34e047ed3783456202ae2c2d4
+Size (sane-frontends-1.0.9.tar.gz) = 174970 bytes