Commit Graph

52618 Commits

Author SHA1 Message Date
Edward Tjörnhammar
b2f22c8a29 ghc7101 configurations
haskell-ng.packages.ghc7101.timezone-series: jailbreak
haskell-ng.packages.ghc7101.timezone-olson: jailbreak
haskell-ng.packages.ghc7101.libmpd: disable testing
haskell-ng.packages.ghc7101.xmonad-extras: rename volume operator
2015-04-14 20:24:58 +02:00
Domen Kožar
f25e4b1f21 Merge pull request #7381 from teh/master
Fix buildPythonPackage overriding.
2015-04-14 14:11:01 -04:00
Charles Cooper
ff8b1eff0c update rdmd to 2.067.0 2015-04-14 10:46:24 -07:00
Charles Cooper
ba206b550a dub update to v0.9.23 2015-04-14 10:46:16 -07:00
Tom Hunger
6a1de6d4a7 Fix buildPythonPackage overriding.
makeOverridable takes a function and an argument, the parenthesis
caused there to be only one argument which works but cannot
be overridden.
2015-04-14 17:52:36 +01:00
Charles Cooper
163d6a13ee dmd update to 2.067.0 2015-04-14 09:30:35 -07:00
Lluís Batlle i Rossell
745b1ce04a Updating gdb to 7.9.
I can remove the patch of edit-signals. It seems to work without it.

I tested the change over release-14.12.
2015-04-14 17:26:13 +02:00
宋文武
32fed43f62 ranger: update to 1.7.0 2015-04-14 22:28:44 +08:00
vbgl
d8db514f68 Merge pull request #7373 from nathanielbaxter/dev/gecode
gecode: update from 4.3.3 to 4.4.0
2015-04-14 16:24:17 +02:00
Thomas Tuegel
e75a0c50bd emacs: allow gtk without X on Darwin 2015-04-14 09:16:21 -05:00
Tobias Geerinckx-Rice
4213e9f30f netsniff-ng: v0.5.9-rc4-53-gdd5d906 -> v0.5.9-rc4-62-g47a7037 2015-04-14 15:51:36 +02:00
Peter Simons
ef21b5c27c cabal2nix: bump version and fix GHC 7.10.x build error
Fixes https://github.com/NixOS/cabal2nix/issues/158.
2015-04-14 15:42:38 +02:00
Mateusz Kowalczyk
0097e09420 tibia: update to 10.77 2015-04-14 14:27:40 +01:00
Ian-Woo Kim
ca5e8df0f4 haskell-distributed-process-*: disable several checkPhases and haddockPhases for distributed-process-* packages and cloud-haskell.
Resolved https://github.com/NixOS/nixpkgs/pull/7335.
2015-04-14 14:34:38 +02:00
Peter Simons
297f32d3e6 haskell-directory: test suite has been fixed upstream 2015-04-14 14:22:21 +02:00
Peter Simons
ccbe00dafb hackage-packages.nix: re-generate from Hackage 2015-04-13T23:41:21+0200 2015-04-14 14:22:21 +02:00
Peter Simons
65822005f0 Merge pull request #7314 from edwtjo/ihaskell-fixups
IHaskell fixes
2015-04-14 14:21:44 +02:00
Peter Simons
34c4b25e01 Merge pull request #7375 from edwtjo/remove-applied-mono-traversable-patch
haskellngPackages.mono-traversable: removing applied patch
2015-04-14 14:16:53 +02:00
Peter Simons
7de9c54b6e ghcjs: mark broken on 32-bit linux
https://github.com/NixOS/nixpkgs/issues/7341
2015-04-14 13:35:16 +02:00
Pavan Rikhi
8571ce2a8a pencil: v2.0.9 -> v2.0.10 2015-04-14 07:25:36 -04:00
Eelco Dolstra
4beadc79dc less: Update to 475 2015-04-14 13:19:44 +02:00
Edward Tjörnhammar
c71ec659ee haskell-ng.packages.ghc7101.mono-traversable: removing applied patch 2015-04-14 12:34:01 +02:00
Michael Raskin
c9556bff3c Fix more common-lisp.net source 2015-04-14 12:48:54 +03:00
vbgl
ddfd81ec88 Merge pull request #7374 from nathanielbaxter/dev/keepass
keepass: update from 2.28 to 2.29
2015-04-14 11:29:47 +02:00
Michael Raskin
d4b5194ca6 Pass cacert to fetchdarcs in iterate source; maybe it is an isolated incident not worth fixing in fetchdarcs itself 2015-04-14 11:52:23 +03:00
Michael Raskin
43f227d577 Add default for ASDF in clwrapper 2015-04-14 11:52:23 +03:00
Nathaniel Baxter
23f4f44926 keepass: update from 2.28 to 2.29 2015-04-14 17:49:33 +10:00
Nathaniel Baxter
4b7d390c92 gecode: update from 4.3.3 to 4.4.0 2015-04-14 17:47:30 +10:00
aszlig
17ea86d947
beet: Remove unnecessary "LANG = null".
We're passing glibcLocales to the tests directly, so we don't pollute
the builder's environment anyway, so no reason to override anything
there.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 09:45:18 +02:00
aszlig
642b8ae658
boots: Sort expression strings/attributes.
I know, I know, this is me being ultra-nazi about those things, but
beets is about OCDing your music collection, so why not apply this to
the Nix expressions as well?

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 09:45:18 +02:00
Peter Jones
b836ab365b
beets: Update to new upstream version 1.3.11
Adds glibcLocales as a dependency so that the unit tests with UTF-8
strings will work correctly.
2015-04-14 09:45:17 +02:00
aszlig
311aa5d8d9
python-wrapper: Handle strings at the beginning.
This should fix #7366 for now, but using the (IMHO) pragmatic approach
of extending the sed expression to recognize strings.

