summary refs log tree commit diff
path: root/pkgs/applications/graphics/gscan2pdf
Commit message (Collapse)AuthorAge
* gscan2pdf: disable failing testFlorian Brandes2023-04-20
| | | | Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
* gscan2pdf: disable a dubiously failing testpacien2023-03-31
| | | | | | | | | | | | | | This temporarily disable a test failing after a patch imagemagick update (https://github.com/NixOS/nixpkgs/pull/223277). This might be either a regression in imagemagick or a picky matching in that particular test. Nevertheless rest of the software remains usable, so I think we can simply disable this test for now. Nixpkgs issue: https://github.com/NixOS/nixpkgs/issues/223446 Upstream issue: https://sourceforge.net/p/gscan2pdf/bugs/417/
* gscan2pdf: 2.12.8 -> 2.13.2pacien2023-03-04
| | | | | | This also removes a patch that has been upstreamed. Changelog: https://sourceforge.net/p/gscan2pdf/mailman/message/37764345/
* Merge pull request #212002 from mothsART/feature/replace_http_by_httpsWeijia Wang2023-01-22
|\ | | | | treewide: replace http by https when https is a permanent redirection
| * treewide: replace http by https when https is a permanent redirectionFerry Jérémie2023-01-22
| |
* | treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
|/ | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
* gscan2pdf: 2.12.6 -> 2.12.8Martin Weinelt2022-09-25
| | | | Adds a patch that fixes ffmpeg 5.1 compatibility
* gscan2pdf: 2.12.5 -> 2.12.6pacien2022-04-04
| | | | Also re-enabling a no-longer failing test.
* gscan2pdf: 2.12.4 -> 2.12.5 (#160510)pacien2022-02-18
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* gscan2pdf: 2.12.3 -> 2.12.4pacien2021-11-21
|
* gscan2pdf: 2.12.1 → 2.12.3Jan Tojnar2021-09-30
| | | | | https://sourceforge.net/p/gscan2pdf/mailman/message/37313105/ https://sourceforge.net/p/gscan2pdf/mailman/message/37353051/
* perlPackages.ImageMagick: rename from perlPackages.PerlMagickArtturin2021-08-02
|
* gscan2pdf: 2.11.1 -> 2.12.1pacien2021-05-10
|
* treewide: xvfb_run -> xvfb-runRobert Hensing2021-05-08
|
* gscan2pdf: 2.9.1 -> 2.11.1pacien2021-02-20
| | | | | | | | | New dependencies have been added and a dubiously failing test has been disabled. Manually tested and confirmed to work: * opening the application, * scanning a document, * saving as PDF.
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* gscan2pdf: 2.8.1 -> 2.9.1pacien2020-09-29
|
* gscan2pdf: 2.8.0 -> 2.8.1Daniel Șerbănescu2020-07-13
|
* gscan2pdf: add scanimage to PATH in wrapperpacien2020-07-07
| | | | Gscan2pdf/Frontend/CLI.pm calls this binary.
* gscan2pdf: 2.6.5 -> 2.8.0pacien2020-07-06
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gscan2pdf: 2.6.3 -> 2.6.5pacien2020-03-28
|
* gscan2pdf: 2.6.2 -> 2.6.3pacien2020-01-07
|
* Merge pull request #75385 from pacien/gscan2pdf-v2.6.2Mario Rodas2019-12-17
|\ | | | | gscan2pdf: 2.5.6 -> 2.6.2
| * gscan2pdf: 2.5.6 -> 2.6.2pacien2019-12-09
| |
* | gscan2pdf: fix eval with allowAliases = falseJan Tojnar2019-12-03
|/
* gscan2pdf: 2.5.5 -> 2.5.6pacien2019-09-18
|
* gscan2pdf: 2.3.0 -> 2.5.5pacien2019-08-19
|
* buildPerlPackage: name -> (pname, version)volth2019-06-20
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* gscan2pdf: init at 2.3.0pacien2019-02-06
based on github issue #34744 closes #34744