head 1.2; access; symbols pkgsrc-2021Q4:1.1.0.12 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.10 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.8 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2022.01.04.16.04.40; author triaxx; state dead; branches; next 1.1; commitid vliUZJvtykKNJknD; 1.1 date 2020.08.16.22.42.09; author gutteridge; state Exp; branches; next ; commitid 8UqaCBDi1mKTblkC; desc @@ 1.2 log @sane-backends: Update to 1.0.32 pkgsrc changes: --------------- * Set nls option to default enabled to avoid forgetting new .mo files in PLIST when updating. * Remove patch-backend_genesys_low.cpp since it has been fixed in 1.0.31. * Add textproc/libxml2 missing dependency thanks to verifypc. upstream changes: ----------------- The changes are listed in ChangeLog. @ text @$NetBSD: patch-backend_genesys_low.cpp,v 1.1 2020/08/16 22:42:09 gutteridge Exp $ Fix big-endian builds. Patch from Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49491819885af7f659dafe3a116ada80fbcfe1d7 --- backend/genesys/low.cpp.orig 2020-05-17 11:54:18.000000000 +0000 +++ backend/genesys/low.cpp @@@@ -539,7 +539,7 @@@@ Image read_unshuffled_image_from_scanner } #ifdef WORDS_BIGENDIAN - if (depth == 16) { + if (session.params.depth == 16) { dev->pipeline.push_node(); } #endif @ 1.1 log @sane-backends: fix big-endian builds Patch from Gentoo, via Connor McLaughlan on pkgsrc-users. (Also tested by me on NetBSD 8.2_STABLE/macppc.) @ text @d1 1 a1 1 $NetBSD$ @