Page MenuHomeSolus

simple-scan: Update to 40.7
ClosedPublic

Authored by ReillyBrogan on Mar 1 2022, 6:20 PM.
Tags
None
Referenced Files
F11010897: D12966.id31658.diff
Thu, Aug 3, 10:04 AM
F10865706: D12966.id31673.diff
Jun 17 2023, 12:36 PM
F10863062: D12966.id31656.diff
Jun 17 2023, 12:32 AM
F10862851: D12966.id31658.diff
Jun 16 2023, 11:14 PM
F10857289: D12966.diff
Jun 15 2023, 4:10 AM
F10773892: D12966.id31673.diff
May 22 2023, 1:13 AM
F10772365: D12966.id31656.diff
May 21 2023, 12:18 PM
F10709986: D12966.id.diff
Apr 28 2023, 9:58 AM
Subscribers

Details

Summary
  • Fix replacing underscore with space in scanner names.
  • Delete autosave records after creating new document.
  • Add the device name to the label if there are several identical models.
  • Fix autosave of Page Side property.
Test Plan
  • Scanned a few different documents, exported as jpg

Diff Detail

Repository
R2908 simple-scan
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

algent added inline comments.
package.yml
11

You can clean some deps here:

  • Remove pkgconfig(cairo) and pkgconfig(gdk-pixbuf-2.0)
  • Replace libjpeg-turbo-devel with pkgconfig(libturbojpeg) or pkgconfig(libjpeg)
ReillyBrogan added inline comments.
package.yml
11

I re-checked all the deps and libjpeg-turbo isn't even needed.

This revision is now accepted and ready to land.Mar 2 2022, 9:50 AM
This revision was automatically updated to reflect the committed changes.