Commit Graph

20789 Commits

Author SHA1 Message Date
Domen Kožar
d562934ee7 nokogiri: use libiconvOrEmpty. assert libiconv is not used on linux 2014-11-22 21:13:22 +01:00
aszlig
392a4c0a26
Merge branch 'chromium'.
This introduces Chromium 39 as the new stable version along with a bunch
of fixes.

Fixes #2799, particularily the PDF plugin, which now is open source and
thus no longer an issue.

Also fixes #3219 and merges #2906, so we no longer get a crash while
trying to bring up the print preview dialog.

Thanks to @edwtjo for the CUPS version bump.

 * chromium: Switch to use open-source PDF plugin.
 * cups: bump 1.5.4 -> 1.7.5
 * chromium: Allow env vars for passing plugin paths.
 * chromium: Update all channels to latest versions.
 * protobuf: Clean up and update to version 2.6.1.
2014-11-22 04:34:16 +01:00
William A. Kennington III
07e80c6d98 boost: Add dependency fix for ipp files 2014-11-21 16:11:21 -08:00
Shea Levy
76854052f9 nix-exec: bump 2014-11-21 09:59:53 -05:00
Edward Tjörnhammar
683e4d747a Revert "libdwarf: upgrade to the latest version" 2014-11-21 14:51:00 +01:00
Edward Tjörnhammar
db25ecfcfe Merge pull request #5065 from bosu/libdwarf-upgrade
libdwarf: upgrade to the latest version
2014-11-21 13:11:10 +01:00
Andreas Herrmann
f89eac32a7 blitz: New package, version 0.10 (close #5062)
Fast multi-dimensional array library for C++

Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90. It uses template techniques to
achieve high performance. Blitz++ provides dense arrays and vectors,
random number generators, and small vectors (useful for representing
multicomponent or vector fields).
2014-11-21 11:49:39 +01:00
Ricardo M. Correia
855241400c rustcMaster: Update from 0.12.0-pre-1166-g0047dbe -> 0.12.0-pre-1336-g394269d
Fixes #5056
2014-11-21 04:04:52 +01:00
Shea Levy
b7b956ffec nix-exec: bump 2014-11-20 19:40:14 -05:00
Mateusz Kowalczyk
12cb1dcb18 agda-TotalParserCombinators: mark as broken
Due to 0.9 stdlib update, author notified.
2014-11-20 21:16:33 +00:00
Vincent Laporte
4f3190f3da Adds libltc
Linear (or Longitudinal) Timecode (LTC) is an encoding of timecode data
as a Manchester-Biphase encoded audio signal. The audio signal is
commonly recorded on a VTR track or other storage media.

libltc provides functionality to encode and decode LTC from/to timecode,
including SMPTE date support.

libltc is the successor of libltcsmpte.

Homepage: http://x42.github.io/libltc/
2014-11-20 19:42:01 +00:00
Vladimír Čunát
e887fc72d3 nasm: add a do-not-update comment 2014-11-20 17:58:10 +01:00
Peter Simons
9a4637ea41 Merge pull request #5048 from abbradar/greencard
haskell-greencard: add package
2014-11-20 17:20:45 +01:00
Boris Sukholitko
4c9c9c394f libdwarf: upgrade to the latest version
Also build and export dwarfdump, dwarfdump2 utilities.
2014-11-20 17:59:08 +02:00
Peter Simons
0cb9343af1 haskell-hayland: revert new addition
Reverts (one half of) NixOS/nixpkgs#4999, i.e. 55bb7dd1f2abf4df. The
package doesn't compile: http://hydra.cryp.to/build/249781/log/raw.
Please re-submit when the issue has been resolved.
2014-11-20 16:46:08 +01:00
Vladimír Čunát
a19eeddd70 ruby-2.1.1: fix patch numbering (and build)
Wrong patch paths were ignored until recently by our stdenv.
It's slightly unclear to me which patches were supposed to be used.
2014-11-20 13:22:56 +01:00
Vladimír Čunát
c14dee55e8 ruby-2.0: fix patch paths (and build)
Wrong patch paths were ignored until recently by our stdenv.
2014-11-20 12:54:49 +01:00
Vladimír Čunát
e3388aea6e nasm: downgrade again until syslinux gets fixed
Syslinux won't compile with the new version http://hydra.nixos.org/build/17236670
We've already had one update+revert cycle before.
CC @psub.
2014-11-20 11:33:25 +01:00
Georges Dubus
99988e173b Merge pull request #5054 from j-keck/master
sbt: update to version 0.13.7
2014-11-20 10:53:42 +01:00
Mateusz Kowalczyk
997b4bff29 agda-pretty: mark as broken
Broken by updating the stdlib to 0.9. For now I let the author know.
2014-11-20 09:04:54 +00:00
Mateusz Kowalczyk
1bded4188b scala: lib.licenses instead of a string 2014-11-19 18:54:58 +00:00
Mateusz Kowalczyk
03655c332a Add meta.branch to a bunch of packages
Gives better results in the monitor
2014-11-19 18:54:58 +00:00
aszlig
18b306b041
protobuf: Clean up and update to version 2.6.1.
The upstream URL has changed as well as the download URL. I'm using the
archive from GitHub directly now, because version 2.6.1 hasn't been
uploaded to Google Code yet.

Changed the meta.license attribute to BSD3, because I haven't actually
found anything regarding "mBSD" on the web, so I'm guessing it should
mean "modified BSD". After digging up a bit more, there seems to be
overall consensus on BSD3/"new BSD" license, because it's BSD3 with
copyright of Google Inc. on the license.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-19 19:51:44 +01:00
Domen Kožar
8236ca5d70 properly package pyopenssl 2014-11-19 19:41:44 +01:00
Mateusz Kowalczyk
5b156eb20a Merge pull request #5019 from Fuuzetsu/updates
Updates (orphans)
2014-11-19 18:31:45 +00:00
j-keck
fc0b1e4bae sbt: update to version 0.13.7 2014-11-19 18:50:59 +01:00
Nikolay Amiantov
5b91aa5f65 haskell-greencard: add package 2014-11-19 16:53:43 +03:00
Oliver Charles
5519e0d622 haskellPackages.snapletStripe: Update to 0.3.0 2014-11-19 10:54:26 +00:00
Pascal Wittmann
01783c8dd8 ming: update from 0.4.0.rc1 to 0.4.5 2014-11-19 08:47:41 +01:00
Pascal Wittmann
885a29eefd nasm: update from 2.11.05 to 2.11.06 and adopt it 2014-11-19 08:47:41 +01:00
Pascal Wittmann
75738437a4 php: update from 5.4.34 to 5.4.35 (fixes CVE-2014-3710) 2014-11-19 08:47:41 +01:00
Brian McKenna
40261b7484 Add Flow
A static type checker for JavaScript
2014-11-18 21:15:55 -07:00
Peter Simons
f587079dcb haskell-js-jquery: disable the test suite
... which wants to access the network.
2014-11-18 22:51:42 +01:00
Peter Simons
41d98fa03f haskell-js-jquery: add version 1.11.1 2014-11-18 22:21:37 +01:00
Peter Simons
9ec0ff9002 haskell-js-flot: add version 0.8.3 2014-11-18 22:21:04 +01:00
Shea Levy
142c9d76d8 npth: bump 2014-11-18 16:05:46 -05:00
Pascal Wittmann
818bd7dd1c cppcheck: update from 1.66 to 1.67 2014-11-18 20:52:29 +01:00
Vladimír Čunát
fc9f0b89a4 fix evaluation (bad meta.license) 2014-11-18 20:33:18 +01:00
aszlig
84979667f3
Merge branch 'tomahawk'.
Adds the Tomahawk music player (https://www.tomahawk-player.org/) in
version 0.8.1 and all its required and optional dependencies.

* tomahawk:
  tomahawk: Add new package, version 0.8.1.
  libjreen: Add new package, version 1.2.0.
  websocketpp: Add new package, version 0.4.0.
  lucenepp: Add new package, version 3.0.6.
  qtkeychain: Add new package, version 0.4.0.
  libechonest: Add new package, version 2.3.0.
  quazip: Use qt instead of qt5 for refering to Qt.
2014-11-18 18:46:26 +01:00
Oliver Charles
fabbf0c86a haskellPackages.iCalendar: Apply PR #14 to build again 2014-11-18 16:42:10 +00:00
Vincent Laporte
f9432af1e2 ocaml-cmdliner: update from 0.9.5 to 0.9.6 2014-11-18 14:34:08 +00:00
Georges Dubus
555afd10eb Merge pull request #5024 from dysinger/purescript-0.6.1
purescript-0.6.1 release
2014-11-18 15:04:13 +01:00
Moritz Ulrich
b46201250c gforth: Install gforth.el & add meta-data. 2014-11-18 14:45:28 +01:00
cillianderoiste
c1a0440bd3 Merge pull request #5022 from vbgl/roadsend
Removes roadsend (broken)
2014-11-18 10:17:45 +01:00
Eelco Dolstra
c0ee8187dd sqlite: Update to 3.8.7.1 2014-11-18 09:54:35 +01:00
Tim Dysinger
d9f94dc51d purescript-0.6.1 release 2014-11-18 08:59:15 +01:00
Mateusz Kowalczyk
73db2dab55 agda-iowa-stdlib: update to r18734
Now works with Agda 2.4.2.1
2014-11-18 07:58:50 +00:00
Mateusz Kowalczyk
ef19a9a6e9 Merge pull request #5012 from jyp/hask-pkgs
Add haskell package: parsek
2014-11-18 07:55:45 +00:00
Jean-Philippe Bernardy
e6698855a7 haskell-parsek: update to have consistent license 2014-11-18 08:50:47 +01:00
Vincent Laporte
1354bc0eba Updates (and fixes) opa 2014-11-18 07:26:16 +00:00