Wykres commitów

55 Commity (master)

Autor SHA1 Wiadomość Data
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
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
Olaf Meeuwissen 2275d0cf08 Update mailing lists addresses to new location 2018-04-18 21:31:48 +09:00
m. allan noah 1928f945ee ifdef some code to compile with current sane-backends 2010-05-24 15:29:51 -04:00
Stéphane Voltz 5e96223e49 - switched to SANE 1.1
- handling of SANE_STATUS_WARMING_UP after sane_start() calls
	- xscanimage's progress dialog improvement
2008-06-06 04:29:44 +00:00
Henning Geinitz 032982c557 Changed version to 1.0.14-cvs. 2005-10-09 14:35:26 +00:00
Henning Geinitz 7b6e21d87d Changed version to 1.0.14. 2005-09-18 12:03:11 +00:00
Henning Geinitz 8e065c2712 Changed version to 1.0.13-cvs. End of freeze. 2004-10-17 16:13:18 +00:00
Henning Geinitz 4ce16035e6 ****** Release of sane-frontends-1.0.13 *****
Changed version to 1.0.13.
2004-10-17 15:30:11 +00:00
Henning Geinitz f3e4c7c47d Don't ask user to remove /dev/null. Current autoconf doesn't use cache files. 2004-10-16 13:20:24 +00:00
Henning Geinitz 098602b407 Removed old links to ftp.mostang.com. 2004-05-12 18:12:01 +00:00
Henning Geinitz 3323b8cd85 Set version to 1.0.12-cvs. 2004-04-17 10:45:24 +00:00
Henning Geinitz 0a42cfe946 New release: 1.0.12 2004-04-17 09:53:27 +00:00
Henning Geinitz fae5bbfc96 Make sure that build also works without libgtk 2.0. 2004-04-09 20:44:12 +00:00
Julien BLACHE a63c2b0d1c * src/xscanimage.c: reverse the #ifdef ENABLE_GIMP_1_3 logic, we
now have ENABLE_GIMP_1_2 when GIMP 1.2 is explicitely wanted.
* configure.in: make GIMP 2.0 the default.
* include/sane/config.h: replace ENABLE_GIMP_1_3 by ENABLE_GIMP_1_2.
* aclocal.m4, acinclude.m4: include the AM_PATH_GIMP_2_0 macros,
which replaces the AM_PATH_GIMP_1_4 macro.
2004-01-22 10:15:42 +00:00
Henning Geinitz a7ebacf58c Support for gimp version 1.3.17 (patch from Julien BLACHE <jb@jblache.org>). 2003-07-28 18:37:01 +00:00
Henning Geinitz 3e995a1037 Fix for API-change in gimp 1.3.15 (patch from Julien BLACHE <jb@jblache.org>). 2003-06-25 21:09:28 +00:00
Henning Geinitz 7508b88bb0 Changed version to 1.0.11-cvs. 2003-04-26 16:19:13 +00:00
Henning Geinitz d6d00c4299 New version: 1.0.11. 2003-04-20 14:36:38 +00:00
Henning Geinitz 5f8686e82f Added GIMP 1.3 support. Added support for autoheader. Patch from Julien
BLACHE <jb@jblache.org>.
2003-03-23 14:44:31 +00:00
Henning Geinitz 3db20ca424 Added acinclude.m4 to create aclocal.m4 automatically. Added GTK2
support. Check for GTK2 only if the gimp plugin is disabled. If GTK2 is not
available, we'll fallback to a lower version if available. Patch from Julien
BLACHE <jb@jblache.org>.  Check that setting resolution option in preview
succeeded.  Otherwise we may use the main resolution setting accidently.
2003-03-22 16:45:11 +00:00
Henning Geinitz a2217beff4 Increased version to 1.0.10. 2003-01-31 19:39:07 +00:00
Henning Geinitz 5e54c087cf Some platforms/compilers don't define u_int8_t so we must do that ourselves. 2003-01-18 22:03:08 +00:00
Henning Geinitz 5b796a36c4 Addded extra version -cvs again. 2002-10-24 17:47:13 +00:00
Henning Geinitz a85be52ecb New version: 1.0.9. 2002-10-23 14:07:41 +00:00
Oliver Rauch edc2031dee Oliver Rauch:
- changed configure/configure.in V_EXTRA to "-cvs"
2002-05-27 20:35:30 +00:00
Henning Geinitz da834b53e2 Set version to 1.0.8.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-05-24 23:05:17 +00:00
Oliver Rauch fb58f06fa3 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
added cvs code freeze markers for sane 1.0.8
renamed version from "1.0.7-cvs" to "1.0.8-pre1"
2002-05-22 19:37:30 +00:00
Henning Geinitz 1c4eceeca5 Check for libsyslog and libsocket for OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-05-03 07:24:44 +00:00
Henning Geinitz 07ccc5f454 Use ranlib if available. If we run AIX, don't use archives.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-13 18:53:27 +00:00
Henning Geinitz def1659d71 New version: 1.0.7-cvs.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-04 23:21:21 +00:00
Henning Geinitz 16f16406a7 New version: 1.0.7. Disabled extra version.
Also changed snapshot marker from beta1 to beta2.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-28 23:13:30 +00:00
Henning Geinitz 14bfa823c7 Moved the message about problems from NEWS to configure itsself.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-26 16:55:09 +00:00
Henning Geinitz 7ce0c74505 Regenerated from configure.in.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-12 10:17:19 +00:00
Henning Geinitz 2f8fc66a96 Added V_EXTRA version number to mark CVS releases (-cvs) and
snapshosts/betas (e.g. -beta1). V_EXTRA will be empty for releases.
Create include/Makefile.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-01-08 18:27:50 +00:00
Oliver Rauch 8a8c8909d4 2002-01-08 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
* configure.in: removed "rm -f $cache_file" when sane or gtk
          was not found. This was bad when a user used a global cache_file
