aszlig
c381fa9b63
tesseract: 3.04.01 -> 3.05.00
...
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>
2017-04-11 03:21:32 +02:00
aszlig
288a79187c
tesseract: Reintroduce enableLanguages
...
I've removed that attribute in 68bc260ca2
,
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>
2017-04-11 03:21:26 +02:00
Jon Banafato
4a4719c6ec
keepassx-community: 2.1.3 -> 2.1.4
...
KeePassXC has a new bugfix release available: https://github.com/keepassxreboot/keepassxc/releases/tag/2.1.4
2017-04-10 20:54:23 -04:00
Michael Alan Dorman
5a5eea34cc
melpa-packages: 2017-04-10
...
Removals:
- dos: package removed from melpa
2017-04-10 19:20:07 -04:00
Michael Alan Dorman
f087fd3c70
melpa-stable-packages: 2017-04-10
2017-04-10 19:20:07 -04:00
Michael Alan Dorman
842417b4bc
elpa-packages: 2017-04-10
2017-04-10 19:20:07 -04:00
Robert Helgesson
08656a73f0
gpsbabel: fix darwin build
2017-04-10 22:57:06 +02:00
Thomas Tuegel
c7dd8a707b
golden-cheetah: fix build
...
- Use Qt 5.6 to fix compile error.
- Run preInstall and postInstall hooks to fix linking error.
2017-04-10 13:51:45 -05:00
Thomas Tuegel
33194ec649
dropbox: 23.4.17 -> 23.4.18
...
This update has not been officially announced upstream, but version 23.4.17 no
longer works.
2017-04-10 09:28:01 -05:00
Lorenzo Manacorda
5108c4c7b2
notmuch: fix homepage and notmuch-mutt license ( #24777 )
...
* notmuch: fix homepage and notmuch-mutt license
notmuch-mutt's license is GPLv3. might have been changed when it was upstreamed.
* fix scheme
* fix typo in url
* fix field alignment
* use with to make statements shorter
2017-04-10 16:00:25 +02:00
Jörg Thalheim
92ab8b0ee7
Merge pull request #24782 from asymmetric/polybar
...
polybar: 3.0.4 -> 3.0.5
2017-04-10 15:58:29 +02:00
Yann Hodique
a78ce1d4c6
tig: 2.2 -> 2.2.1 ( #24770 )
...
* tig: 2.2 -> 2.2.1
Also move to different project URLs, as requested in
https://github.com/jonas/tig/releases/tag/tig-2.2.1
* tig: fix fetching mechanism
Rework the dependencies to allow use of fetchFromGitHub.
2017-04-10 15:03:04 +02:00
Daniel Ehlers
de83f55ee3
trayer: 1.1.6 -> 1.1.7
2017-04-10 13:29:00 +02:00
Lancelot SIX
045ecd11f8
Merge pull request #24785 from paperdigits/darktable-2.2.4
...
darktable: 2.2.3 -> 2.2.4
2017-04-10 13:18:11 +02:00
Frederik Rietdijk
90aaa7319e
Merge pull request #24781 from ndowens/texstudio
...
texstudio: 2.11.2 > 2.12.4
2017-04-10 10:59:42 +02:00
Daiderd Jordan
f8230518a2
Merge pull request #24762 from matthewbauer/darwin-misc-fixes
...
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Nikolay Amiantov
b023370f37
thunderbird: port changes from firefox
...
Fix random crashes.
Add optional GTK3 support.
2017-04-10 02:20:59 +03:00
Nikolay Amiantov
56ca347872
firefox: misc cleanups
...
Move more dependencies to nativeBuildInputs.
Use wrapGAppsHook.
Add checkInstallPhase.
2017-04-10 02:20:38 +03:00
taku0
55ff94b396
thunderbird: 45.8.0 -> 52.0
2017-04-10 02:20:29 +03:00
taku0
77f0ad5a37
thunderbird-bin: 45.8.0 -> 52.0
2017-04-10 02:20:26 +03:00
Mica Semrick
eae15ab771
darktable: 2.2.3 -> 2.2.4
2017-04-09 15:58:06 -07:00
Orivej Desh
2db5b5a009
verbiste: init at 0.1.44
2017-04-10 00:19:35 +03:00
Lorenzo Manacorda
0788476624
polybar: 3.0.4 -> 3.0.5
2017-04-09 22:18:51 +02:00
ndowens
40e2e78d91
texstudio: 2.11.2 > 2.12.4
2017-04-09 15:17:55 -05:00
Lorenzo Manacorda
da4fd5ef41
mutt: actually make imap optional ( #24776 )
2017-04-09 20:55:27 +01:00
Peter Hoeg
b520bed834
syncthing: 0.14.25 -> 0.14.26
2017-04-10 00:36:05 +08:00
Peter Simons
4e307b644a
Merge pull request #24760 from matthewbauer/linux-only-pkgs
...
Mark linux-only pkgs
2017-04-09 14:18:10 +02:00
Jörg Thalheim
4c86093002
Merge pull request #24764 from matthewbauer/spectrwm-osx
...
spectrwm: fix OSX build
2017-04-09 11:13:33 +02:00
Franz Pletz
e23c8f05ab
Merge pull request #24756 from NeQuissimus/minikube_0_18_0
...
minikube: 0.17.1 -> 0.18.0
2017-04-09 11:08:16 +02:00
Franz Pletz
e798712da7
Merge pull request #24759 from matthewbauer/inkscape-darwin-fix
...
inkscape: fix missing library error
2017-04-09 10:56:20 +02:00
Matthew Bauer
f75703bfbf
spectrwm: fix OSX build
2017-04-09 01:30:38 -05:00
Matthew Bauer
c344f46321
djview: fix macOS build
2017-04-08 23:28:00 -05:00
Matthew Bauer
ba78c50069
inkscape: fix missing library error
2017-04-08 23:20:10 -05:00
Tim Steinbach
215e8e4020
minikube: 0.17.1 -> 0.18.0
2017-04-08 18:13:48 -04:00
Thomas Tuegel
333923c88b
dropbox: 22.4.24 -> 23.4.17
2017-04-08 14:48:07 -05:00
Aristid Breitkreuz
17fc70a11d
Merge pull request #24609 from zimbatm/terraform-fix
...
terraform: remove broken tests
2017-04-08 17:53:36 +02:00
Jörg Thalheim
f7b97df2cd
Merge pull request #24730 from Infinisil/buku-2.9
...
buku: 2.8 -> 2.9
2017-04-08 13:24:45 +02:00
Aristid Breitkreuz
9f148e9166
Merge pull request #24593 from bdimcheff/upgrade-astroid-0.8
...
astroid: 0.7 -> 0.8
2017-04-08 13:09:02 +02:00
Aristid Breitkreuz
cafd9c922c
Merge pull request #24705 from emanueleperuffo/master
...
robomongo: 0.8.4 -> 0.9.0
2017-04-08 11:43:51 +02:00
Jörg Thalheim
6444321633
Merge pull request #24725 from sphaugh/master
...
i3: add separateDebugInfo
2017-04-08 11:15:31 +02:00
Silvan Mosberger
c2a0f2584a
buku: 2.8 -> 2.9
2017-04-08 08:56:35 +02:00
Tomasz Jan Góralczyk
90b2290ca3
purple-facebook: 0.9.0 -> 0.9.3
2017-04-08 07:56:28 +01:00
Matthew Bauer
94acb5b780
yasr: make linux-only
2017-04-07 21:55:02 -05:00
Sean Haugh
30b6561982
i3: add separateDebugInfo
2017-04-07 15:24:08 -05:00
Jörg Thalheim
a5ee494046
Merge pull request #24696 from mirrexagon/mrxgn-textadept-update
...
textadept: 9.0 -> 9.3
2017-04-07 15:08:34 +02:00
Jörg Thalheim
69d12b2672
Merge pull request #24423 from jpierre03/patch-2
...
textadept: bombay update without version pinning
2017-04-07 14:58:32 +02:00
xNWDD
9ef5fd4189
gitkraken: 2.3.1 -> 2.3.3 ( #24684 )
...
* gitkraken: 2.3.1 -> 2.3.2
* gitkraken: 2.3.2 -> 2.3.3
2017-04-07 14:52:46 +02:00
Emanuele Peruffo
668777f01d
robomongo: add desktop entry
2017-04-07 13:40:27 +02:00
Emanuele Peruffo
b52a3d90fe
robomongo: 0.8.4 -> 0.9.0
2017-04-07 12:19:19 +02:00
Gabriel Ebner
78adf1832f
Merge pull request #24695 from benley/vscode-1.11.1
...
vscode: 1.10.2 -> 1.11.1
2017-04-07 08:15:21 +02:00
Jean-Baptiste Giraudeau
40d46f9ca4
Kodi: use kodi fork of libdvdnav/libdvdread. Fix #24153 (dvd playback)
2017-04-07 07:55:07 +02:00
Benjamin Staffin
987cafe5e0
vscode: Add libxkbfile to rpath
...
Otherwise vscode complains about it.
2017-04-06 23:35:49 -04:00
Benjamin Staffin
4a08528b4a
vscode: Revamp URL generation scheme
...
This ought to be way easier to maintain! Now just the version number
and sha256 hashes need to be updated for an update, and there are no
more manual cmdline steps to get version hashes and timestamps.
Related to #22465
2017-04-06 22:22:16 -04:00
Andrew Abbott
4a79bf0e84
textadept: 9.0 -> 9.3
2017-04-07 11:47:39 +10:00
Benjamin Staffin
f50258bba5
vscode: 1.10.2 -> 1.11.1
2017-04-06 21:17:25 -04:00
Dan Peebles
6e58719b1b
nano: fix on Darwin
...
The latest update broke it
2017-04-06 21:09:32 -04:00
Marius Bergmann
e94437d1ed
mopidy: Add gst-plugins-bad to buildInputs
...
Needed for processing .m4a files.
2017-04-07 00:16:29 +02:00
Jaka Hudoklin
b650a380fd
Merge pull request #24689 from lverns/bump-shotwell
...
shotwell: 0.25.90 -> 0.26.0
2017-04-06 23:35:29 +02:00
Laverne Schrock
b70b1b1f06
shotwell: 0.25.90 -> 0.26.0
...
Simple version bump.
2017-04-06 15:30:03 -05:00
Franz Pletz
d3ef8dc633
gitlab: 8.17.4 -> 8.17.5
...
Fixes security issues:
https://about.gitlab.com/2017/04/05/gitlab-9-dot-0-dot-4-security-release/
2017-04-06 21:04:22 +02:00
Domen Kožar
7cef3e45b2
Merge pull request #24678 from edanaher/add-fvwm-maintainer
...
fvwm: add edanaher as maintainer
2017-04-06 15:28:48 +02:00
Evan Danaher
841740bd3d
fvwm: add edanaher as maintainer
2017-04-06 09:05:32 -04:00
Bart Brouns
5861ba39a3
guitarix: 0.35.2 -> 0.35.3 ( #24673 )
2017-04-06 12:46:20 +01:00
Justin Bedő
c5015b77af
platypus: fix platforms metadata ( #24666 )
2017-04-06 10:10:54 +01:00
Alexey Shmalko
5b2d1784c2
Merge pull request #24582 from jerith666/gammu-1-37
...
gammu: 1.33.0 -> 1.38.2
2017-04-06 12:05:25 +03:00
Matt McHenry
c4d80e43af
gammu: move pkgconfig and cmake to nativeBuildInputs
2017-04-05 21:08:57 -04:00
Matt McHenry
4b77264308
gammu: 1.33.0 -> 1.38.2
2017-04-05 21:08:46 -04:00
Tim Steinbach
d95fb5f2ac
Merge pull request #24632 from NeQuissimus/docker_17_04
...
docker-edge: init at 17.04
2017-04-05 20:51:14 -04:00
Tim Steinbach
1e589239b3
docker-edge: init at 17.04
2017-04-05 20:49:26 -04:00
Alexey Shmalko
48bdd8612f
Merge pull request #24656 from elasticdog/transcrypt
...
transcrypt: 1.0.1 -> 1.0.2
2017-04-05 22:06:06 +03:00
Alexey Shmalko
f04582cf20
Merge pull request #24641 from NeQuissimus/docker-dist_2_6_0
...
docker-distribution: 2.5.1 -> 2.6.0
2017-04-05 21:51:49 +03:00
Alexey Shmalko
8716698903
Merge pull request #24630 from PierreR/master
...
albert: 0.10.0 -> 0.10.2
2017-04-05 21:48:21 +03:00
Alexey Shmalko
2ba604f292
Merge pull request #24640 from NeQuissimus/nano_2_8_0
...
nano: 2.7.5 -> 2.8.0
2017-04-05 21:38:14 +03:00
Aaron Bull Schaefer
55d1237c6b
transcrypt: 1.0.1 -> 1.0.2
2017-04-05 11:18:12 -05:00
Profpatsch
6b5e5de0ef
rss2email: init at 3.9
2017-04-05 16:59:01 +02:00
Tim Steinbach
7c36657d7d
Merge pull request #24639 from NeQuissimus/sway_0_12_2
...
sway: 0.11 -> 0.12.2
2017-04-05 09:13:04 -04:00
Tim Steinbach
f911770acf
sway: Add xwayland build input
2017-04-05 08:17:49 -04:00
Tim Steinbach
b4b95c6686
nano: 2.7.5 -> 2.8.0
2017-04-04 21:04:39 -04:00
Tim Steinbach
89188e2972
docker-distribution: 2.5.1 -> 2.6.0
2017-04-04 21:01:27 -04:00
Tim Steinbach
7acd1e7f68
sway: 0.11 -> 0.12.2
2017-04-04 20:56:27 -04:00
NWDD
f24c89a4d6
gitkraken: 2.2.1 -> 2.3.1
2017-04-04 21:10:53 +02:00
Tim Steinbach
67142c58c4
Merge pull request #24619 from NeQuissimus/docker_17_03_1
...
docker: 17.03.0 -> 17.03.1
2017-04-04 13:44:29 -05:00
Tim Steinbach
aefb9671bf
docker: 17.03.0 -> 17.03.1
2017-04-04 13:43:57 -04:00
Nikolay Amiantov
527512e554
qutebrowser: add withWebEngineDefault flag
...
Allows to set QtWebEngine backend by default.
2017-04-04 19:22:50 +03:00
Pierre Radermecker
1ce34c5458
albert: 0.10.0 -> 0.10.2
2017-04-04 17:58:17 +02:00
Dmitry Marakasov
ef2c8f98ec
Fix schema, maintainers are usually an array
2017-04-04 18:36:23 +03:00
Jörg Thalheim
9987abca8e
Merge pull request #24592 from FlorentBecker/pijul4
...
Pijul 0.4
2017-04-04 10:57:54 +02:00
ndowens
81e1d7eb55
Merge pull request #24572 from ndowens/finalterm
...
finalterm-git: Cosmetic change
2017-04-03 20:10:44 -05:00
zimbatm
beba07f712
terraform: remove broken tests
2017-04-03 23:58:39 +01:00
Lprndn
75319eb203
nomacs: 3.4 -> 3.6.1
...
fixes #24589
2017-04-03 21:21:05 +02:00
Jörg Thalheim
c34db6e419
Merge pull request #24414 from jensbin/corebird
...
corebird: 1.3.3 -> 1.4.2
2017-04-03 17:09:35 +02:00
ndowens
94c2f3e772
jp2a: 1.0.6 -> 1.0.7 ( #24579 )
2017-04-03 15:48:52 +01:00
Nikolay Amiantov
74f7db075a
tdesktop: 1.0.2 -> 1.0.27
...
Use system Qt.
2017-04-03 17:48:23 +03:00
Florent Becker
3699a545fd
pijul: 0.3.3 -> 0.4.1
2017-04-03 15:04:04 +02:00
ndowens
969ed8832c
epdfview: Fixed SRC URL; Cosmetic Change ( #24568 )
...
epdfview: Updated Debian Mirror
2017-04-03 10:43:08 +01:00
Taahir Ahmed
438ac662aa
nomacs: init at 3.4 ( #24580 )
...
* nomacs: init at 3.4
* nomacs: add gsettings for gtk open dialogs
* nomacs: use fetchurl instead of fetchFromGitHub
2017-04-03 10:28:34 +02:00
Peter Hoeg
9f34d1f19a
terraform: remove 0.8.5 specific file
...
It is now handled by the terraform build function instead.
2017-04-03 11:59:24 +08:00
Brandon Dimcheff
aac3f9a8cb
astroid: 0.7 -> 0.8
...
Upgraded astroid to 0.8 and uses the upstream changes to properly
propagate environment without a patch. Note that this still uses an
unsupported version of webkitgtk and thus will fail to build, but if
allow webkitgtk to install, astroid will run.
2017-04-02 23:37:24 -04:00
Victor Calvert
53a516b198
src: 1.12 -> 1.13
2017-04-02 22:36:02 -04:00
Jörg Thalheim
49aa2483e0
Merge pull request #24543 from winniequinn/gitkraken-desktop-entry
...
gitkraken: add desktop entry
2017-04-02 23:50:15 +02:00