However, this approach is obviously not parsing the full AST, nor does
it wrap Python itself (as pointed out by @spwhitt in #7366) but tries to
match Python strings as best as possible without getting TOO unreadable.

We also use a little bit of Nix to help generating the SED expression,
because doing the whole quote matching block over and over again would
be quite repetitious and error-prone to change. The reason why I'm using
imap here is that we need to have unique labels to avoid jumping into
the wrong branch.

So the new expression is not only able to match continous regions of
triple-quoted strings, but also regions with only one quote character
(even with escaped inner quotes) and empty strings.

However, what it doesn't correctly recognize is something like this:

"string1" "string2" "multi
line
string"

Which is very unlikely that we'll find something like this in the wild.
Of course, we could handle it as well, but it would mean that we need to
substitute the current line into hold space until we're finished parsing
the strings, branch off to another label where we match multiline
strings of all sorts and swap hold/pattern space and finally print the
result. So to summarize: The SED expression would be 3 to 4 times bigger
than now and we gain very little from that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 07:13:15 +02:00
William A. Kennington III
a9e364a998 Merge pull request #7159 from codyopel/libvpx-cleanup
libvpx: refactor & 1.3.0 -> 1.4.0
2015-04-13 21:38:07 -07:00
William A. Kennington III
33e1cd6c38 ceph: 0.94 -> 0.94.1 2015-04-13 18:05:31 -07:00
William A. Kennington III
909f04995c gnupg: 2.1.2 -> 2.1.3 2015-04-13 18:03:01 -07:00
William A. Kennington III
cf1d7a9cb4 pinentry: 0.9.0 -> 0.9.1 2015-04-13 18:03:01 -07:00
William A. Kennington III
362ac71a66 libksba: 1.3.2 -> 1.3.3 2015-04-13 18:03:01 -07:00
William A. Kennington III
c855339dc7 libgpg-error: 1.18 -> 1.19 2015-04-13 18:03:01 -07:00
Austin Seipp
2d8cfe76a9 Merge pull request #7186 from arno01/checksecfix
checksec: use binutils instead of elfutils
2015-04-13 17:12:41 -05:00
Charles Strahan
d48ff3a9b4 mailcore2: update to version 0.5.1 2015-04-13 16:54:51 -04:00
Charles Strahan
5bc00cce22 make libtidy an alias for html-tidy
I accidentally introduced the libtidy attr in 7e4ca1cc7
2015-04-13 16:54:51 -04:00
Kirill Elagin
29f431e2a4 cups-browsed: build with Avahi
Fixes 5409.
2015-04-13 23:21:44 +03:00
Kirill Elagin
82eed03bfa cups-filters: fix build on non-NixOS 2015-04-13 23:20:30 +03:00
Arseniy Seroka
bf365c0da2 Merge pull request #7365 from k0ral/synergy
synergy: 1.6.2 -> 1.6.3
2015-04-13 22:08:07 +03:00
koral
cf2433f749 synergy: 1.6.2 -> 1.6.3 2015-04-13 18:13:11 +00:00
Arseniy Seroka
d829b2a3b0 Merge pull request #7359 from 1126/bump-pamixer
pamixer: update to 1.2.1
2015-04-13 20:15:51 +03:00
koral
6709a38602 abcde: 2.5.4 -> 2.6 2015-04-13 16:04:24 +00:00
Jascha Geerds
04239d4af2 pycharm: Update to 4.0.6 2015-04-13 14:24:56 +02:00
Peter Simons
3e176fb2e3 Merge pull request #7358 from Fuuzetsu/dyre-nix_ghc
haskell-ng: patch dyre to check NIX_GHC
2015-04-13 13:51:58 +02:00
lethalman
4661e12bf7 Merge pull request #7283 from fooblahblah/dbvis
Package for dbvisualizer 9.2.5
2015-04-13 13:35:47 +02:00
_1126
b1d1397c5c pamixer: update to 1.2.1
This commit also switches from fetchgit to fetchurl.
2015-04-13 13:28:29 +02:00
Mateusz Kowalczyk
8f48e49d71 haskell-ng: patch dyre to check NIX_GHC
xmonad is patched in similar manner already
2015-04-13 11:08:15 +01:00
Pascal Wittmann
6fba1d8628 Merge pull request #7348 from dezgeg/bastet
bastet: new package
2015-04-13 11:49:45 +02:00
Pascal Wittmann
367b4e48a7 Merge pull request #7346 from k0ral/glances
glances: 2.1 -> 2.3
2015-04-13 11:45:19 +02:00
Pascal Wittmann
2162279b92 Merge pull request #7356 from AndersonTorres/atari800
Atari800: 2.2.1 -> 3.1.0
2015-04-13 11:44:52 +02:00
Jascha Geerds
03b87e7243 Merge pull request #7351 from Forkk/fix/cask-init
cask: fix issue with 'cask init' command
2015-04-13 11:31:36 +02:00
AndersonTorres
eae83dc472 Atari800: 2.2.1 -> 3.1.0 2015-04-13 05:35:43 -03:00
Joachim Schiele
4bf8c805b1 Merge pull request #6877 from qknight/eclipse_scala
eclipse-scala: added Scala IDE
2015-04-13 10:29:07 +02:00
Arseniy Seroka
04f52e8cbe Merge pull request #7342 from C0DEHERO/fix/xonotic-update
Fix/xonotic update
2015-04-13 09:54:56 +03:00
Dmitry Belyaev
2a10294b74 Update rustcMaster 2015-04-13 15:55:39 +10:00
Dmitry Belyaev
871d11c176 Update cargoSnapshot to rustc-1.0.0-beta release 2015-04-13 15:55:39 +10:00
Dmitry Belyaev
7a51920367 Provide rustc-1.0.0-beta as the default for rustc
The patch injects full paths to utilities rather then expects to find then in the environment.
Also remove alphas.
2015-04-13 15:50:24 +10:00
William A. Kennington III
c9cb532c8f rsyslog: 8.8.0 -> 8.9.0 2015-04-12 20:39:07 -07:00
William A. Kennington III
6044bfe3af feh: 2.12 -> 2.12.1 2015-04-12 20:34:20 -07:00
William A. Kennington III
6fa8239669 libevdev: 1.3.1 -> 1.4.1 2015-04-12 20:33:00 -07:00
Domen Kožar
c6512f7df3 buildPythonPackage: propagate setuptools 2015-04-12 21:15:36 -04:00
Shea Levy
114ffa0d6c Oops, forgot to update the hash 2015-04-12 19:23:35 -04:00
Shea Levy
e01c96d14c Add linux 4.0
Untested yet, my build machine is too slow
2015-04-12 19:17:53 -04:00
C0DEHERO
fbf5798e82 xonotic: update 0.7.0 -> 0.8.0 2015-04-12 19:09:48 -04:00
Forkk
d385fd9111 cask: fix issue with 'cask init' command
Fix an issue where 'cask init' would fail due to missing template files.
2015-04-13 00:36:49 +02:00
koral
94af1ba4d7 glances: 2.1 -> 2.3 2015-04-12 20:59:04 +00:00
Thomas Tuegel
cebf589462 Merge pull request #7294 from ttuegel/emacs
emacs: allow choosing gtk2 or gtk3
2015-04-12 15:12:12 -05:00
Austin Seipp
a4e63baf35 nixpkgs: arcanist 20150318 -> 20150412
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 12:16:30 -05:00
Shea Levy
526bf50e2e data-clist: Bump to 0.0.7.4
Refs sw17ch/data-clist#8

Not a full hackage update due to NixOS/cabal2nix#160
2015-04-12 12:45:30 -04:00
Tuomas Tynkkynen
2f7b37749e bastet: New package
Add version 0.43.1 of bastet, the infamous evil tetris clone, to the
games collection.
2015-04-12 19:44:51 +03:00
Austin Seipp
2c4a005549 nixpkgs: openresty 1.7.7.1 -> 1.7.10.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 11:35:37 -05:00
Pascal Wittmann
c4b685aa81 calibre: update from 2.23.0 to 2.24.0 2015-04-12 18:14:20 +02:00
Austin Seipp
a7118b5e6a nixpkgs: python34Packages.rainbowstream 1.1.6 -> 1.2.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp
c14689c328 nixpkgs: python34Packages.arrow 0.4.4 -> 0.5.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp
0093d7a9ea nixpkgs: pythonPackages.obfsproxy 0.2.12 -> 0.2.13
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Bjørn Forsman
48b5ad912f python-pelican: add missing 'markupsafe' dependency
Needed to be able to run 'make serve' in a pelican directory, else this
happens:

  $ make serve
  cd /home/bfo/pelican-test/output && python -m pelican.server
  /run/current-system/sw/bin/python: No module named markupsafe
  make: *** [serve] Error 1
2015-04-12 17:18:13 +02:00
Bjørn Forsman
6e0d0636a1 mutt: use "sendmail" instead of "/usr/bin/sendmail"
That way sending mail with mutt works on NixOS too, without having to
manually change mutt's config on your system. sendmail will be found in
$PATH at runtime, and thus the setuid wrapper will be used, if
available.
2015-04-12 10:48:30 +02:00
Austin Seipp
11ff78da80 nixpkgs: update oraclejdk8 sha256s
Apparently, these changed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 01:15:52 -05:00
William A. Kennington III
3adb47d7d3 mariadb: Remove superfluous files 2015-04-11 22:32:43 -07:00
aszlig
54f58ee991
python-mccabe: Fix build due to missing tests.
Regression introduced by 56a6f22d7f.

I'm temporarily pulling in test_mccabe.py, as suggested by someone at
flintwork/mccabe#31, which for now should fix the build (and the tests
of course as well).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-12 06:50:34 +02:00
Austin Seipp
7200556e5d nixpkgs: afl - fix llvm-mode
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 22:00:54 -05:00
Austin Seipp
047e77274c nixpkgs: afl 1.63b -> 1.64b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 20:22:43 -05:00
Arseniy Seroka
0d3be79490 Merge pull request #7323 from AndersonTorres/gxemul
Gxemul: 0.4.6 -> 0.6.0.1
2015-04-12 04:22:16 +03:00
Brayden
1ac6acff90 Fix firefoxWrapper's icon 2015-04-11 15:34:36 -07:00
Shea Levy
95c8a358f5 diagrams-rasterific: jailbreak 2015-04-11 18:26:29 -04:00
Shea Levy
1cbf0b7d27 diagrams-lib: build on ghc-7.10 2015-04-11 18:22:50 -04:00
Shea Levy
ed892e222b ekg: jailbreak 2015-04-11 17:46:37 -04:00
Shea Levy
5b1692531e diagrams-core: Enable building on ghc 7.10 2015-04-11 17:40:04 -04:00
Shea Levy
aa65eacedc statestack: Patch in ghc 7.10 support 2015-04-11 17:26:32 -04:00
Shea Levy
6d6bd65b62 monoid-extras: Build on 7.10 2015-04-11 17:20:20 -04:00
aszlig
50c4c20678
tomahawk: Update to new upstream version 0.8.3.
Upstream changes since 0.8.2:

  * Performance improvements for collection browsing.
  * Improved memory footprint.
  * Show cloud collections above your friends in the sidebar.
  * Keep looking for alternative sources even when we found a perfect match.
  * Fixed crash in network code.
  * Fixed repeat one/all icons.
  * Be more lenient about accepting JSPF and M3U playlists.
  * Improved support for compilation albums.
  * (Windows) Fixed support for Windows XP.
  * (OS X) Fixed settings dialog appearance on Yosemite.
  * (OS X) Fixed SSL errors on Yosemite.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-11 23:15:31 +02:00
