1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
Commit graph

47367 commits

Author SHA1 Message Date
Thomas Tuegel 81c0f94d74 arpack: build against atlasWithLapack 2014-12-27 13:40:40 -06:00
Thomas Tuegel 893f277bd7 arpack: version bump to 3.2.0 2014-12-27 13:40:40 -06:00
Thomas Tuegel 3ce76d4dd0 atlas: optionally build with full lapack 2014-12-27 13:40:40 -06:00
Thomas Tuegel 91657e30ca atlas: fix generic options
Build atlas with the generic options recommended by the upstream
documentation for distributions. The expression now takes the parameter
'threads' which configures the number of threads atlas will use. The
default is to build serial atlas ('threads = "0"'). The expression also
takes the parameter 'cacheEdge' which is the L2 cache per core, in
bytes. This reduces build time because the cache size doesn't need to be
detected. It also reduces impurity, since different build nodes on Hydra
may have different hardware. It is set to 256k by default, which is
recommended for distributions by the upstream documentation.
2014-12-27 13:40:40 -06:00
Thomas Tuegel 8a5d7e7944 openblas: version bump to 0.2.13 2014-12-27 13:40:40 -06:00
Austin Seipp 5eba046b5d nixpkgs: openresty 1.7.4.1rc2 -> 1.7.7.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-27 12:43:52 -06:00
vbgl baeb69626e Merge pull request #5482 from DamienCassou/mutag-0.0.2
Update pythonPackages.mutag
2014-12-27 19:24:41 +01:00
Daniel Peebles 8df8943b92 I think this should fix the evaluation errors in hydra 2014-12-27 12:02:58 -05:00
Damien Cassou fe5949c6b7 Update pythonPackages.mutag 2014-12-27 16:21:15 +01:00
Marco Maggesi 30f621944b Bumb BLCR 2014-12-27 14:56:21 +01:00
Stewart Mackenzie 247cc8b9ef hammer: version bump 2014-12-27 21:36:50 +08:00
Domen Kožar 8a1347c47a remove pythonPackages.docopt as it's already defined 2014-12-27 11:58:04 +01:00
Domen Kožar 9ac97d8f11 udiskie: specify correct dependencies for the version bump
(cherry picked from commit ea540f8fc6)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-27 11:53:08 +01:00
lostdj cf8a716baa SmartGitHg: update from 6.0.6 to 6.5.3. 2014-12-27 11:28:38 +03:00
Vincent Laporte 3ccd6509ad ocaml-uucp: update from 0.9.0 to 0.9.1 2014-12-27 09:17:09 +01:00
Austin Seipp 79f82686e1 nixpkgs: afl 0.89b -> 1.04b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-26 21:43:05 -06:00
Vladimír Čunát becf038336 Merge branch 'staging' 2014-12-26 22:41:19 +01:00
Vladimír Čunát dd4dfee2c2 qt5: work around a build problem 2014-12-26 22:03:05 +01:00
Shea Levy bbd2be6075 Restore accidentally-dropped stdenv adapter 2014-12-26 12:38:18 -05:00
Shea Levy 7e0a5c38f3 More gcc->cc refs 2014-12-26 12:33:16 -05:00
Shea Levy 05edd656f6 Missed gcc refs 2014-12-26 12:28:15 -05:00
John Wiegley 28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
tv ce100a5d58 journal-mailer: camelCasify attribute name 2014-12-26 16:47:18 +01:00
tv 7015c61686 journal-mailer: add version 0.1.1.0 2014-12-26 16:41:18 +01:00
muflax e5480cab83 bup: update to 0.26 and adopt it
[Bjørn: use patchShebangs to unbreak chroot build (fixes up references
to /usr/bin/env {python,bash}]
2014-12-26 14:09:56 +01:00
muflax 001f2110bd par2cmdline: update to 0.6.11 and adopt it
[Bjørn: break overlong longDescription line]
2014-12-26 14:09:56 +01:00
codyopel 28a0b500aa x265-hg: updated to latest commit, fixed package naming issue 2014-12-26 07:09:19 -05:00
lethalman f40807701a Merge pull request #5475 from prikhi/fix-awesome
awesome: fix lua version
2014-12-26 12:38:09 +01:00
muflax 745e3e64a9 awscli: update to 1.6.10 and adopt it
[Bjørn: upper-case first letter in description]
2014-12-26 12:26:08 +01:00
muflax 24349b8e99 jmespath: update to 0.5.0 2014-12-26 12:26:08 +01:00
muflax 9ffb6d1fb2 botocore: update to 0.80.0 2014-12-26 12:26:08 +01:00
Michael Raskin dace8fe45f Merge pull request #5013 from doublec/aliceml
Update aliceml to use git version of Alice ML
2014-12-26 14:21:12 +03:00
Pavan Rikhi ece2c5e49b awesome: fix lua version 2014-12-26 05:16:02 -05:00
Jaka Hudoklin 86744fef91 nodePackages: fix builder
- reuse unpack and patch phase
- patch shebangs of source code
- properly patch depdency versions (thanks @svanderburg)
- add patching for github version names
- add some inline docs
- fix recursive depdencies runtime handling by copying files instead of
  symlinking if package has recursive dependencies
2014-12-26 01:04:08 +01:00
vbgl 58c283f0dd Merge pull request #5359 from ambrop72/printrun
Printrun: Update to printrun-20140801, add dependencies.
2014-12-25 23:43:38 +01:00
vbgl e553cbee5a Merge pull request #5446 from nckx/remotebox-squashed
Add RemoteBox, a (you guessed it) remote VirtualBox client
2014-12-25 23:32:51 +01:00
Arseniy Seroka 1c8783f39b Merge pull request #5461 from wyvie/openarena
Added openarena 0.8.8
2014-12-26 01:17:49 +03:00
Arseniy Seroka 67b56ea5d8 Merge pull request #5464 from ftrvxmtrx/fldigi-3.22.02
fldigi 3.21.83 -> 3.22.02
2014-12-26 01:12:14 +03:00
Vladimír Čunát 7671875b25 upower_99: port commit bf3fd50e14 2014-12-25 18:29:08 +01:00
Vladimír Čunát 38ee8859e8 upower_99: update
It doesn't depend on polkit anymore (upstream change in 0.99.1).
2014-12-25 18:17:00 +01:00
Vladimír Čunát 1aec647906 udisks2: update
Also depend on systemd instead of udev, as some libsystemd* is used.
2014-12-25 18:17:00 +01:00
Domen Kožar 4e87c458c4 Merge pull request #5470 from DamienCassou/mu-0.9.11
Update mu to 0.9.11
2014-12-25 17:50:47 +01:00
Domen Kožar 44a26e0fed Merge pull request #5460 from mvcisback/master
Rawdog RSS Reader
2014-12-25 17:43:10 +01:00
Damien Cassou 41cff1e9d0 Update mu to 0.9.11 2014-12-25 17:15:47 +01:00
Vladimír Čunát de572de4f0 blender: fix build by upstream patch
The freetype-2.5.4 update changed signedness of some struct fields.
2014-12-25 16:52:39 +01:00
Vladimír Čunát 9c94c42af8 opencv: fix build on i686 by upstream patch
CC maintainers @viric, @flosse, #5356.
2014-12-25 16:52:39 +01:00
koral ed4eee3a06 New python package: percol-0.0.7 2014-12-25 16:23:47 +01:00
Vladimír Čunát 0fbc5ddadb ntp: security update, and use libcrypto
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

The package would no longer build without libcrypto,
and it wouldn't find it without pkgconfig.
I checked that Debian and Arch do use openssl as a dependency,
so it's probably not so bad a thing to have.

CC maintainer @edolstra.
2014-12-25 12:30:53 +01:00
Vladimír Čunát d89518bd1b gstreamer-1: double maintenance bump
CC maintainer @iyzsong.
2014-12-25 11:55:04 +01:00
Vladimír Čunát b5bfacefa9 orc: maintenance update
CC maintainer @fuuzetsu.
2014-12-25 11:44:33 +01:00
Vladimír Čunát 5d903d850a libpng: security update (no CVE yet)
http://www.securitytracker.com/id/1031444
2014-12-25 11:36:21 +01:00
Vladimír Čunát 600534513c xfce4-task-manager: update (features and bugfixes) 2014-12-25 11:30:04 +01:00
Peter Simons a4a778bac7 haskell-haddock: update to version 2.15.0.1 2014-12-25 11:05:49 +01:00
Peter Simons e958a2ac58 haskell-wl-pprint-text: update to version 1.1.0.3 2014-12-25 11:05:49 +01:00
Peter Simons fcbc18e5c2 haskell-uuid: update to version 1.3.7 2014-12-25 11:05:49 +01:00
Peter Simons 4e33809757 haskell-texmath: update to version 0.8.0.1 2014-12-25 11:05:49 +01:00
Peter Simons c1bb62af69 haskell-test-framework: update to version 0.8.1.0 2014-12-25 11:05:49 +01:00
Peter Simons b8ee3fa597 haskell-system-filepath: update to version 0.4.13 2014-12-25 11:05:49 +01:00
Peter Simons 7c50d0db4c haskell-system-fileio: update to version 0.3.16 2014-12-25 11:05:49 +01:00
Peter Simons 79d8ceb0c7 haskell-stm-containers: update to version 0.2.7 2014-12-25 11:05:49 +01:00
Peter Simons 23add13263 haskell-hopenssl: update to version 1.7 2014-12-25 11:05:49 +01:00
Peter Simons 33dcd7073b haskell-haddock-api: update to version 2.15.0.1 2014-12-25 11:05:49 +01:00
Peter Simons f72fe30f86 haskell-torrent: add version 10000.0.0 2014-12-25 11:05:49 +01:00
Peter Simons 6e9800f7cb haskell-bencode: add version 0.5 2014-12-25 11:05:49 +01:00
Peter Simons 8298636254 haskell-git-annex: update to version 5.20141219 2014-12-25 11:05:49 +01:00
Cray Elliott 183f0b9d9a update retroarch and all of the libretro cores 2014-12-25 02:04:08 -08:00
Vladimír Čunát 0bc5228fd2 xorg.xf86-video-intel: maintenance update 2014-12-25 10:06:49 +01:00
Vladimír Čunát 3421d4c470 libvdpau, vdpauinfo: update to 0.9, extend meta
Add myself as a maintainer.
The rebuild impact is large, mostly through mesa -> {qt, gtk}.
2014-12-25 09:46:04 +01:00
Vladimír Čunát 081e5c8387 Merge #5061: add xwayland
Also resolve minor nitpicks -- *during* the merge commit.
2014-12-25 09:25:05 +01:00
Siarhei Zirukin e852139579 fldigi 3.21.83 -> 3.22.02 2014-12-25 09:13:20 +01:00
aszlig 597373bbd5
chromium: Precompile pycs instead of deleting.
This is more of an attempt rather than a real fix (or maybe it is? let's
see) for the corrupted .pyc files during build. I believe the reason we
get these are likely due to several instances of the Python interpreter
that run in parallel and one of these processes might still be writing
the .pyc file.

So, rather than deleting all .pyc files, we now precompile then in order
to avoid any build process trying to generate any .pyc file.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-25 07:10:12 +01:00
Charles Strahan 8127edc335 mailcore2: new package
MailCore 2 provides a simple and asynchronous API to work with e-mail
protocols IMAP, POP and SMTP.

Closes #5430
2014-12-24 22:48:01 -05:00
Charles Strahan ebe75cf9c1 libetpan: bump version up to 1.6 2014-12-24 22:48:01 -05:00
Charles Strahan 86629f7c7f libuchardet: new package
Yet another C wrapper for Mozilla's Universal Charset Detector C++ API.
2014-12-24 22:48:01 -05:00
Charles Strahan 7e4ca1cc75 libtidy: new package
A library and CLI to validate, correct, and pretty-print HTML files.
2014-12-24 22:48:01 -05:00
Charles Strahan c5b47329ce libctemplate: bump version to 2.3
Fixes some C++11 issues.
2014-12-24 22:48:01 -05:00
Vladimír Čunát 47a9d03541 gcc: maintenance update 4.8.3 -> 4.8.4 2014-12-24 23:27:23 +01:00
wyvie 10e7ad5dbb Added openarena 0.8.8 2014-12-24 22:43:28 +03:00
Marcell Vazquez-Chanlatte 8622b76dbf setting namePrefix = "" in rawdog 2014-12-24 13:13:39 -06:00
Karn Kallio 23010cf71a gnupg: Port socket activation patch to version 2.1.1. 2014-12-24 19:16:38 +01:00
Domen Kožar 2af2d5a38c Merge pull request #3835 from wkennington/master.qemu
qemu: 2.0.0 -> 2.2.0
2014-12-24 16:34:56 +01:00
Vladimír Čunát 3a2478605d Merge 'master' into staging 2014-12-24 16:06:12 +01:00
Pascal Wittmann 19a979d9a2 cv: update to 0.6 2014-12-24 15:22:08 +01:00
Vincent Laporte 78ea82f11c pyqt4: update from 4.10.2 to 4.11.3 2014-12-24 13:59:57 +01:00
Peter Simons ea50da9041 haskell-libnotify: re-generate with cabal2nix (and override reference to pkgs.libnotify) 2014-12-24 13:43:42 +01:00
Bjørn Forsman 1a79e7ffdc attic: fetchurl -> fetchzip
fetchzip calculates the hash of the extracted archive, so that
(irrelevant) changes done to the dynamically generated archive doesn't
cause our hash to be outdated.
2014-12-24 12:07:19 +01:00
Domen Kožar 20e0da55f5 add kodi 14.0 (renamed from xbmc, new release) 2014-12-24 10:57:41 +01:00
Domen Kožar c998edfb6d libcec: 2.1.4 -> 2.2.0 2014-12-24 10:57:41 +01:00
Peter Simons 157e63c6e6 Update default Haskell compiler from GHC 7.8.3 to 7.8.4. 2014-12-24 09:56:31 +01:00
Domen Kožar 6a236b214a Merge pull request #5151 from offlinehacker/pkgs/pythonPackages/fig
pythonPackages: add fig
2014-12-24 09:54:13 +01:00
Marcell Vazquez-Chanlatte 10ddeea0c6 style changes + license + platform for rawdog 2014-12-24 01:07:12 -06:00
Marcell Vazquez-Chanlatte 7613a7e03f adding rawdog rss reader 2014-12-23 21:30:54 -06:00
Evgeny Egorochkin b6e68d24ea KDE4: update 4.14.1 to 4.14.3 2014-12-24 03:40:20 +02:00
William A. Kennington III f6622403c8 zfs: 0.6.3 -> 0.6.3-1.2 2014-12-23 17:05:02 -08:00
William A. Kennington III 7e8eea59ee spl: 0.6.3 -> 0.6.3-1.2 2014-12-23 17:05:02 -08:00
Vladimír Čunát 3d9bbdb794 nvidia_x11: document the updating policy
CC #5070.
2014-12-24 00:49:59 +01:00
Vladimír Čunát fd9d8edc51 nvidia_x11: add 343 branch as the default (close #5070)
It's just a plain copy of the 340 expressions (only hash and version changed).
2014-12-24 00:06:46 +01:00
vbgl d5ab3fb887 Merge pull request #5456 from k0ral/ncmpcpp
ncmpcpp: 0.6.1 -> 0.6.2
2014-12-24 00:02:27 +01:00
Vladimír Čunát 5a4feadd58 nvidia_x11: maintenance+security updates
It's supposed to fix GLX problems CVE-2014-8298, see:
http://nvidia.custhelp.com/app/answers/detail/a_id/3610

Tested building all atop 14.12, and running 340.* there.
2014-12-23 23:37:24 +01:00
koral 98c2b16c8f ncmpcpp: 0.6.1 -> 0.6.2 2014-12-23 22:44:33 +01:00