about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
Commit message (Collapse)AuthorAge
* Merge pull request #5036 from abbradar/sane-mfd-fixlethalman2014-11-19
|\ | | | | sane: fix multifunctional devices rights conflict with cups
| * sane: fix multifunctional devices rights conflict with cupsNikolay Amiantov2014-11-16
| |
* | Fix XSane buildMichael Raskin2014-11-16
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* sane: add mkSaneConfigThomas Tuegel2014-05-11
|
* sane-backends: Add extra source urlRickard Nilsson2014-01-30
| | | | | It seems alioth.debian.org has some problem (login needed for download), so I've added a pkgs.fedoraproject.org url.
* sane-backends-git: update to version 1.0.24.73-g6c4f6bc (i.e. current Git HEAD)Peter Simons2014-01-03
|
* saneBackends: Update to 1.0.24Ricardo M. Correia2014-01-02
|
* xsane: update from 0.998 to 0.999Nixpkgs Monitor2013-12-21
|
* xsane: add optional gimp plugin supportCillian de Róiste2013-11-09
|
* sane: tidy-up, wrap expression argumentsCillian de Róiste2013-11-09
|
* sane: add support for Epson snapscan scannersCillian de Róiste2013-11-09
| | | | | | | 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;
* sane-backends: Need --enable-libusb_1_0 configure flag to find libusbRickard Nilsson2013-09-25
|
* sane-backends: update saneBackendsGit to the latest versionPeter Simons2013-07-10
| | | | | | | | | | | | | | | | | | | | | | 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; | }; | }
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
| | | | Pet peeve...
* SANE: switch snapshot version of the backends to git (and general cleanup)Peter Simons2012-11-26