about summary refs log tree commit diff
path: root/pkgs/applications/graphics
Commit message (Collapse)AuthorAge
* ocrad: 0.25 -> 0.26Pascal Wittmann2017-05-01
|
* displaycal: init at 3.2.4.0Marc Weber2017-04-30
|
* Merge #25302: krita: 3.1.2.1 -> 3.1.3Vladimír Čunát2017-04-30
|\
| * krita: fixup metaVladimír Čunát2017-04-30
| | | | | | | | Nix 1.12 (pre) would complain otherwise.
| * krita: 3.1.2.1 -> 3.1.3Louis Taylor2017-04-28
| |
* | apitrace: 7.1 -> git (#24829)Alexey Lebedeff2017-04-30
| | | | | | | | | | | | | | After upgrade `qapitrace` have working "Buffers" tab where the data can be inspected (it was always empty before). There is no tags after `7.1`, but I think that fixing pretty important piece of functionality warrants an upgrade to current `master` tip.
* | gimpPlugins.resynthesizer2: fix buildMichael Raskin2017-04-29
| |
* | gimpPlugins.resynthesizer: fix buildMichael Raskin2017-04-29
| |
* | Merge pull request #25066 from matthewbauer/less-darwin-eval-errorsDaiderd Jordan2017-04-24
|\ \ | | | | | | Add Darwin as platform to various "broken" packages that actually build
| * | tesseract: supports darwinMatthew Bauer2017-04-23
| | |
* | | inkscape: add potraceLinus Heckemann2017-04-17
| | | | | | | | | | | | This allows vectorising bitmap images in inkscape.
* | | digikam: add video support through libqtav (#24866)jraygauthier2017-04-17
|/ / | | | | | | | | | | | | | | * libqtav: init at unstable-2017-03-30 * digikam: add video support through `libqtav` dependency Issue #24426.
* | tesseract: Package version 4.x from Git masteraszlig2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tesseract 4 has got a new long short-term memory neural networking based OCR engine which really helps a lot in terms of accuracy and our VM tests. I ran the new version across a bunch of different screenshots and comparing the results to the 3.x branch and it really makes a big difference, especially with various font rendering settings. The only downside of this is that version 4 hasn't been released yet and is in alpha state right now, but it will eventually get there and the only solutions that came into my mind sticking to version 3 were really sub-par: * Use several passes with different color negation on the screenshots. * Train Tesseract 3 specifically for screenshots. This is sub-par because we'd need to do it for Tesseract 4 from scratch again. * Change the test systems so that it specifically uses *only* OCR an font when displaying. I've actually tried this but this also isn't accurate enough with our default font rendering setup. * Turn off special font rendering settings for our tests. In conjunction with changing to an OCR font this might work but it won't catch all the cases, because applications might use their own font rendering. Given that version 4 is faster[1] when it comes to OCR detection and also the points just mentioned I think even using the alpha version just for tests isn't going to hurt anybody. [1]: https://github.com/tesseract-ocr/tesseract/wiki/4.0-Accuracy-and-Performance Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | tesseract: 3.04.01 -> 3.05.00aszlig2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog: * Made some fine tuning to the hOCR output. * Added TSV as another optional output format. * Fixed ABI break introduced in 3.04.00 with the AnalyseLayout() method. * text2image tool - Enable all OpenType ligatures available in a font. This feature requires Pango 1.38 or newer. * Training tools - Replaced asserts with tprintf() and exit(1). * Fixed Cygwin compatibility. * Improved multipage tiff processing. * Improved the embedded pdf font (pdf.ttf). * Enable selection of OCR engine mode from command line. * Changed tesseract command line parameter '-psm' to '--psm'. * Added new C API for orientation and script detection, removed the old one. * Increased minimum autoconf version to 2.59. * Removed dead code. * Fixed many compiler warning. * Fixed memory and resource leaks. * Fixed some issues with the 'Cube' OCR engine. * Fixed some openCL issues. * Added option to build Tesseract with CMake build system. * Implemented CPPAN support for easy Windows building. The upstream URL of the change log is: https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.00 Tested by building against the following packages that directly depend on it: * vapoursynth (with ocrSupport = true) * pyocr (fails) * vobsub2srt Also tested against the following NixOS VM tests that have OCR enabled: * nixos/tests/chromium.nix -A stable * nixos/tests/emacs-daemon.nix * nixos/tests/installer.nix -A luksroot * nixos/tests/lightdm.nix * nixos/tests/plasma5.nix * nixos/tests/sddm.nix All of the packages and tests except pyocr build/succeed on x86_64-linux. Fixing pyocr is outside of the scope of this commit and will happen very soon. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | tesseract: Reintroduce enableLanguagesaszlig2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've removed that attribute in 68bc260ca2d71a676dd6afdb3524d4fff483016b, because the language files no longer were distributed as seperate files, but if we for example only want to use the English training data, the closure size of Tesseract gets quite large (around 1.2 GB), which is a bit much just to be able to run NixOS VM tests. For this reason I've also switched the VM tests back to using only the English language. Tested using the following VM tests (the ones that have OCR enabled) on x86_64-linux: * nixos/tests/chromium.nix -A stable * nixos/tests/emacs-daemon.nix * nixos/tests/installer.nix -A luksroot * nixos/tests/lightdm.nix * nixos/tests/plasma5.nix * nixos/tests/sddm.nix Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge pull request #24785 from paperdigits/darktable-2.2.4Lancelot SIX2017-04-10
|\ \ | | | | | | darktable: 2.2.3 -> 2.2.4
| * | darktable: 2.2.3 -> 2.2.4Mica Semrick2017-04-09
| | |
* | | Merge pull request #24762 from matthewbauer/darwin-misc-fixesDaiderd Jordan2017-04-10
|\ \ \ | |/ / |/| | darwin: miscellaneous fixes
| * | djview: fix macOS buildMatthew Bauer2017-04-08
| | |
* | | Merge pull request #24759 from matthewbauer/inkscape-darwin-fixFranz Pletz2017-04-09
|\ \ \ | | | | | | | | inkscape: fix missing library error
| * | | inkscape: fix missing library errorMatthew Bauer2017-04-08
| |/ /
* | | shotwell: 0.25.90 -> 0.26.0Laverne Schrock2017-04-06
| | | | | | | | | | | | Simple version bump.
* | | nomacs: 3.4 -> 3.6.1Lprndn2017-04-03
| | | | | | | | | | | | fixes #24589
* | | nomacs: init at 3.4 (#24580)Taahir Ahmed2017-04-03
|/ / | | | | | | | | | | | | | | * nomacs: init at 3.4 * nomacs: add gsettings for gtk open dialogs * nomacs: use fetchurl instead of fetchFromGitHub
* | vimiv: mark as brokenRobin Gloster2017-03-30
| | | | | | | | cc @aszlig
* | treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | | | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* | Merge pull request #24299 from ttuegel/master--drop-qt-5.7Thomas Tuegel2017-03-26
|\ \ | | | | | | Drop Qt 5.5 and Qt 5.7 from master
| * | rapcad: pin to Qt 5.6Thomas Tuegel2017-03-25
| | |
| * | rapcad: broken on Qt 5.6Thomas Tuegel2017-03-25
| | |
* | | graphicsmagick: patch for CVE-2017-6335Michael Raskin2017-03-25
|/ /
* | feh: Remove un-needed libPathndowens2017-03-21
| |
* | renderdoc: init at version 0.34pre (#23769)jansol2017-03-21
| | | | | | | | | | | | | | | | | | * renderdoc: init at version 0.34pre Initialising a few commits after the latest release due to some upstream improvements to the build system. * fix maintainer
* | fbida: add dependency to lircPascal Wittmann2017-03-21
| |
* | fbida: 2.12 -> 2.13Pascal Wittmann2017-03-21
|/
* Merge pull request #24118 from mimadrid/update/yed-3.17Pascal Wittmann2017-03-20
|\ | | | | yed: 3.16.2.1 -> 3.17
| * yed: 3.16.2.1 -> 3.17mimadrid2017-03-20
| |
* | rawtherapee: 5.0-r1 -> 5.0-r1 with gtk3 support (#22911)2chilled2017-03-20
| |
* | leocad: remove unnessary patchesJörg Thalheim2017-03-19
| |
* | Merge pull request #24035 from ndowens/leocadJoachim F2017-03-19
|\ \ | | | | | | leocad: 0.81 -> 17.02
| * | leocad: 0.81 -> 17.02ndowens2017-03-18
| | |
* | | Merge pull request #24038 from ndowens/openimageiondowens2017-03-19
|\ \ \ | | | | | | | | openimageio: 1.6.11 -> 1.7.12
| * | | openimageio: 1.6.11 -> 1.7.12ndowens2017-03-18
| |/ /
* | | Merge pull request #24030 from ndowens/fontmatrixndowens2017-03-19
|\ \ \ | | | | | | | | fontmatrix: Changed URL & homepage; they no longer exist
| * | | fontmatrix: Changed URL & homepage; they no longer existndowens2017-03-18
| |/ /
* | | Merge pull request #24033 from ndowens/glabelsndowens2017-03-19
|\ \ \ | | | | | | | | glabels: 3.2.1 -> 3.4.0
| * | | glabels: 3.2.1 -> 3.4.0ndowens2017-03-18
| |/ /
* | | Merge pull request #24025 from ndowens/ahoviewerFrederik Rietdijk2017-03-19
|\ \ \ | | | | | | | | ahoviewer: 1.4.6 -> 1.4.8
| * | | ahoviewer: 1.4.6 -> 1.4.8ndowens2017-03-18
| |/ /
* | | Merge pull request #24024 from ndowens/alchemyFrederik Rietdijk2017-03-19
|\ \ \ | | | | | | | | alchemy: 007 -> 008
| * | | alchemy: 007 -> 008ndowens2017-03-18
| |/ /