3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

78696 commits

Author SHA1 Message Date
宋文武 93feb5d115 drop my maintainership (close #13881) 2016-03-13 18:39:01 +01:00
Frederik Rietdijk f557df6074 Merge pull request #13891 from luispedro/fix_imread_webp
pythonPackages.imread: add webp support
2016-03-13 13:08:39 -04:00
Joachim Fasting 1b3d974c98 electrum: 2.6.1 -> 2.6.2 2016-03-13 16:58:41 +01:00
Luis Pedro Coelho 8be123e92f pythonPackages.imread: add webp support
pkg-config needs to be present at build time for webp support to be
auto-detected by the build script.
2016-03-13 16:41:13 +01:00
Thomas Tuegel d39b1db400 Merge pull request #13880 from acowley/juliamac
julia: darwin compatibility
2016-03-13 10:38:04 -05:00
zimbatm 27e5397282 Merge pull request #13886 from manveru/patch-2
bundix: 2.0.5 -> 2.0.6
2016-03-13 15:04:04 +00:00
Thomas Tuegel f13a4b6b09 Merge pull request #13879 from acowley/suitesparse-dylib
suitesparse: build dylibs on darwin
2016-03-13 09:57:47 -05:00
Frederik Rietdijk 43df5707e7 Merge pull request #13885 from Beauhurst/django_1_8_11
django: 1.8.10 -> 1.8.11, 1.9.3 -> 1.9.4 security updates
2016-03-13 10:50:09 -04:00
Michael Fellinger 075b3b449d bundix: 2.0.5 -> 2.0.6
Fixes issue caused by changed nix-prefetch-git output.
2016-03-13 13:59:38 +01:00
Robert Scott 6335907d2f django: 1.8.10 -> 1.8.11, 1.9.3 -> 1.9.4 security updates 2016-03-13 12:54:51 +00:00
joachifm 25148e8621 Merge pull request #13884 from sheenobu/maintainers/sheenobu
Added sheenobu as maintainer
2016-03-13 12:37:53 +00:00
Sheena Artrip 15f46547d9 Added sheenobu as maintainer 2016-03-13 08:20:16 -04:00
Evgeny Egorochkin 158d723812 virtualization/azure: update the scripts for image maintenance 2016-03-13 13:57:31 +02:00
Evgeny Egorochkin 88ba7d8ecd azure: package sdk and vhd tools for go 2016-03-13 13:57:31 +02:00
Evgeny Egorochkin cc947ef934 virtualization/azure: reorder WALA and SSHD 2016-03-13 13:57:31 +02:00
Evgeny Egorochkin 6f47b2c16d virtualization/azure: turn off verbose logging 2016-03-13 13:57:31 +02:00
Evgeny Egorochkin 0d4e5649dc virtualization/azure: make the image dynamic again since azure-cli upload bug is fixed 2016-03-13 13:57:30 +02:00
Evgeny Egorochkin 7a4684bee1 virtualization/azure: take entropy handling code out of WALA and execute it before SSHD generates the host keys 2016-03-13 13:57:30 +02:00
Cole Mickens 73487f4619 virtualization/azure: fixes
azure-agent: add option for verbose logging
azure-agent: disable ssh host key regeneration
azure-common: set verbose logging on
azure-image: increase size to 30GB
2016-03-13 13:57:30 +02:00
aszlig c6834ab527
Merge pull request #13821 (update chromium)
This is just a minor upgrade, even though the commit message says it's
to major version 50. However, the CVEs listed there are for real, see
the following announcement:

http://googlechromereleases.blogspot.de/2016/03/stable-channel-update_8.html

The summary of updated packages:

stable: 49.0.2623.75 -> 49.0.2623.87
beta:   49.0.2623.75 -> 50.0.2661.26
dev:    50.0.2661.11 -> 50.0.2661.18

I've also added two commits, fixing the chdir() in the updater and
shutting up Python precompilation errors during the preBuild phase.

Tested on my Hydra at:

https://headcounter.org/hydra/eval/312166
2016-03-13 12:23:22 +01:00
aszlig a62f100ec3
chromium/update.sh: Allow to be called out-of-tree
Changing the working directory to
pkgs/applications/networking/browsers/chromium is a bit annoying, so
let's make sure the script can be called from anywhere.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-13 12:22:18 +01:00
aszlig f7e2171937
chromium/common: Shut up about precompiling .pyc's
The errors are completely non-fatal and only cause a particular file to
be not precompiled. Unfortunately this can lead to confusion to whether
these errors are real errors or not, so let's shut it up completely
because they're *not* real errors.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-13 12:22:18 +01:00
Sander van der Burg 443b25992f Merge pull request #13868 from gilligan/node-5.8.0
nodejs: 5.7.1 -> 5.8.0
2016-03-13 12:21:02 +01:00
joachifm 62a16dc788 Merge pull request #13882 from joachifm/bump-fstar
fstar: 2016-01-12 -> 0.9.2.0
2016-03-13 10:29:38 +00:00
Joachim Fasting f82a46cf58 fstar: 2016-01-12 -> 0.9.2.0
FStar has been broken for a while, due to its regression test failing.
Bump to the latest release, which is newer than the previous rev.
2016-03-13 09:41:24 +01:00
Anthony Cowley 889d6d11a3 julia: darwin compatibility
Along with PR #13879, these patches let julia build and run on
darwin. Using an llvm with shared library support is an idea adopted from
a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864

The libgit2 change is mechanical to pull in iconv on darwin.

The frameworks are referenced by julia's build system.
2016-03-13 04:18:16 -04:00
Anthony Cowley f3a6f3e2f3 suitesparse: build dylibs on darwin
Makes the shared libraries usable on darwin so that, e.g., the Julia
compiler may be built.
2016-03-13 04:13:26 -04:00
joachifm 2d01e94f2e Merge pull request #13873 from rnhmjoj/mkvtoolnix
mkvtoolnix: fix failing build
2016-03-13 06:48:11 +00:00
joachifm c386927d8b Merge pull request #13813 from Beauhurst/django_nose_compat_hijack
Add django-hijack and dependencies (attempt 2)
2016-03-13 03:58:17 +00:00
joachifm dc857b3254 Merge pull request #13871 from sheenobu/bump_spotify
spotify: 1.0.23.93 -> 1.0.25.127
2016-03-13 03:54:35 +00:00
joachifm bd785b23a1 Merge pull request #13869 from acowley/suitemac
suitesparse: darwin compatibility
2016-03-13 03:26:50 +00:00
Anthony Cowley 9d1053dc6d suitesparse: darwin compatibility
There is no librt on darwin, so it must be disabled.
2016-03-12 21:17:15 -05:00
Robert Scott 0899727f69 django_hijack: init at 2.0.7 2016-03-13 01:38:48 +00:00
Sheena Artrip ebc5b6e1ad spotify: 1.0.23.93 -> 1.0.25.127 2016-03-12 19:43:36 -05:00
rnhmjoj 615ea1e90c mkvtoolnix: fix failing build 2016-03-13 01:10:03 +01:00
joachifm 423a65b0cd Merge pull request #13822 from acowley/ffmpeg3
ffmpeg-full: 2.8.5 -> 3.0
2016-03-12 23:20:28 +00:00
Mathias Schreck 7533784f28 nodejs: 5.7.1 -> 5.8.0 2016-03-12 23:06:09 +01:00
joachifm 2896934e78 Merge pull request #13866 from acowley/x265
x265: 1.7 -> 1.9
2016-03-12 22:04:33 +00:00
Anthony Cowley 6bc1aed873 x265: 1.7 -> 1.9
Unblocks #13822
2016-03-12 16:24:06 -05:00
Domen Kožar 77ae55308c fix installer tests #13559 2016-03-12 20:19:40 +00:00
zimbatm 7133a3730c Merge pull request #13851 from colemickens/update-libinput
libinput: 1.2.0 -> 1.2.1
2016-03-12 20:17:43 +00:00
Joachim Fasting 6da91e9e4a dnscrypt-wrapper: refactorings
- use fetchFromGitHub
- move build deps to nativeBuildInputs
- use https for meta.homepage
2016-03-12 19:06:57 +01:00
Joachim Fasting 93efa92367 cppcheck: move build-time dependencies to nativeBuildInputs 2016-03-12 19:06:57 +01:00
Joachim Fasting 5d2ed453b3 unrtf: move build deps to nativeBuildInputs 2016-03-12 19:06:56 +01:00
Joachim Fasting 249d28b08c minisign: move build deps to nativeBuildInputs 2016-03-12 19:06:56 +01:00
Joachim Fasting 098c04683a scsh: move build deps to nativeBuildInputs
Also remove redundant inputs already implied by autoreconfHook.
2016-03-12 19:06:40 +01:00
Joachim Fasting b3592d0b20 dnscrypt-proxy: refactorings
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
Joachim Fasting 60a6f4c3f1 macchanger: move build deps to nativeBuildInputs
Also inline redundant toplevel let bindings
2016-03-12 18:53:27 +01:00
Christoph Hrdinka e06570fe6b Merge pull request #13847 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
2016-03-12 18:28:27 +01:00
devhell 29a90dbc2b {lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
Built and tested locally.

From the changelog:

```
Version 0.7.83, 2016-02-29

+ HEVC: Maximum Content Light Level (MaxCLL) and Maximum Frame-Average
  Light Level (MaxFALL), metadata mandated by CEA-861.3 for HDR support
+ HEVC: Mastering display color primaries and luminance (based on SMPTE
  ST 2084), metadata mandated by CEA-861.3 for HDR support
+ HEVC: SMPTE ST 2048 and SMPTE ST 428-1 transfer characteristics
+ HEVC: Chroma subsampling location (indication of the location type
  described in the HEVC spec)
+ MPEG-TS: ATSC Modulation Mode (Analog, SCTE_mode_1 aka 64-QAM,
  SCTE_mode_2 aka 256-QAM, 8-VSB, 16-VSB)
+ #B981, MP4: support of buggy file having "hint" SubType
x HLS: better handling of media playlists having EXT-X-BYTERANGE
```

Additionally, some cleanup and package uses `autoreconfHook` now. Thanks
to @hrdinka for helpful pointers!
2016-03-12 17:22:01 +00:00