Tobias Geerinckx-Rice
61106207cd
saneBackends: remove some redundancies (no hash change)
2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
58bf694071
saneBackends: factor out common code into generic.nix
...
The git version was duplicated from the stable one and the two had
begun to diverge significantly. For example, commit
88d731925d
fixed a supposedly real
bug — but only in the stable package.
Factor out the shared code to avoid trouble — or worse, subtle
differences or bugs — in future.
2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
ffc04a67e3
sanebackends{,Git}: add avahi support
2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
94dbaa7dbf
saneBackends{,Git}: add SNMP support
2015-12-24 04:05:57 +01:00
Tobias Geerinckx-Rice
56f6be2583
saneBackendsGit 1.0.25-180-g6d8b8d5 -> 2015-12-20
2015-12-20 19:58:50 +01:00
Tobias Geerinckx-Rice
99816323f9
saneBackendsGit 1.0.25.{177-g753d123 -> 180-g6d8b8d5}
2015-12-16 04:22:08 +01:00
Tobias Geerinckx-Rice
1d4b4dc8b6
saneBackends{,Git}: add more descriptive descriptions
2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
df4ab4c9cc
saneBackendsGit: add myself as maintainer
2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
d3d5c79582
saneBackendsGit 1.0.24.73-g6c4f6bc -> 1.0.25.177-g753d123
2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
5bcd13156c
saneBackends: add myself as maintainer
2015-12-05 23:42:56 +01:00
Tobias Geerinckx-Rice
256cec9756
saneBackends 1.0.24 -> 1.0.25
...
Changes too numerous to list here:
http://anonscm.debian.org/cgit/sane/sane-backends.git/tree/ChangeLog?h=RELEASE_1_0_25
2015-12-05 23:42:56 +01:00
Eelco Dolstra
1502117418
sane-backends: Separate doc output
2015-08-27 19:07:44 +02:00
Nicolas B. Pierron
bb81ba7ef6
sane-config: Prevent find warnings by moving maxdepth argument first.
2015-08-23 13:55:25 +02:00
Nicolas B. Pierron
f8caa49f00
sane-config: Merge /etc/sane.d/dll.conf content.
2015-08-23 13:54:34 +02:00
lethalman
44628e9e90
Merge pull request #5036 from abbradar/sane-mfd-fix
...
sane: fix multifunctional devices rights conflict with cups
2014-11-19 17:29:40 +01:00
Michael Raskin
fb76f0fe7d
Fix XSane build
2014-11-16 11:28:21 +03:00
Nikolay Amiantov
88d731925d
sane: fix multifunctional devices rights conflict with cups
2014-11-16 03:44:37 +03:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Thomas Tuegel
b4c8981064
sane: add mkSaneConfig
2014-05-11 14:01:07 -05:00
Rickard Nilsson
e28c0da32e
sane-backends: Add extra source url
...
It seems alioth.debian.org has some problem (login needed for download), so
I've added a pkgs.fedoraproject.org url.
2014-01-30 12:26:11 +01:00
Peter Simons
72629aa7da
sane-backends-git: update to version 1.0.24.73-g6c4f6bc (i.e. current Git HEAD)
2014-01-03 12:42:48 +01:00
Ricardo M. Correia
dd93ce3378
saneBackends: Update to 1.0.24
2014-01-02 15:53:07 +01:00
Nixpkgs Monitor
102a88e469
xsane: update from 0.998 to 0.999
2013-12-21 02:28:26 +02:00
Cillian de Róiste
1ff90228b2
xsane: add optional gimp plugin support
2013-11-09 15:03:12 +01:00
Cillian de Róiste
b5bac4c7a4
sane: tidy-up, wrap expression arguments
2013-11-09 15:03:12 +01:00
Cillian de Róiste
46646feb17
sane: add support for Epson snapscan scanners
...
The firmware file needs to be downloaded or extracted from the windows
driver file and configured in nixpkgs.config e.g.:
sane.snapscanFirmware = /firmware/esfw41.bin;
2013-11-09 15:03:12 +01:00
Rickard Nilsson
5b5cdcfbac
sane-backends: Need --enable-libusb_1_0 configure flag to find libusb
2013-09-25 20:15:40 +02:00
Peter Simons
ea21636320
sane-backends: update saneBackendsGit to the latest version
...
For some reason, SANE suddenly stopped recognizing my scanner recently:
| $ scanimage -L
|
| No scanners were identified. If you were expecting something different,
| check that the scanner is plugged in, turned on and detected by the
| sane-find-scanner tool (if appropriate). Please read the documentation
| which came with this software (README, FAQ, manpages).
I was able to remedy this issue by building SANE with the latest version
of the backends package from Git, by adding the following override to
~/.nixpkgs/config.nix:
| {
| packageOverrides = pkgs:
| {
| saneBackends = pkgs.saneBackendsGit;
| };
| }
2013-07-10 10:14:11 +02:00
Eelco Dolstra
84779a6f7d
Remove unnecessary parentheses around if conditions
...
Pet peeve...
2012-12-28 19:54:15 +01:00
Peter Simons
a814d0bc90
SANE: switch snapshot version of the backends to git (and general cleanup)
2012-11-26 16:18:05 +01:00