kopia lustrzana https://gitlab.com/sane-project/backends
rodzic
8dde881f41
commit
a81ae3726e
32
TODO
32
TODO
|
@ -61,8 +61,6 @@ doc
|
||||||
|
|
||||||
frontends
|
frontends
|
||||||
---------
|
---------
|
||||||
* Remove frontends (at least xscanimage/xcam) from distribution.
|
|
||||||
|
|
||||||
* dll: Rewrite to use libtool ltdl library
|
* dll: Rewrite to use libtool ltdl library
|
||||||
|
|
||||||
* Add a check in the frontends if the backend delivers more data than
|
* Add a check in the frontends if the backend delivers more data than
|
||||||
|
@ -77,13 +75,6 @@ sanei
|
||||||
misc
|
misc
|
||||||
----
|
----
|
||||||
* update libtool versioning system
|
* update libtool versioning system
|
||||||
- -version-info is used but with the current version number system
|
|
||||||
-release should be used.
|
|
||||||
- look for AIX problems (overwriting shared libs with eachother
|
|
||||||
because all libs are named libsane.so.1)
|
|
||||||
- look for Irix/cc problems (program searches for libsane.so.2 instead
|
|
||||||
of libsane.so.1). This was fixed by a "bad hack" which should be
|
|
||||||
reverted .
|
|
||||||
- in /usr/local/lib/libsane.la "installed=no" is set, isn't
|
- in /usr/local/lib/libsane.la "installed=no" is set, isn't
|
||||||
"installed=yes" the correct entry?
|
"installed=yes" the correct entry?
|
||||||
|
|
||||||
|
@ -121,17 +112,26 @@ misc
|
||||||
|
|
||||||
* use #include "../include/lalloca.h" instead of #include <lalloca.h>
|
* use #include "../include/lalloca.h" instead of #include <lalloca.h>
|
||||||
|
|
||||||
* getopt.c and umax.c seem to use gettext? Can cause crash if frontends
|
|
||||||
are linked to libintl, too.
|
|
||||||
|
|
||||||
* libdl is used in dll backend but -ldl is not added to LDFLAGS?
|
|
||||||
|
|
||||||
* Add test for PTAL to acinclude.m4/configure.in
|
* Add test for PTAL to acinclude.m4/configure.in
|
||||||
|
|
||||||
* use strchr() instead of index() in sanei_auth, scanimage, saned, and
|
* use strchr() instead of index() in mustek_pp to avoid problems when
|
||||||
mustek_pp to avoid problems when icluding strings.h or string.h.
|
icluding strings.h or string.h.
|
||||||
|
|
||||||
******** done ********
|
******** done ********
|
||||||
|
* Libtool:
|
||||||
|
- -version-info is used but with the current version number system
|
||||||
|
-release should be used. (We should not change the version syntax
|
||||||
|
within an existing sane-standard, so we leave this)
|
||||||
|
- look for AIX problems (overwriting shared libs with eachother
|
||||||
|
because all libs are named libsane.so.1) (solved)
|
||||||
|
- look for Irix/cc problems (program searches for libsane.so.2 instead
|
||||||
|
of libsane.so.1). (Patch works for existing sane standard)
|
||||||
|
* getopt.c and umax.c seem to use gettext? Can cause crash if frontends
|
||||||
|
are linked to libintl, too.
|
||||||
|
* libdl is used in dll backend but -ldl is not added to LDFLAGS?
|
||||||
|
* use strchr() instead of index() in sanei_auth, scanimage, saned
|
||||||
|
to avoid problems when icluding strings.h or string.h.
|
||||||
|
* Remove frontends (at least xscanimage/xcam) from distribution.
|
||||||
* build on AIX does only work for static libraries. The shared libraries
|
* build on AIX does only work for static libraries. The shared libraries
|
||||||
seem to overwrite each other.
|
seem to overwrite each other.
|
||||||
* add sanei_authorize (function for all backends)
|
* add sanei_authorize (function for all backends)
|
||||||
|
|
Ładowanie…
Reference in New Issue