summaryrefslogtreecommitdiff
path: root/gnu/packages/scanner.scm
AgeCommit message (Collapse)Author
2017-05-24gnu: sane-backends-minimal: Run most tests.Tobias Geerinckx-Rice
* gnu/packages/scanner.scm (sane-backends-minimal)[arguments]: Add a ‘disable-failing-tests’ phase to do just that, and run the rest.
2017-05-24gnu: sane-backends-minimal, sane-backends: Update to 1.0.27.Tobias Geerinckx-Rice
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.27. [source]: Use (what should be) a more stable download URI.
2016-12-17gnu: sane-backends: Remove timestamps from the output.Ludovic Courtès
* gnu/packages/scanner.scm (sane-backends-minimal)[source](modules, snippet): New fields.
2016-12-17gnu: Add and use sane-backends.Andy Patterson
* gnu/packages/scanner.scm (sane-backends): New variable. * gnu/packages/gnome.scm (colord, simple-scan): Use it instead of 'sane-backends-minimal'. * gnu/packages/libreoffice.scm (libreoffice): Likewise. * gnu/packages/wine.scm (wine): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-17gnu: Add and use sane-backends-minimal.Andy Patterson
* gnu/packages/scanner.scm (sane-backends): Rename to... (sane-backends-minimal): this. Adjust name, source, synopsis and description accordingly. * gnu/packages/cups.scm (hplip): Use 'sane-backends-minimal' instead of 'sane-backends'. * gnu/packages/gnome.scm (colord, simple-scan): Likewise. * gnu/packages/libreoffice.scm (libreoffice): Likewise. * gnu/packages/wine.scm (wine): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-12-17gnu: sane-backends: Disable backend generation.Andy Patterson
* gnu/packages/scanner.scm (sane-backends)[arguments]: Add a phase to disable the compilation of backends. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-09gnu: sane-backends: Update to 1.0.25.Al McElrath
* gnu/packages/scanner.scm (sane-backends): Update to 1.0.25. Signed-off-by: Leo Famulari <leo@famulari.name>
2015-08-08gnu: sane-backends: Support USB scanners.Andy Wingo
* gnu/packages/scanner.scm (sane-backends): Build with libusb-compat as an input and install a udev rule to give users access to scanners. Modified-By: Mark H Weaver <mhw@netris.org>
2014-10-20gnu: Add sane-backendsJohn Darrington
* gnu/packages/scanner.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.