Commit Graph

97 Commits

Author SHA256 Message Date
Stefan Brüns
63e027fa17 Accepting request 777794 from home:StefanBruens:branches:graphics
- Move udev rules from /etc/udev/ to /usr/udev.
- Package libsane1 library as a separate package. This avoids
  pulling in the backends just a application links to it.
- Hide the backends from automatic Provides generation, as these
  all have a libsane.so SONAME.
- Update to 1.0.29:
  * Backends
    + adds an escl backend (theoretically supporting all AirPrint
      devices with a scan unit)
    + adds support for 23 new scanner models via existing backends
    + significantly changes genesys and pixma backends
    + fixes bugs in canon_dr, fujitsu, hp3900, mustek_usb2,
      plustek and xerox_mfp backends
    + fixes all compiler warnings on Debian 10 (#120)
    + fixes portability issues for uClibc-ng and MacOS builds
    + adds support to record and replay USB I/O traffic
    + adds timestamps to debug logs
  * Frontends
    + fixes a 32-bit arithmetic overflow issue in scanimage
  * Documentation
    + updates translations for British English, Catalan, German,
      Ukrainian, Valencian
    + adds scangearmp2 external backend descriptions
    + updates hpaio and utsushi external backend descriptions
    + adds the ChangeLogs/ directory to the source tarball (#103)
  * Build
    + additionally requires libcurl and libxml2 to build the
      escl backend
    + requires libxml2 for USB I/O recording and replay
      functionality
    + re-enables pthread support for backends that use its API
      directly, irrespective of the pthread_t type (#153)
    + moves genesys and pixma backends to a directory of their own
- Update to 1.0.28:
  * Backends
    + adds a ricoh2 backend
    + adds support for 40+ new scanner models
    + significantly changes canon_dr, fujitsu, genesys, gt68xx,
    + hp5590 and, pixma backends
    + fixes bugs in as6e, avision, mustek and plustek backends
    + fixes scores of compiler warnings
  * Frontends
    + adds, changes and removes options for saned (see man 8 saned
      for details)
      - adds: -l (listen), -D (daemonize), -o (once),
        -e (stderr), -u (user)
      - removes: -s (syslog). Use -a -d level -o -f for the
        old behavior
      - changes: -d (debug). Use -a -d level -o -f -e for the
        old behavior
    + saned now cancels scans if the data connections appears to
      have gone away (after 4 seconds by default, configurable in
      saned.conf)
    + adds --output-file option to scanimage
    + adds --help option to scan-find-scanner
    + changes sane-desc to create relative hyperlinks
  * Documentation
    + adds translations for Catalan, Hebrew and Valencian
    + updates translations for British English, Dutch, German and
    + Ukrainian
    + marks unmaintained backends as such
    + documents USB workaround in sane-usb manual page
  * Build
    + requires a C++11 compatible compiler for the genesys backend
    + requires a JPEG library when building the pixma backend
    + fixes unneeded linking when not using preloadable backend
      support
    + disables pthread support for systems with non-integral
      pthread_t type
    + normalizes trailing whitespace in source code files. If you
      have local patches that no longer apply, have a look at the
      whitespace ignoring options of patch and git apply.
- Rebased patches:
  * sane-backends.builttime.patch
- Dropped patches:
  * no-descriptions-external-hpoj.patch

OBS-URL: https://build.opensuse.org/request/show/777794
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=95
2020-02-23 12:44:14 +00:00
Johannes Meixner
7d0a8d80ca Accepting request 595947 from home:jsmeix:branches:graphics
Fixed systemd unit file saned@.service (boo#1074054)

OBS-URL: https://build.opensuse.org/request/show/595947
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=93
2018-04-12 10:36:50 +00:00
Johannes Meixner
ce92c11fca Accepting request 589779 from home:jsmeix:branches:graphics
Dropped libieee1284 support which is only needed for some parallel port scanners and fixed installation of systemd unit files (boo#1074054)

OBS-URL: https://build.opensuse.org/request/show/589779
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=91
2018-03-21 15:59:33 +00:00
Ismail Dönmez
ac35ef6b00 Accepting request 537414 from home:msmeissn:branches:graphics
- add a 32bit devel package for use in wine32 bit builds

OBS-URL: https://build.opensuse.org/request/show/537414
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=89
2017-10-30 09:22:11 +00:00
OBS User mrdocs
ceada4f8de Accepting request 504186 from home:nmoudra:branches:graphics
- Deleted xinetd service in favor of socked based activation

OBS-URL: https://build.opensuse.org/request/show/504186
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=87
2017-06-16 22:16:17 +00:00
Johannes Meixner
1f6ecafce1 Accepting request 497907 from home:jsmeix:branches:graphics
sane-backends version upgrade to 1.0.27

OBS-URL: https://build.opensuse.org/request/show/497907
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=85
2017-05-24 09:43:09 +00:00
Johannes Meixner
5db422d7c0 Accepting request 460922 from home:jsmeix:branches:graphics
Applied upstream CVE-2017-6318.patch (bsc#1027197)

OBS-URL: https://build.opensuse.org/request/show/460922
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=83
2017-02-28 16:37:52 +00:00
OBS User mrdocs
ce6cd2ce4a Accepting request 353065 from home:olh:branches:graphics
- sane-backends.builttime.patch: reduce build-compare noise

OBS-URL: https://build.opensuse.org/request/show/353065
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=81
2016-01-12 07:11:40 +00:00
Ismail Dönmez
09f4a989f8 Accepting request 351283 from home:StefanBruens:branches:graphics
the gphoto backend needs manual configuration to be usable at all, it is quite shoehorned into the sane API.

On the other hand, gphoto2 has quite some dependencies, mostly via libgd3, which can be avoided.

OBS-URL: https://build.opensuse.org/request/show/351283
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=80
2016-01-11 16:46:42 +00:00
Johannes Meixner
0c96b0d283 Accepting request 336704 from home:jsmeix:branches:graphics
sane-backends version upgrade to 1.0.25

OBS-URL: https://build.opensuse.org/request/show/336704
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=78
2015-10-06 11:40:01 +00:00
OBS User mrdocs
b6bbb4634e Accepting request 281288 from home:msmeissn:branches:graphics
redid johannes submission with changes entry
- MG5550-works.patch: support Canon Pixma MG5500

OBS-URL: https://build.opensuse.org/request/show/281288
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=76
2015-01-17 03:41:04 +00:00
Johannes Meixner
6b1e6b0940 Accepting request 209260 from home:jsmeix:branches:graphics
Version upgrade to 1.0.24

OBS-URL: https://build.opensuse.org/request/show/209260
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=74
2013-12-03 11:57:02 +00:00
Ismail Dönmez
36c74c156a -
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=72
2013-09-24 12:54:56 +00:00
Ismail Dönmez
a17e996b61 Mon Sep 15 23:23:23 UTC 2013 - piny@gmx.com
- workaround for hp scanjet 8200
  As described in <https://bugzilla.novell.com/show_bug.cgi?id=840443>
  when operating on a hp scanjet 8200 the avision driver gets stuck
  in a loop trying to detect an ADF, even if none is present.
  In order circumvent this issue, following workaround has been implemented:
  1) create an option "enforce-no-adf" in the file avision.conf
  2) patch the code in avision.c to make use of this option, 
     if the conditions that lead to the unsuccessful ADF search
     (namely detection of NO ADF but reporting of SOME ADF type) is given.
  Per default the new option is inactive by comment; activate at your own risk!
  An upstream report was added to
  <https://alioth.debian.org/tracker/index.php?func=detail&aid=314108&group_id=30186&atid=410366>
- created patch110 for avision.conf
- created patch111 for avision.c
- introduced patch110 and patch111 into sane-backends.spec

OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=71
2013-09-24 12:52:59 +00:00
b04d5efcfe - fixed /etc/slp.reg.d/ ownership conflict, just have
it as %dir and the files as %config.
  (see OBS RQ 162582 decline message)

OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=68
2013-04-04 15:52:53 +00:00
Ismail Dönmez
82fbe83200 Accepting request 157451 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/157451
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=66
2013-03-06 08:50:43 +00:00
fbfdade9c0 Accepting request 149626 from home:lnussel:branches:graphics
- require libv4l-devel to enable v4l backend

OBS-URL: https://build.opensuse.org/request/show/149626
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=64
2013-01-23 10:40:56 +00:00
Johannes Meixner
81a7c77c6d Accepting request 145091 from home:jsmeix:branches:graphics
Adapt sane-backends to work correctly with existing yast2-scanner after iscan-free was dropped (bnc#788756)

OBS-URL: https://build.opensuse.org/request/show/145091
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=62
2012-12-11 15:31:08 +00:00
Johannes Meixner
881956553f Fixed typo in topmost sane-backends.changes entry
that was "Upgraded to sane-backends version 1.0.22"
fixed to "Upgraded to sane-backends version 1.0.23"

OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=60
2012-11-28 09:36:42 +00:00
Johannes Meixner
1ac1132404 Accepting request 138386 from home:jsmeix:branches:graphics
Version upgrade to 1.0.23

OBS-URL: https://build.opensuse.org/request/show/138386
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=58
2012-10-16 15:11:36 +00:00
Togan Muftuoglu
c727b12a90 Accepting request 131400 from home:babelworx:ldig:branches:graphics
license update: GPL-2.0+ and SUSE-GPL-2.0+-with-sane-exception and SUSE-Public-Domain
The LICENSE file in the sane-backends packages explains the licensing of the package. Added SUSE-GPL-2.0+-with-sane-exception to the spreadsheet linked from license.opensuse.org as that license is not yet upstream at http://www.spdx.org/licenses (hence the SUSE- proprietary extension)

OBS-URL: https://build.opensuse.org/request/show/131400
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=56
2012-08-23 09:37:55 +00:00
Johannes Meixner
b89b0531f7 Accepting request 114829 from home:jsmeix:branches:graphics
Use libusb1 via BuildRequires libusb-1_0-devel (instead of using libusb0 via libusb-compat). BuildIgnore ghostscript-x11 which is not needed and blows up the build system. Minor cleanups in the spec file.

OBS-URL: https://build.opensuse.org/request/show/114829
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=53
2012-04-20 11:20:52 +00:00
OBS User mrdocs
88036f59a7 Accepting request 110193 from home:jirislaby:branches:graphics
re-add support for USB scanners

OBS-URL: https://build.opensuse.org/request/show/110193
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=51
2012-03-20 17:18:21 +00:00
Ismail Dönmez
fc82c23395 Accepting request 102831 from home:lnussel:branches:graphics
- add usb id for SCX4500W
- fix usb device handling regression in xerox_mfp (bnc#745245)

OBS-URL: https://build.opensuse.org/request/show/102831
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=49
2012-02-06 12:08:44 +00:00
Ismail Dönmez
8492f1351c Accepting request 92635 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92635
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=47
2011-11-20 08:47:43 +00:00
Johannes Meixner
ccbc49f61f - Added an entry for "SCSI processor EPSON Perfection1640"
to libsane.rules (bnc#681146) see in particular
  https://bugzilla.novell.com/show_bug.cgi?id=681146#c43
- Added a wildcard entry for any "SCSI processor EPSON SCANNER*"
  to libsane.rules see the "55-libsane.rules"/"Device recognition"
  mail thread in June 2011 on sane-devel@lists.alioth.debian.org

OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=44
2011-09-29 15:06:04 +00:00
Johannes Meixner
2ef77a8b7c Accepting request 65396 from home:jsmeix:branches:graphics
Fixed udev rules for SCSI scanners using ATTRS for all sysfs attributes (bnc#681146)

OBS-URL: https://build.opensuse.org/request/show/65396
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=39
2011-03-29 13:19:37 +00:00
Johannes Meixner
340cf56a2f Accepting request 65218 from home:jsmeix:branches:graphics
Fixed udev rules for SCSI scanners (bnc#681146)

OBS-URL: https://build.opensuse.org/request/show/65218
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=38
2011-03-25 10:35:32 +00:00
Stephan Kulow
88b9c87429 Accepting request 62183 from home:coolo:branches:openSUSE:Factory
self accept to get this into 11.4 early

OBS-URL: https://build.opensuse.org/request/show/62183
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=37
2011-02-20 10:44:39 +00:00
Johannes Meixner
707516eeb1 Accepting request 61500 from home:jsmeix:branches:graphics
sane-backends 1.0.22 late version upgrade for openSUSE 11.4 (bnc#672059)

OBS-URL: https://build.opensuse.org/request/show/61500
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=35
2011-02-16 16:18:17 +00:00
Johannes Meixner
9b1faeb250 Accepting request 55343 from home:jsmeix:branches:graphics
Fixed bnc#658017 (xerox_mfp works only black and white)
-This line, and those below, will be ignored--

OBS-URL: https://build.opensuse.org/request/show/55343
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=33
2010-12-09 12:14:48 +00:00
OBS User buildservice-autocommit
ac97624fec Updating link to change in openSUSE:Factory/sane-backends revision 49.0
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=f151452876fc113d87a78e6e6ae8bdae
2010-09-23 22:19:02 +00:00
OBS User autobuild
291e66a1dd Accepting request 48818 from graphics
checked in (request 48818)

OBS-URL: https://build.opensuse.org/request/show/48818
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=32
2010-09-23 22:19:01 +00:00
Johannes Meixner
3cdd456a78 Accepting request 48810 from home:jsmeix:branches:graphics
Configure with --enable-pthread (bnc#633780)

OBS-URL: https://build.opensuse.org/request/show/48810
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=31
2010-09-22 13:47:19 +00:00
OBS User buildservice-autocommit
7c7c755459 Updating link to change in openSUSE:Factory/sane-backends revision 48.0
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=3d1996d0d55ecfb156747012785bd1c0
2010-09-17 22:45:58 +00:00
OBS User autobuild
9e68e6b7b0 Accepting request 48287 from graphics
checked in (request 48287)

OBS-URL: https://build.opensuse.org/request/show/48287
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=30
2010-09-17 22:45:57 +00:00
Johannes Meixner
d090c03155 Accepting request 48199 from home:a_jaeger:branches:openSUSE:Factory
Split up devel package (hopefully /usr/bin/sane-config which is moved to the devel package is not sometimes also used in a run-time environment like /usr/bin/cups-config)

OBS-URL: https://build.opensuse.org/request/show/48199
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=29
2010-09-15 14:04:49 +00:00
OBS User autobuild
6a8267bea1 Accepting request 41957 from graphics
checked in (request 41957)

OBS-URL: https://build.opensuse.org/request/show/41957
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=28
2010-06-28 09:18:49 +00:00
Johannes Meixner
427bf0e95f Accepting request 41915 from home:jsmeix:branches:graphics
Copy from home:jsmeix:branches:graphics/sane-backends via accept of submit request 41915 revision 3.
Request was accepted with message:
Updated models.dat and enhanced epkowa.desc to have up-to-date model description files

OBS-URL: https://build.opensuse.org/request/show/41915
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=27
2010-06-22 15:44:34 +00:00
Pavol Rusnak
9a5fe257b8 Accepting request 39815 from home:lnussel:branches:graphics
Copy from home:lnussel:branches:graphics/sane-backends via accept of submit request 39815 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/39815
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=25
2010-05-14 11:19:52 +00:00
OBS User buildservice-autocommit
07468fa310 Updating link to change in openSUSE:Factory/sane-backends revision 43.0
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=d8ea42acc495ea00cb15bab2f1030cb2
2010-05-07 13:48:26 +00:00
OBS User autobuild
f8d5e63693 Accepting request 39641 from graphics
checked in (request 39641)

OBS-URL: https://build.opensuse.org/request/show/39641
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=24
2010-05-07 13:48:25 +00:00
Johannes Meixner
1819da9e0c Accepting request 39635 from home:jsmeix:branches:graphics
Copy from home:jsmeix:branches:graphics/sane-backends via accept of submit request 39635 revision 2.
Request was accepted with message:
sane-backends 1.0.21 version upgrade (bnc#599986)

OBS-URL: https://build.opensuse.org/request/show/39635
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=23
2010-05-07 11:56:13 +00:00
OBS User buildservice-autocommit
6f19cd39d0 Updating link to change in openSUSE:Factory/sane-backends revision 42.0
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=72851e13cf1f326387469d3c08e8f73a
2010-04-28 21:09:38 +00:00
OBS User autobuild
dd95fb41c1 Accepting request 39009 from graphics
checked in (request 39009)

OBS-URL: https://build.opensuse.org/request/show/39009
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=22
2010-04-28 21:09:37 +00:00
Johannes Meixner
fb658fbcb5 Accepting request 39007 from home:jsmeix:branches:graphics
Copy from home:jsmeix:branches:graphics/sane-backends via accept of submit request 39007 revision 2.
Request was accepted with message:

Re-added /usr/lib[64]/libsane.so

OBS-URL: https://build.opensuse.org/request/show/39007
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=21
2010-04-28 13:42:06 +00:00
Johannes Meixner
bb433511ac Accepting request 38988 from home:jsmeix:branches:graphics
Copy from home:jsmeix:branches:graphics/sane-backends via accept of submit request 38988 revision 2.
Request was accepted with message:
Removed HAL stuff (bnc#593946) and removed libsane.so and libsane.la (bnc#592143)

OBS-URL: https://build.opensuse.org/request/show/38988
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=20
2010-04-28 10:52:45 +00:00
OBS User buildservice-autocommit
157acec024 Updating link to change in openSUSE:Factory/sane-backends revision 40.0
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=f7baa0ca3eb5e0eabb560ca76b0683c9
2010-02-11 18:44:15 +00:00
OBS User autobuild
248bd68ae0 checked in (request 32147)
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=18
2010-02-11 18:44:14 +00:00
Pavol Rusnak
aa716f2739 Accepting request 30989 from home:jengelh:baselibs
Copy from home:jengelh:baselibs/sane-backends via accept of submit request 30989 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/30989
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=17
2010-02-11 00:57:14 +00:00