2002-01-08 17:19:23 +00:00
Henning Geinitz d23cdd1fa8 New version: 1.0.6.
Henning Meier-Geinitz <henning@meier-geinitz.de>
1994-10-29 21:55:26 +00:00
Henning Geinitz bad8ddb20e Added missing getenv, isfdtype, and vsyslog functions from sane-backends. Used
#include "../include/sane/config.h".
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-08-03 21:32:46 +00:00
Henning Geinitz ebc7e4b77c Made the error message that is printed if the SANE libraries can't
be found more verbose.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-07-10 22:11:13 +00:00
Oliver Rauch 4347c673e3 2001-07-02 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
* configure/configure.in: added check for os2.h

        * src/xscanimage.c: added set_gimp_PLUG_IN_INFO(&PLUG_IN_INFO);
          before result = gimp_main (argc, argv); for os2
2001-07-02 23:08:49 +00:00
Oliver Rauch c80fa9dd35 2001-06-25 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
* configure/configure.in: changed version to 1.0.5
2001-06-25 16:41:58 +00:00
Henning Geinitz 4fba812fe3 2000-12-23 Henning Meier-Geinitz <hmg@gmx.de>
* aclocal.m4 configure: Fixed some bugs concerning link checks for libsane.
	* src/xscanimage.c: Use g_free for memory acquired by g_new.
	* TODO: Removed entries about g_free and ac_local.m4.
2000-12-23 13:21:42 +00:00
Oliver Rauch a00b5b1f6b * changed configure.in/configure:
- removed test for X (AC_PATH_X), the X-Test is done in GTK
          - added configure optin "--disable-guis", this  does not
            make sense in the moment because there are no non-GUI-progs,
            but it is planned to include other progs (e.g. scanadf).
Oliver Rauch
2000-11-26 01:11:51 +00:00
Oliver Rauch 4ee9009772 *** empty log message *** 2000-11-15 23:03:13 +00:00
Oliver Rauch ec30b2a4e6 Again some changes to acloacal.m4 about sane and SANE_LDFLAGS
Oliver Rauch
2000-11-15 22:58:34 +00:00
Oliver Rauch 81a61fa479 Updated configure after change in aclocal.m4 2000-11-15 22:42:32 +00:00
Oliver Rauch 0add208906 removed bug: LDLAGS=>LDFLAGS 2000-11-15 00:00:55 +00:00
Oliver Rauch 2e8cfb2397 again new configure script (support for gtk 0.99.13 instead of 1.2.0)
Oliver Rauch
2000-11-14 00:30:22 +00:00
Oliver Rauch af05c5a53b Configure script aborts now if sane or gtk is not found
Oliver Rauch
2000-11-13 21:38:47 +00:00