Arseniy Seroka
e06d810452 Merge pull request #7322 from ftrvxmtrx/chuck-1.3.5.0
chuck: 1.3.4.0 -> 1.3.5.0
2015-04-12 00:12:58 +03:00
Shea Levy
da2d0519d7 haskell-linear: Patch out Werror 2015-04-11 17:01:10 -04:00
Shea Levy
06089c3505 ekg-core: Jailbreak for ghc-prim 2015-04-11 16:34:09 -04:00
Shea Levy
4316ecdd81 haskell-ng.data-clist: jailbreak 2015-04-11 16:30:50 -04:00
Austin Seipp
600b7e5945 nixpkgs: afl 1.58b -> 1.63b
- Adds new LLVM-based instrumentation support via afl-clang-fast.
  - Experimental support for cgroup management via afl-cgroup, to
    mitigate OOM issues when using afl with address sanitizer.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 15:26:31 -05:00
Austin Seipp
627da7cb22 nixpkgs: libcgroup adopt, bump 0.38 -> 0.41
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 15:22:52 -05:00
Arseniy Seroka
06a24b12b2 Merge pull request #7321 from AndersonTorres/alsaUtils
AlsaUtils: 1.0.28 -> 1.0.29
2015-04-11 23:02:40 +03:00
Shea Levy
0521b74009 safecopy: Disable tests on ghc 7.10
Refs acid-state/safecopy#25 acid-state/safecopy#26
2015-04-11 15:23:53 -04:00
AndersonTorres
9ebba5fe0c Gxemul: 0.4.6 -> 0.6.0.1 2015-04-11 16:00:55 -03:00
Shea Levy
afa985d4e7 arithmoi: Fix for ghc 7.10 2015-04-11 14:40:39 -04:00
Siarhei Zirukin
fee413074d chuck: 1.3.4.0 -> 1.3.5.0 2015-04-11 20:27:41 +02:00
Shea Levy
fe4d221a30 ffmpeg-light: libavutil is part of ffmpeg.
Refs NixOS/cabal2nix#159
2015-04-11 14:24:02 -04:00
AndersonTorres
27e46441fa AlsaUtils: 1.0.28 -> 1.0.29 2015-04-11 15:10:35 -03:00
Nikita Mikhailov
4ef974a00d keybase-node: fix imports, reenable build 2015-04-11 21:28:06 +06:00
Rok Garbas
56a6f22d7f pythonPackages: updates for many packages
* deform -> 2.0a2
* peppercorn -> 0.5
* pyramid -> 1.5.2
* pyramid_tm -> 0.10
* zope_deprecation -> 4.1.2
* venusian -> 1.0
* flake8 -> 2.3.0
* mccabe -> 0.3
* pg8000 -> 1.10.1
* turses -> 0.2.23
* urwid -> 1.3.0
* waitress -> 0.8.9
* translationstring -> 1.3
2015-04-11 17:00:07 +02:00
Domen Kožar
ee69867e98 Merge pull request #7320 from nslqqq/i3update
i3: fix testsuite
2015-04-11 10:18:27 -04:00
Nikita Mikhailov
5f2c1f7397 i3: fix testsuite 2015-04-11 14:10:39 +00:00
Rok Garbas
e393a8b355 varnish: update to 4.0.3 2015-04-11 15:57:28 +02:00
Rok Garbas
bdcdc183a4 i3status: update to 2.9 2015-04-11 15:49:56 +02:00
Bjørn Forsman
c1556f70d7 hping: set platforms = all
From http://www.hping.org/:

  "Hping works on the following unix-like systems: Linux, FreeBSD,
   NetBSD, OpenBSD, Solaris, MacOs X, Windows."
