ports/graphics/epsonscan2/files/patch-src_Standalone_networkdeviceselectdialog.cpp
Rainer Hurling 27df5bce08 graphics/epsonscan2: Add new port for Epson Scanners
This is a port of the Seiko/Epson Epsonscan2 scanner engine and GUI[1].

It provides a complete alternative to sane/xsane with its own scanner engine and GUI.
It also provides a sane back-end library (libsane-epsonscan2.so) so that it works with the sane package.

There are two parts to this port:
  - graphics/epsonscan2 - the main scanner engine and GUI that
    works with (most) USB scanners
  - graphics/epsonscan2-non-free-plugin - support for Epson's
    Linux binary that adds network access to scanners and
    usb access to some particular scanners

Please read the file %%PREFIX%%/lib/epsonscan2/Read_me.FreeBSD for notes on how to set this up and use it.

[1] https://download.ebz.epson.net/man/linux/epsonscan2_e.html

PR:		261891
Reviewed by:	(partly) Tatsuki Makino <tatsuki_makino@hotmail.com>, diizzy@
2022-04-03 10:44:09 +02:00

11 lines
550 B
C++

--- src/Standalone/networkdeviceselectdialog.cpp.orig 2021-11-25 00:56:56 UTC
+++ src/Standalone/networkdeviceselectdialog.cpp
@@ -183,7 +183,7 @@ bool NetworkDeviceSelectDialog::UpdateNetworkSettingFi
ES_Trace_Log(this, "Exist network setting file");
#else
ES_Trace_Log(this, "Exist file : .epsonscan2/Network/epsonscan2.conf");
-#endif*/
+#endif
std::string work_path = ES_CMN_FUNCS::PATH::ES_GetWorkTempPath();
QDir tmpdir("/tmp");
if (!tmpdir.exists(work_path.c_str())) tmpdir.mkdir(work_path.c_str());