104426 Commits

Author SHA1 Message Date
Cray Elliott
8799254eac nvidia_x11_beta: add patch to support Linux 4.10.x
thanks to bendlas for the review for pointing out a way to grab the patch remotely!
2017-03-13 00:00:26 -07:00
Cray Elliott
12083de992 nvidia_x11: 375.26 -> 375.39
nvidia_x11_beta: 378.09 -> 378.13
2017-03-12 23:54:08 -07:00
Orivej Desh
c272796806 mtr: 0.86 -> 0.87 2017-03-13 04:31:00 +00:00
Peter Hoeg
f7fd8a6f73 xca: broken on qt 5.7 2017-03-13 11:55:45 +08:00
Peter Hoeg
eb7690ab06 qsyncthingtray: broken on qt 5.7 2017-03-13 11:55:45 +08:00
Peter Hoeg
d4beeef3ce vlc: compile against qt 5.6 2017-03-13 11:55:45 +08:00
Arseniy Alekseyev
6a51b55af6 fetchSvn: Add support for --ignore-keywords flag
This is a flag that disables subversion keyword substitution.
Keyword substitution inserts metadata into the files being checked
out, and is therefore somewhat at odds with build reproducibility.

In particular, it can become a problem if you're trying to switch
between svn and a git export of the same thing (keyword substitutions
are normally not exported into git).
2017-03-13 03:43:39 +00:00
Dan Peebles
cf7d4bf8af kubernetes: 1.5.2 -> 1.5.4 2017-03-12 23:02:34 -04:00
Dan Peebles
23e4e32b91 kops: enable on Darwin 2017-03-12 22:35:20 -04:00
Dan Peebles
fe339d281b minikube: switch to build from source & fix on Darwin
Linux behavior should be largely unchanged but we now build minikube
ourselves. Unfortunately localkube is still tricky to build so I pull in
a binary version from upstream.
2017-03-13 02:29:18 +00:00
ndowens
912b956b07 gupnp-tools: 0.8.8 -> 0.8.13 2017-03-12 20:55:07 -05:00
ndowens
afeb989c5c gtkspell:3.0.8 -> 3.0.9 2017-03-12 20:38:46 -05:00
andyjscott
09c73776b9 mmex: v1.3.1 -> v1.3.3 (#23732) 2017-03-13 02:38:27 +01:00
Julien Dehos
14db0b9ef3 pbrt: 2016-05-19 -> 2017-01-12 (#23405) 2017-03-13 02:35:34 +01:00
ndowens
b64c6b46b1 gssdp: 0.14.11 -> 1.0.1 2017-03-12 19:41:00 -05:00
Orivej Desh
bed935bd13 qmetro: init at 0.7.1 2017-03-13 00:37:53 +00:00
ndowens
86a23bcfff gmm: 4.3 -> 5.1
gmm: Remove whitespace
2017-03-12 18:51:15 -05:00
Michael Raskin
54b7c3b63f clisp-git: update to the upstream fix of 32-bit builds
The current exact tip fails to build on x86_64, there probably is a
fresher safe commit, but I haven't try bisecting.
2017-03-13 00:00:13 +01:00
ndowens
a2d50e744a gloox: 1.0.14 -> 1.0.20 2017-03-12 17:56:33 -05:00
Thomas Tuegel
06ece41778
KDE Applications: 16.12.2 -> 16.12.3 2017-03-12 17:52:48 -05:00
tv
ba0b527456 exim: 4.88 -> 4.89 (#23670) 2017-03-12 23:40:22 +01:00
Bas van Dijk
47b14e0a99 doc/language-frameworks/haskell.md: integer-simple improvements
* Strip the unnecessary 'pkgs' attribute.

* Remove ghc-7.6.3 as a GHC supporting integer-simple.
2017-03-12 23:35:28 +01:00
Thomas Tuegel
65592837b6
freetype: 2.6.5 -> 2.7.1
The Infinality bytecode interpreter is removed in favor of the new v40 TrueType
interpreter. In the past, the Infinality interpreter provided support for
ClearType-style hinting instructions while the default interpreter (then v35)
provided support only for original TrueType-style instructions. The v40
interpreter corrects this deficiency, so the Infinality interpreter is no longer
necessary.

To understand why the Infinality interpreter is no longer necessary, we should
understand how ClearType differs from TrueType and how the v40 interpreter
works. The following is a summary of information available on the FreeType
website [1] mixed with my own editorializing.

TrueType instructions use horizontal and vertical hints to improve glyph
rendering. Before TrueType, fonts were only vertically hinted; horizontal hints
improved rendering by snapping stems to pixel boundaries. Horizontal hinting is
a risk because it can significantly distort glyph shapes and kerning. Extensive
testing at different resolutions is needed to perfect the TrueType
hints. Microsoft invested significant effort to do this with its "Core fonts for
the Web" project, but few other typefaces have seen this level of attention.

With the advent of subpixel rendering, the effective horizontal resolution of
most displays increased significantly. ClearType eschews horizontal hinting in
favor of horizontal supersampling. Most fonts are designed for the Microsoft
bytecode interpreter, which implements a compatibility mode with
TrueType-style (horizontal and vertical) instructions. However, applying the
full horizontal hints to subpixel-rendered fonts leads to color fringes and
inconsistent stem widths. The Infinality interpreter implements several
techniques to mitigate these problems, going so far as to embed font- and
glyph-specific hacks in the interpreter. On the other hand, the v40 interpreter
ignores the horizontal hinting instructions so that glyphs render as they are
intended to on the Microsoft interpreter. Without the horizontal hints, the
problems of glyph and kerning distortion, color fringes, and inconsistent stem
widths--the problems the Infinality interpreter was created to solve--simply
don't occur in the first place.

There are also security concerns which motivate removing the Infinality patches.
Although there is an updated version of the Infinality interpreter for FreeType
2.7, the lack of a consistent upstream maintainer is a security concern. The
interpreter is a Turing-complete virtual machine which has had security
vulnerabilities in the past. While the default interpreter is used in billions
of devices and is maintained by an active developer, the Infinality interpreter
is neither scrutinized nor maintained. We will probably never know if there are
defects in the Infinality interpreter, and if they were discovered they would
likely never be fixed. I do not think that is an acceptable situtation for a
core library like FreeType.

Dropping the Infinality patches means that font rendering will be less
customizable. I think this is an acceptable trade-off. The Infinality
interpreter made many compromises to mitigate the problems with horizontal
hinting; the main purpose of customization is to tailor these compromises to the
user's preferences. The new interpreter does not have to make these compromises
because it renders fonts as their designers intended, so this level of
customization is not necessary.

The Infinality-associated patches are also removed from cairo. These patches
only set the default rendering options in case they aren't set though
Fontconfig. On NixOS, the rendering options are always set in Fontconfig, so
these patches never actually did anything for us!

The Fontconfig test suite is patched to account for a quirk in the way PCF fonts
are named.

The fontconfig option `hintstyle` is no longer configurable in NixOS. This
option selects the TrueType interpreter; the v40 interpreter is `hintslight` and
the older v35 interpreter is `hintmedium` or `hintfull` (which have actually
always been the same thing). The setting may still be changed through the
`localConf` option or by creating a user Fontconfig file.

Users with HiDPI displays should probably disable hinting and antialiasing: at
best they have no visible effect.

The fontconfig-ultimate settings are still available in NixOS, but they are no
longer the default. They still work, but their main purpose is to set rendering
quirks which are no longer necessary and may actually be
detrimental (e.g. setting `hintfull` for some fonts). Also, the vast array of
font substitutions provided is not an appropriate default; the default setting
should be to give the user the font they asked for.

[1]. https://www.freetype.org/freetype2/docs/subpixel-hinting.html
2017-03-12 17:31:33 -05:00
Jörg Thalheim
ceeb0de60c Merge pull request #23773 from ndowens/cdk
cdk:5.0-20160131 -> 5.0-20161210
2017-03-12 23:16:19 +01:00
Vladimír Čunát
848423f223
clisp-tip: make the build more reliable
Hydra shows it sometimes fails without autoconf:
http://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.clisp-tip.x86_64-linux
I can't say I understand why this happened.
2017-03-12 23:07:55 +01:00
Olegs Jeremejevs
39cd6ccb8e Add subl symlink for Sublime Text 3 (#23815) 2017-03-12 21:59:48 +00:00
Benno Fünfstück
6c99f88eec fix typo in comment 2017-03-12 22:47:28 +01:00
Benno Fünfstück
039c6a6dfa haskell: comment about configuration-nix.nix's intersectAttrs 2017-03-12 22:45:19 +01:00
Maximilian Bosch
2df3b5ca7f geogebra: 5-0-331-0 -> 5-0-338-0 (#23593) 2017-03-12 21:37:10 +00:00
obadz
1dd16a9374 coreclr: mark broken 2017-03-12 21:32:27 +00:00
Jörg Thalheim
212efab7ac Merge pull request #23768 from benley/lib-whitespace
lib: fix mixed tab/space indents, trailing whitespace, etc
2017-03-12 22:28:29 +01:00
Jörg Thalheim
9e6fe2e4f2 Merge pull request #23765 from benley/ykpers-duplicate
ykpers: consolidate into yubikey-personalization
2017-03-12 22:26:32 +01:00
ndowens
f0bb10fea3 geis: 2.2.16 -> 2.2.17 2017-03-12 16:25:18 -05:00
ndowens
d80cb1b080 gecode: 4.4.0 -> 5.0.0 2017-03-12 16:21:13 -05:00
Jörg Thalheim
3a5912c049 Merge pull request #23694 from 8573/8573/fix/pkg/ripgrep/install-man-page/1
ripgrep: install man-page
2017-03-12 22:06:50 +01:00
ndowens
3d9d879bc0 ace: 6.3.3 -> 6.4.2 2017-03-12 21:03:42 +00:00
ndowens
586cd21796 peru: 1.0.1 -> 1.1.0 2017-03-12 20:55:24 +00:00
Bo Bakker
1d948ddc01
caf: init at 0.15.3
fixes #23772
2017-03-12 21:53:49 +01:00
ndowens
6723703f46 filter-audio: 20150624 -> 0.0.1 2017-03-12 15:43:03 -05:00
hlolli
f303ac7c79 csound: 6.04 -> 6.08.1
fixes #23767
2017-03-12 20:28:32 +00:00
ndowens
a7b6f2eee4 ffms: 2.21 -> 2.22 2017-03-12 15:24:05 -05:00
ndowens
fb35166629 fcppt: 1.3.0 -> 2.5.0 2017-03-12 14:53:50 -05:00
ndowens
e86bb4da9d exosip: 4.0.0 -> 4.1.0 2017-03-12 14:44:58 -05:00
ndowens
7b89e8b2b6 exempi: 2.2.2 -> 2.4.2 2017-03-12 14:33:54 -05:00
Nikolay Amiantov
c05ac3ea12 makeDBusConf: re-add XDG directories for session bus
Fixes #23770.
2017-03-12 22:15:51 +03:00
ndowens
498cc60f90 libp11: 0.2.7 -> 0.4.4 2017-03-12 13:27:55 -05:00
ndowens
45cfd3969a drumstick: 1.0.2 -> 1.1.0 2017-03-12 20:23:44 +02:00
Thomas Tuegel
ce180eb109 Merge pull request #23755 from jerith666/krfb
krfb: expose kde 5 version
2017-03-12 13:03:22 -05:00
Thomas Tuegel
28e78fd3dc Merge pull request #23766 from orivej/kcachegrind-kdelibs
kcachegrind: init at 16.2.2
2017-03-12 13:01:17 -05:00
Joachim Fasting
3c37edb928
tinycc: 0.9.27pre-20170220 -> 20170225
Contains a fix for x86-64 asm gen and unified cross-compilation.
2017-03-12 18:56:59 +01:00