2015-04-11 15:25:11 +02:00
Arseniy Seroka
8d1f12c197 Merge pull request #7318 from 1126/bump-tor-browser
tor-browser: bump to 4.0.8
2015-04-11 16:10:17 +03:00
Arseniy Seroka
7c47ebeeed Merge pull request #7317 from k0ral/sslh
sslh: 1.16 -> 1.17
2015-04-11 16:09:54 +03:00
Bjørn Forsman
965129cdac lftp: update 4.6.0 -> 4.6.1
2014-12-29: lftp-4.6.1 released. Some bugs fixed, minor feature added.
2015-04-11 15:06:13 +02:00
Bjørn Forsman
124bdd5114 qmmp: update 0.8.2 -> 0.8.4 2015-04-11 14:55:55 +02:00
Moritz Ulrich
034e1c4aef emacs24: Update to 24.5 2015-04-11 14:24:41 +02:00
Bjørn Forsman
2c6f9b0c62 python-robotframework: update 2.8.6 -> 2.8.7
Release notes:
https://github.com/robotframework/robotframework/releases/tag/2.8.7
2015-04-11 14:18:19 +02:00
Bjørn Forsman
890534bedc wireshark: update from 1.12.3 to 1.12.4
Potentially fixes CVE-2015-2188, CVE-2015-2189, CVE-2015-2191
2015-04-11 13:48:09 +02:00
Domen Kožar
a9bcb92cb3 Merge pull request #7194 from nslqqq/i3update
i3: 4.9.1 -> 4.10.1
2015-04-11 07:36:12 -04:00
Domen Kožar
87e9925d4a Merge pull request #7316 from nslqqq/fix_xephyr2
xorg: fix Xephyr
2015-04-11 07:35:51 -04:00
Bjørn Forsman
478969d50c wireshark: change dependency heimdal -> openssl
This fixes wirehsark build, which has been broken since commit
942e179974 (heimdal: Correct the openssl dependency).
2015-04-11 13:23:35 +02:00
Nikita Mikhailov
93f277f1d4 i3: 4.9.1 -> 4.10.1 2015-04-11 12:48:39 +02:00
_1126
319d42941e tor-browser: bump to 4.0.8 2015-04-11 12:46:47 +02:00
Nikita Mikhailov
48a5db6c56 perl: Update deps for i3wm 2015-04-11 12:45:09 +02:00
koral
17a76ac0bf sslh: 1.16 -> 1.17 2015-04-11 09:58:19 +00:00
Nikita Mikhailov
a29182a6f5 xorg: fix Xephyr 2015-04-11 11:34:35 +02:00
Michael Raskin
31ecb82031 Merge pull request #7309 from sjmackenzie/es-shell
new package: es
2015-04-11 09:39:30 +03:00
William A. Kennington III
c1f586e275 kernel: 3.12.39 -> 3.12.40 2015-04-10 23:23:53 -07:00
William A. Kennington III
73815725a0 umurmur: 0.2.15 -> 0.2.16 2015-04-10 23:23:53 -07:00
William A. Kennington III
f2c5ddb966 xmlrpc-c: 1.25.30 -> 1.33.17 2015-04-10 23:23:53 -07:00
John Wiegley
ff555c3b47 emacs24Macports: 24.4-mac-5.3 -> 24.5-mac-5.7 2015-04-11 00:02:56 -05:00
Stewart Mackenzie
768b804e2f new package: es 2015-04-11 12:22:43 +08:00
Robert Helgesson
4b761cf885 Update 'svtplay-dl' to 0.10.2015.03.25. 2015-04-11 00:21:27 +02:00
Edward Tjörnhammar
f13d9f28e8 ihaskell: deprecate old haskellPackages expression 2015-04-11 00:09:31 +02:00
Edward Tjörnhammar
c1ab1f0e84 Make config.ihaskell.packages conformant with config.haskellPackageOverrides 2015-04-11 00:09:31 +02:00
Arseniy Seroka
8616a3539a Merge pull request #7312 from rycee/package/fira-mono
Add package "fira-mono"
2015-04-11 00:44:59 +03:00
Robert Helgesson
361e787857 Remove mention of monospace from 'fira'.
This package does not actually include the monospace version of the
font. To get the monospace version please see the 'fira-mono' package.
2015-04-10 23:40:47 +02:00
Robert Helgesson
328a2cec73 Add package for 'fira-mono'. 2015-04-10 23:40:22 +02:00
Arseniy Seroka
c910d4df5c Merge pull request #7311 from bdimcheff/add-purple-pidgin-pack
add package purple-pidgin-pack
2015-04-11 00:32:31 +03:00
Arseniy Seroka
fbd02063f1 xkblayout-state: fix url 2015-04-10 23:45:15 +03:00
Brandon Dimcheff
b539f86456 add package purple-pidgin-pack
This is 50ish plugins for pidgin.
2015-04-10 15:43:29 -04:00
John Wiegley
86bead829a bedrock: Don't bulid Cito without the platform 2015-04-10 14:13:54 -05:00
Robert Helgesson
1631afe59f Update 'fira' from 4.004 to 4.1. 2015-04-10 21:01:30 +02:00
Vincent Laporte
0dcd94bf81 ocaml-pgocaml: update from 2.1 to 2.2 2015-04-10 17:45:37 +02:00
Arseniy Seroka
3fb880fc77 Merge pull request #7296 from devhell/mediainfo
Update mediainfo{-gui} and dependencies
2015-04-10 17:52:45 +03:00
Jeff Simpson
5d3a2602e1 Package for dbvisualizer 9.2.5 2015-04-10 06:34:15 -06:00
Peter Simons
37f7e152d5 Merge pull request #7303 from teh/master
Update closure-compiler and fix purescript for ghc 7.8
2015-04-10 13:48:40 +02:00
Domen Kožar
86998c7075 Merge pull request #6858 from NixOS/kernel/longterm
linuxPackages: point to latests longterm kernel 3.18
2015-04-10 07:36:28 -04:00
Peter Simons
79fca7c3e4 Merge pull request #7267 from couchemar/erlang-r17.5
erlang/R17 update to 17.5
2015-04-10 11:12:40 +02:00
Aycan iRiCAN
659226e866 Merge pull request #7292 from aycanirican/update-enlightenment
e19: updated efl elementary evas and rage
2015-04-10 11:21:47 +03:00
Vladimír Čunát
6e80d9b5fb shroedinger: add a mirror, as homepage is inaccessible 2015-04-10 09:41:03 +02:00
Jonathan Rudenberg
e994df1b2d makemkv: 1.9.1 -> 1.9.2 2015-04-09 20:49:31 -07:00
Arseniy Seroka
ff9cc32d22 Merge pull request #7300 from cstrahan/awscli-update
awscli: update to 1.7.21
2015-04-10 02:39:16 +03:00
Domen Kožar
7fda708ec9 Merge pull request #7255 from AndersonTorres/primecoin
Primecoin (0.8.6): New Package
2015-04-09 19:28:52 -04:00
Charles Strahan
8757cc4eb0 awscli: update to 1.7.21 2015-04-09 19:24:46 -04:00
Arseniy Seroka
00c3a9751a Merge pull request #7284 from couchemar/elixir-1.0.4
Update elixir to 1.0.4
2015-04-09 23:49:02 +03:00
Charles Strahan
7d11b9535d Merge pull request #7161 from cstrahan/taffybar-fix
haskell: fix taffybar on GHC 7.10
2015-04-09 16:33:35 -04:00
William A. Kennington III
f00f25bf6a libsecret: 0.16 -> 0.18 2015-04-09 13:21:46 -07:00
William A. Kennington III
ef03b0ffde zfs_git: 2015-04-03 -> 2015-04-08 2015-04-09 13:21:46 -07:00
William A. Kennington III
d8bf90c8a0 zfs: 0.6.3 -> 0.6.4 2015-04-09 13:21:46 -07:00
William A. Kennington III
983845d78a spl_git: 2015-04-03 -> 2015-04-08 2015-04-09 13:21:46 -07:00
William A. Kennington III
758c8e5c5d spl: 0.6.3 -> 0.6.4 2015-04-09 13:21:46 -07:00
Aristid Breitkreuz
a7e0cb38c2 update Mathematica to 10.0.2 2015-04-09 21:53:51 +02:00
Charles Strahan
b5f63776a0 haskell: simplify ghcjs-dom expression for GHCJS 2015-04-09 15:02:16 -04:00
Charles Strahan
ed30c8ba40 haskell: use native alex and happy for GHCJS 2015-04-09 15:02:16 -04:00
Charles Strahan
f415ce2953 haskell: bring back wl-pprint patch
partially reverts 5742215
2015-04-09 15:02:16 -04:00
Vladimír Čunát
859e2c53d6 Merge #6793: add packages for some fonts
Also handle font-family aliases.
(I'm sorry about the bad commit above.)
2015-04-09 20:11:42 +02:00
Vladimír Čunát
3f0c0c3029 Merge #6793: add packages for some fonts
Also handle font-family aliases.
2015-04-09 20:06:53 +02:00
devhell
4c9d7ccbe7 Update mediainfo{-gui} and dependencies
* mediainfo{-gui} 0.7.72 -> 0.7.73
* libmediainfo    0.7.72 -> 0.7.73
* libzen          0.4.30 -> 0.4.31

From the mediainfo ChangeLog:
```
Version 0.7.73, 2015-04-09

+ BPG: basic support, thanks to Kurtnoise
+ CAF: basic support of Apple Core Audio Format, sponsored by FlavorSys
+ JPEG-2000: Display of profile (Rsiz)
+ JPEG-2000: detection of XYZ colorspace (based on D-Cinema profile)
+ FFV1 in MOV: more details (version...)
+ MOV/MPEG-4: handling of clcn (little endian nclc) Color parameter type
+ #P84, Matroska: Add TEXTST support to the MKV Parser, thanks to Kurtnoise
+ #P85, MPEG-TS: Add TEXTST support to the MPEG-PSI Parser, thanks to Kurtnoise
+ MediaInfoDLL interface: clean up, more debug features added
+ MediaInfoDLL interface: Giant threads lock removed
+ #F460, VC-3/DNxHD: detection of RGB 444 and other SMPTE ST 2019 (2014) new CIDs
+ VC-3/DNxHD: version number (HVN)
+ Clean aperture size is move from width/height to its own field
+ HEVC: tier
+ MXF: writing library and writing application fields are cleaned up
+ ProRes: support of 4444 profiles
+ CAP: detection of CAP files from Cheetah and Lambda
x B886, XML and HTML outputs were broken
x B902: EBU AspectRatio invalid in case of non classic numerator:denominator format
x #B758, VC-3/DNxHD: wrong color space and subsampling in case of unknown CID, now empty if format version is not known
x #B903, MXG: Incorrect timecode track used for AS-11 DPP MXF files
x #B904, MXF: Handling repetition of Header Metadata in MXF files
x MXF: AFD value was wrong (displaying the complete byte, but AFD is only 4 bits of this byte)
x DTS: some streams in Little endian were not detected
x MPEG-4: some files were having an incorrect frame count
x AVC: Some SCTE 128 caption streams were displayed twice
x BMP; accepting files with file size information set to -1
x RF64: samplesCount was not always right
x MOV: avoid wrong parsing in case of "colr" atom with "prof" color parameter type
x DCP/IMF: ID has now the AM/PKL CPL order in order in all cases (not only when there is more than one CPL)
x #B893, MXF: Crash with Panasonic P2 3.0 files
x DPX: time information was with native ":" character
x Images sequence: "Delay" field is filled from the number in the name of the first file
x FLV: some files were not having the right duration
x DPX: Cineon files were detected as DPX Version 1, version number was not corresponding to the real version
```
2015-04-09 18:57:30 +01:00
Vladimír Čunát
da158672bd simutrans: update, refactor, improve, add paksets
Close #7019.

- update all, and add more paksets
- add config.simutrans.paksets, multiple are possible now
- fix #6719: missing sounds
- move user settings from ~/simutrans to ~/.simutrans
- darwin support is untested (but claimed upstream)

Tested-by: Matthias Beyer <mail@beyermatthias.de>
(and by the author vcunat)
2015-04-09 19:43:42 +02:00
lethalman
99c0410ccf Merge pull request #7291 from Havvy/master
Update io.js
2015-04-09 18:56:28 +02:00
koral
1b4722ac82 prosody: add dependency on zlib (close #6894)
@vcunat moved the defaults inside the prosody expression.
2015-04-09 18:40:20 +02:00
Thomas Tuegel
bc4f39f48b emacs: allow choosing gtk2 or gtk3 2015-04-09 11:38:46 -05:00
John Wiegley
208400cb3e haskellngPackages.stm-conduit: 2.6.0 fails to build tests 2015-04-09 10:57:43 -05:00
Aycan iRiCAN
cfe4169589 e19/rage: fixed sha 2015-04-09 18:40:07 +03:00
Aycan iRiCAN
59b4ab6e83 e19: updated efl elementary evas and rage 2015-04-09 18:24:41 +03:00
Ryan Scheel (Havvy)
ae8efc22a5 Remove error hiding, comment saying where to call script from. 2015-04-09 17:11:47 +02:00
Ryan Scheel (Havvy)
2e465757f8 Update iojs to latest version. 2015-04-09 17:10:13 +02:00
Pascal Wittmann
22a26e4c32 Merge pull request #7285 from prikhi/update-pencil
pencil: v2.0.8 -> v2.0.9
2015-04-09 16:29:55 +02:00
Pascal Wittmann
0777c4439d xlockmore: update from 5.45 to 5.46 2015-04-09 16:22:30 +02:00
Pascal Wittmann
e4f8ea6739 tmsu: update from 0.5.1 to 0.5.2 2015-04-09 16:17:19 +02:00
Eelco Dolstra
c98b8f4c11 subversion: Update to 1.8.13 2015-04-09 15:35:27 +02:00
Tom Hunger
0fb056f521 haskell-ng: Fix purescript build expression for GHC 7.8. 2015-04-09 14:21:17 +01:00
Tom Hunger
f71fa3cf75 closure-compiler: 20130603 -> 20150315. 2015-04-09 14:21:17 +01:00
Aycan iRiCAN
fa67c8c6e2 Merge pull request #7288 from utdemir/master
Remove haskellngPackages.wl-pprint-* patches since updated upstream
2015-04-09 16:09:52 +03:00
Utku Demir
57422158b2 Remove haskellngPackages.wl-pprint-* patches since updated upstream 2015-04-09 13:02:04 +00:00
Thomas Tuegel
c6f47a5e9e emacs-packages: update haskell-mode to 13.12 2015-04-09 07:59:26 -05:00
Thomas Tuegel
304e61f6c0 emacs-packages: add git-timemachine-2.3 2015-04-09 07:59:25 -05:00
Thomas Tuegel
3cc43fa386 emacs-packages: add rainbow-delimiters-2.1.1 2015-04-09 07:59:25 -05:00
Thomas Tuegel
2a8b5cdc91 emacs-packages: add git-auto-commit-mode-4.4.0 2015-04-09 07:59:25 -05:00
Thomas Tuegel
d01ce27a46 emacs-packages: add company-ghc-0.1.10 2015-04-09 07:59:25 -05:00
Thomas Tuegel
ee02448540 emacs-packages: update company to 0.8.12 2015-04-09 07:59:25 -05:00
Thomas Tuegel
5434e31085 emacs-packages: update org-plus-contrib to 20150406 2015-04-09 07:59:25 -05:00
Thomas Tuegel
0b39630b12 emacs-packages: add evil-indent-textobject-0.2 2015-04-09 07:59:25 -05:00
Thomas Tuegel
7c023c50aa emacs-packages: add evil-leader-0.4.3 2015-04-09 07:59:24 -05:00