Ralph Little
e63c437e74
Merge branch '44-use-system-provided-ar-instead-of-hardcoding-it' into 'master'
...
Resolve "Use system-provided AR instead of hardcoding it"
Closes #44
See merge request sane-project/frontends!23
2025-06-04 09:07:59 -07:00
Ralph Little
c7e5214eba
configure: added AM_PROG_AR to config
...
AM_PROG_AR allows automake to search and override the selection of AR archiver.
2025-06-04 08:58:18 -07:00
Ralph Little
b9c133a678
Merge branch 'lang_updates' into 'master'
...
po: automake implementation of locale features.
See merge request sane-project/frontends!22
2025-06-03 20:50:19 -07:00
Ralph Little
9e8c630223
po: added additional ChangeLog file.
2025-06-03 20:49:29 -07:00
Ralph Little
bda499fa02
po: automake implementation of locale features.
2025-06-03 20:41:41 -07:00
Ralph Little
2e06943ceb
Merge branch 'gtk3-locales' into 'master'
...
Add translation
See merge request sane-project/frontends!21
2025-06-03 14:41:11 -07:00
ThierryFR
72ad907751
Add translation
2025-06-03 14:41:11 -07:00
Ralph Little
51890e5b07
Merge branch 'master' into 'master'
...
Fix selection
See merge request sane-project/frontends!17
2025-06-03 12:52:23 -07:00
Ralph Little
6aeab9c4a2
Merge branch 'build_rework' into 'master'
...
First pass rebuilding the automake files.
See merge request sane-project/frontends!20
2025-06-03 11:38:20 -07:00
Ralph Little
79479d4740
build: updated option message help
2025-06-03 11:35:34 -07:00
Ralph Little
3acc4ff65c
build: optional build of libgtksane library.
...
Can't build this library if there is no libgtk.
2025-06-03 10:17:17 -07:00
Ralph Little
3ef7ca24e6
build: various build system corrections for dist.
2025-06-03 08:47:01 -07:00
Ralph Little
b87b8ad9ba
First pass rebuilding the automake files.
2025-06-03 00:03:06 -07:00
Ordissimo
17bf222bdf
Fix selection
2024-12-15 11:46:51 +01:00
Ralph Little
5c148771d2
Merge branch '41-configure-script-should-exit-with-a-non-zero-code-if-a-problem-occurs' into 'master'
...
Resolve "configure script should exit with a non-zero code if a problem occurs"
Closes #41
See merge request sane-project/frontends!15
2024-10-23 05:07:08 +00:00
Ralph Little
5e48e697b7
configure.in: removed eror message for missing sane-backends.
...
We now use PKG_CHECK_MODULES to detect sane-backends which will fail if not found.
2024-10-22 22:05:06 -07:00
Ralph Little
17c9114eb1
Merge branch 'gtk3' into 'master'
...
Gtk3
Closes #13
See merge request sane-project/frontends!6
2024-10-22 20:56:30 +00:00
ThierryFR
0b8907221d
Gtk3
2024-10-22 20:56:29 +00:00
Ralph Little
2e93f931df
Merge branch 'scanadf_h_d_sigsegv' into 'master'
...
src/scanadf.c: Fix segfault when `scanadf -h -d <device>`
See merge request sane-project/frontends!12
2024-10-19 16:08:45 +00:00
Zdenek Dohnal
4fa58ef662
src/scanadf.c: Fix segfault when `scanadf -h -d <device>`
...
scanadf segfaults when printing help for a specific device, because
device handle is closed before `scanadf_exit()`, but not set to NULL.
Fixes Fedora bugzilla 2225209
2023-07-26 10:22:31 +02:00
Ralph Little
a7fec47bec
Merge branch 'macos10.15-compile-fixes' into 'master'
...
Compile fixes for macOS 10.15 and later
See merge request sane-project/frontends!8
2023-02-12 02:03:23 +00:00
Ralph Little
e25307a8a7
Update .gitlab-ci.yml file
2023-02-12 01:56:48 +00:00
Michael Klein
c33752c719
sanei: replace non-portable isfdtype() with fstat()
2023-02-11 16:27:26 +01:00
Ralph Little
013a47c03b
Merge branch 'remove_lib' into 'master'
...
lib: Remove bundled implementation of glibc funcs
See merge request sane-project/frontends!11
2023-02-11 02:12:23 +00:00
Zdenek Dohnal
6d9554dbf0
lib: Remove bundled implementation of glibc funcs
...
The functions implemented in the files are common at present, so IMHO we
can start using the system ones.
This prevents licensing issues (frontends has to mention the file's
license in case it is bundled in) and security issues (in case of
security issue the fix has to be applied to all bundled files as well).
2023-02-09 15:56:03 +01:00
Ralph Little
0d7bff9d8f
Merge branch 'c99' into 'master'
...
C99 compatibility fixes
See merge request sane-project/frontends!9
2023-01-20 05:27:45 +00:00
Florian Weimer
d0e542df76
configure: Add missing <sys/socket.h> updates
...
Commit 7ebdf2cd62
("scanadf: fixes for
various compilation warnings") missed these updates.
2023-01-17 16:27:10 +01:00
Florian Weimer
25e9a5e13e
configure: Include <stdlib.h> for system, exit
...
Otherwise the conf.sanetest check will always fail with compilers
that do not support implicit function declarations.
2023-01-17 16:23:26 +01:00
Ralph Little
b2b5f1ca61
Merge branch 'scanadf-L-sigsegv' into 'master'
...
src/scanadf.c: Use scanadf_exit() when listing devices
See merge request sane-project/frontends!7
2022-10-12 16:28:27 +00:00
Zdenek Dohnal
22d951a407
src/scanadf.c: Use scanadf_exit() when listing devices
...
It prevents segfault in genesys backend when exiting - the backend wants
to use a function which is already freed.
2022-10-12 12:27:31 +02:00
Ralph Little
4c234b1512
Merge branch '25-xscanimage-crashes-with-test-backend' into 'master'
...
Resolve "xscanimage crashes with test backend"
Closes #25
See merge request sane-project/frontends!4
2021-08-25 03:39:33 +00:00
Ralph Little
02478dc10b
scanadf: added missing call to sane_exit()
...
Failure to call sane_exit() which causes issues in genesys backend
termination.
2021-08-24 20:30:25 -07:00
Ralph Little
009b99cb02
xscanimage: don't set curves that are hidden and uncreated.
2021-08-24 20:20:33 -07:00
Ralph Little
0d96bd19fb
Merge branch '22-scanadf-l-crashes' into 'master'
...
Resolve "scanadf -L crashes"
Closes #22
See merge request sane-project/frontends!2
2021-04-06 16:29:01 +00:00
Ralph Little
7ebdf2cd62
scanadf: fixes for various compilation warnings
2021-04-06 09:27:09 -07:00
Olaf Meeuwissen
572980c815
Merge branch 'scanadf_segv' into 'master'
...
scanadf.c: implement dedicated exit function to prevent SIGSEGV
Closes #19
See merge request sane-project/frontends!1
2020-09-27 09:42:13 +00:00
Zdenek Dohnal
6eefbc70f5
scanadf.c: implement dedicated exit function to prevent SIGSEGV
2020-08-20 13:23:08 +02:00
Olaf Meeuwissen
a6615c06cc
Update references to the SANE Standard documentation
...
Also fixes up minor typos in include/sane/sanei.h.
2020-03-07 17:18:52 +09:00
Olaf Meeuwissen
c270790e01
Revert "Bump CI image version from Debian 8 to Debian 9 (stretch)"
...
This reverts commit 41c62621d6
to get
the pipeline green again. It looks like the broken pipeline caused
the website pipeline to fail on downloading the frontends artifact.
Not sure why it hasn't failed earlier.
2019-08-07 20:48:57 +09:00
Olaf Meeuwissen
41c62621d6
Bump CI image version from Debian 8 to Debian 9 (stretch)
2019-07-22 19:43:29 +09:00
Olaf Meeuwissen
c3e739702f
Remove accidently committed patch
2018-05-13 20:12:27 +09:00
Olaf Meeuwissen
2275d0cf08
Update mailing lists addresses to new location
2018-04-18 21:31:48 +09:00
Olaf Meeuwissen
f803c74554
Fix typo in URL
2018-04-18 21:06:55 +09:00
Olaf Meeuwissen
687c0c19ea
Update mail archive links to point to new location
2018-04-18 21:06:31 +09:00
Olaf Meeuwissen
54821724ef
Point to new GitLab.com repository location
2018-02-09 08:15:59 +09:00
Olaf Meeuwissen
c1b77855e4
CI: Split sed command to trigger a "dirty" state
...
There is no point in requesting a --dirty'd description when all you
have is a clean checkout.
2017-07-06 20:44:32 +09:00
Olaf Meeuwissen
a5672d9bd9
Fix type :-(
2017-07-04 22:08:40 +09:00
Olaf Meeuwissen
d045349101
CI: fix single command line wrapping
...
The .gitlab-ci.yml files are *not* Makefiles ;-)
2017-07-04 19:53:13 +09:00
Olaf Meeuwissen
e650072b46
Add CI support to build tarball snapshots
2017-07-03 20:46:10 +09:00
Olaf Meeuwissen
5e2b3662a9
Document ChangeLog policy change
2015-12-20 22:17:27 +09:00