- minor update to gnome-scan 0.6.2

This commit is contained in:
ajacoutot 2009-03-05 07:50:52 +00:00
parent 1a046d0f08
commit e992aa341a
3 changed files with 9 additions and 27 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2009/02/11 15:47:51 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2009/03/05 07:50:52 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,11 +6,11 @@ COMMENT-main= easy-to-use scanning application for GNOME
COMMENT-gimp= flegita GIMP plugin for gnome-scan
GNOME_PROJECT= gnome-scan
GNOME_VERSION= 0.6.1
GNOME_VERSION= 0.6.2
CATEGORIES= graphics
PKGNAME-main= ${DISTNAME}p1
PKGNAME-gimp= ${GNOME_PROJECT}-gimp-${GNOME_VERSION}p1
PKGNAME-main= ${DISTNAME}
PKGNAME-gimp= ${GNOME_PROJECT}-gimp-${GNOME_VERSION}
SHARED_LIBS= gnomescan 0.0 # .0.0

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-scan-0.6.1.tar.gz) = t8XGFz0WE9P+XIhSn26C4g==
RMD160 (gnome/gnome-scan-0.6.1.tar.gz) = jDhb8SzP2S680Bn5a9RQod6ViKA=
SHA1 (gnome/gnome-scan-0.6.1.tar.gz) = xPm5XnyZOiLA8yVspL++6c7JvyU=
SHA256 (gnome/gnome-scan-0.6.1.tar.gz) = VbG1cb9XvxavPHdqtksjE2xS0Uq2IvwY8VXPskpHeug=
SIZE (gnome/gnome-scan-0.6.1.tar.gz) = 621452
MD5 (gnome/gnome-scan-0.6.2.tar.gz) = vL7aAWpIy32TqOjW+fKrCg==
RMD160 (gnome/gnome-scan-0.6.2.tar.gz) = 317bdE8DBc7jNlSLDeyrLnyWzLs=
SHA1 (gnome/gnome-scan-0.6.2.tar.gz) = cRRvJhXYJGg/jL0jm4zrl4DKayI=
SHA256 (gnome/gnome-scan-0.6.2.tar.gz) = uIboRLeJDiy8bTdxAcbSw0KT36NGwJsEQufqHjkNC1I=
SIZE (gnome/gnome-scan-0.6.2.tar.gz) = 622251

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-lib_gnome-scan-processor-common_c,v 1.1.1.1 2008/04/14 12:38:02 ajacoutot Exp $
--- lib/gnome-scan-processor-common.c.orig Sun Apr 13 15:33:45 2008
+++ lib/gnome-scan-processor-common.c Sun Apr 13 15:34:52 2008
@@ -67,12 +67,13 @@ gnome_scan_processor_common_init (GnomeScanProcessorCo
gs_param_spec_set_widget_type(pspec, GNOME_TYPE_SCAN_PREVIEW_PLUGIN_ROTATION);
gnome_scan_plugin_params_add (GNOME_SCAN_PLUGIN (object), pspec);
+ /* disabled by default as this is very CPU intensive */
pspec = gs_param_spec_boolean ("enhance", N_("Automatic color enhancement"),
N_("Color enhancement produces better "
"photos, but takes more time to process "
"and can be useless for text."),
GS_PARAM_GROUP_PROCESSING_COMMON,
- TRUE,
+ FALSE,
G_PARAM_WRITABLE);
gs_param_spec_set_domain (pspec, GETTEXT_PACKAGE);
gnome_scan_plugin_params_add (GNOME_SCAN_PLUGIN (object), pspec);