pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/sane-backends
Module Name: pkgsrc
Committed By: triaxx
Date: Mon Oct 20 14:28:25 UTC 2025
Modified Files:
pkgsrc/graphics/sane-backends: Makefile Makefile.common PLIST distinfo
Log Message:
sane-backends: Update to 1.4.0
upstream changes:
-----------------
New with 1.4.0 (released 2025-05-11)
Backends
* avision:
o Added support for Xerox Book Scanner 4167, which appears to be a rebadged Avision FB6080E using different USB ids.
* artec_eplus48u:
o Added some firmware names to descriptions
* canon_dr:
o Added "function-number" option, specifically for Canon DR-3010.
* epjitsu:
o Added some firmware names to descriptions
* escl:
o New validated working scanners:
o Brother MFC-J453DW
o Epson XP-4200 validated.
o Canon PIXMA TS5100
o Fix for Kyocera ECOSYS M3145dn reset to idle.
o Added lineart mode activation for ADF source.
o Diagnostic log rationalisation to make less "noisy".
o Fix for SSL/TLS issue encountered with the Canon GX6050 scanner.
o Fix for HTTP2 header tag case issue.
* gt68xx:
o Added some firmware names to descriptions
* hp5590:
o Fix for issue triggered by the default increase to buffer size. Incorrectly reported as a buffer size issue, it was merely an algorithmic error in the backend.
* magicolor:
o Added support for Toshiba TEC e-STUDIO2323AM
o Small fixes for device definitions.
o Protocol fixes for ESTUDIO devices.
* pixma:
o Added support for new models:
+ PIXMA TS3600 Series
+ PIXMA TS3700 Series
+ PIXMA TS8800 series
+ PIXMA E3400 Series
+ imageClass MF4500w Series
+ PIXMA G3080 series
+ PIXMA G3090 series
+ PIXMA G4080 series
+ PIXMA G4090 series
+ PIXUS XK130 series
o Buffer overflow issue fix for networked scanners.
* rts8891:
o Merged older work for Umax Atra 4400/4450 support.
Frontends
* saned:
o Added long-standing request for network scanner relay. See new options -n and --allow-network. Beware that there are potential recursive issues with the misuse of this option.
o Fixes for child process lifecycle management.
* scanimage:
o Formatting fix for help text.
Build
* Fix for build issues on MacOS and clang16 with conflicting function names.
* CI builds on GitLab updated to more recent versions.
* sm3600 backend had definitions for typedef "bool" which now forms part of C23 standard and conflicted. This has been fixed.
* Clang warnings fixed, mostly due to pre-ANSI argumentless function definitions and declarations. All updated to ANSI standards.
Documentation
* Added translations for newly support language Turkish.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/graphics/sane-backends/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/sane-backends/Makefile.common
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/sane-backends/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/sane-backends/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/sane-backends/Makefile
diff -u pkgsrc/graphics/sane-backends/Makefile:1.101 pkgsrc/graphics/sane-backends/Makefile:1.102
--- pkgsrc/graphics/sane-backends/Makefile:1.101 Sat Aug 30 22:45:34 2025
+++ pkgsrc/graphics/sane-backends/Makefile Mon Oct 20 14:28:24 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.101 2025/08/30 22:45:34 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2025/10/20 14:28:24 triaxx Exp $
-PKGREVISION= 8
.include "Makefile.common"
-MASTER_SITES= ${MASTER_SITE_GITLAB:=sane-project/backends/uploads/83bdbb6c9a115184c2d48f1fdc6847db/}
+MASTER_SITES= ${MASTER_SITE_GITLAB:=-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/}
COMMENT= API for access to scanners, digital cameras, frame grabbers, etc
DISTNAME= sane-backends-${SANE_VERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
USE_TOOLS+= msgfmt msgmerge pkg-config
USE_PKGLOCALEDIR= YES
Index: pkgsrc/graphics/sane-backends/Makefile.common
diff -u pkgsrc/graphics/sane-backends/Makefile.common:1.38 pkgsrc/graphics/sane-backends/Makefile.common:1.39
--- pkgsrc/graphics/sane-backends/Makefile.common:1.38 Tue Sep 24 15:48:37 2024
+++ pkgsrc/graphics/sane-backends/Makefile.common Mon Oct 20 14:28:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2024/09/24 15:48:37 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.39 2025/10/20 14:28:24 triaxx Exp $
# used by graphics/sane-frontends/Makefile
CATEGORIES?= graphics
@@ -8,8 +8,8 @@ HOMEPAGE?= http://www.sane-project.org/
LICENSE= gnu-gpl-v2
SANE_MAJOR?= 1
-SANE_MINOR?= 3
-SANE_MICRO?= 1
+SANE_MINOR?= 4
+SANE_MICRO?= 0
SANE_VERSION= ${SANE_MAJOR}.${SANE_MINOR}.${SANE_MICRO}
PLIST_SUBST+= SANE_MAJOR=${SANE_MAJOR:Q}
PLIST_SUBST+= SANE_MINOR=${SANE_MINOR:Q}
Index: pkgsrc/graphics/sane-backends/PLIST
diff -u pkgsrc/graphics/sane-backends/PLIST:1.41 pkgsrc/graphics/sane-backends/PLIST:1.42
--- pkgsrc/graphics/sane-backends/PLIST:1.41 Tue Sep 24 15:48:37 2024
+++ pkgsrc/graphics/sane-backends/PLIST Mon Oct 20 14:28:24 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2024/09/24 15:48:37 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.42 2025/10/20 14:28:24 triaxx Exp $
bin/gamma4scanimage
bin/sane-config
bin/sane-find-scanner
@@ -398,6 +398,7 @@ ${PLIST.nls}share/locale/pl/LC_MESSAGES/
${PLIST.nls}share/locale/pt/LC_MESSAGES/sane-backends.mo
${PLIST.nls}share/locale/ru/LC_MESSAGES/sane-backends.mo
${PLIST.nls}share/locale/sv/LC_MESSAGES/sane-backends.mo
+${PLIST.nls}share/locale/tr/LC_MESSAGES/sane-backends.mo
${PLIST.nls}share/locale/uk/LC_MESSAGES/sane-backends.mo
${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/sane-backends.mo
@pkgdir var/lock
Index: pkgsrc/graphics/sane-backends/distinfo
diff -u pkgsrc/graphics/sane-backends/distinfo:1.55 pkgsrc/graphics/sane-backends/distinfo:1.56
--- pkgsrc/graphics/sane-backends/distinfo:1.55 Fri Nov 1 19:27:58 2024
+++ pkgsrc/graphics/sane-backends/distinfo Mon Oct 20 14:28:24 2025
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.55 2024/11/01 19:27:58 triaxx Exp $
+$NetBSD: distinfo,v 1.56 2025/10/20 14:28:24 triaxx Exp $
-BLAKE2s (sane-backends-1.3.1.tar.gz) = 470d826917835c901a3b5d6f57c8b0d38cba0e8e8491fba2aeb6e9e74bffbd11
-SHA512 (sane-backends-1.3.1.tar.gz) = c6c12bce5242fcdf208f034cc544605cad36fad60316cb51f0e1f6fe23d1566823778c7af4b0fc94ca4154e2cd3e38a9202073e4a4af05f641c3da081722a535
-Size (sane-backends-1.3.1.tar.gz) = 7432184 bytes
+BLAKE2s (sane-backends-1.4.0.tar.gz) = 414b7edbdedc6a9c0280b452792a1fa648de69046d0a96fe5bf3e2fb4ead908d
+SHA512 (sane-backends-1.4.0.tar.gz) = a5ec0cb9e12075be3c4d5eb445a290216c5699645bb6885845868a8323848cef3aafec30f0c380638195a0a8085a8cff4e190741e79ae8f2f70b4d71abeee572
+Size (sane-backends-1.4.0.tar.gz) = 7505056 bytes
SHA1 (patch-aa) = 6e2c605cbf6b437f4da2ba30d5e61c7d64e32bda
SHA1 (patch-ab) = 0f5ceb8b2e80c354bc8661c0dbc80e23c4f80ebe
-SHA1 (patch-backend_epson.c) = e292ad2e74b9e2b88835706714806eb70e03d5d5
SHA1 (patch-backend_pixma_pixma__bjnp.c) = c2e99ba6a4e6b177b0f8d151b65ece23cc44e3ef
SHA1 (patch-m4_byteorder.m4) = 9e44d6a14b4c9de681dedcfb64344d21f6b549fc
SHA1 (patch-tools_umax__pp.c) = debe660184a1380a894e8a5414983f5fdb19cded
Home |
Main Index |
Thread Index |
Old Index