129750 Commits

Author SHA1 Message Date
Ryan Mulligan
6f5edbc410 audacity: 2.2.1 -> 2.2.2
Semi-automatic update; builds on NixOS
2018-02-24 18:54:37 -08:00
Shea Levy
87270fb306
gnu-efi: Only build on efi-enabled systems 2018-02-24 21:49:31 -05:00
Shea Levy
09e57636f8
libgpg-error: Add RISC-V patch. 2018-02-24 21:34:54 -05:00
Michael Raskin
529ea1f921
Merge pull request #35504 from ryantm/auto-update/assh-2.6.0-to-2.7.0
assh: 2.6.0 -> 2.7.0
2018-02-25 02:27:47 +00:00
Shea Levy
7d7b7a03fa
libgpgperror: Add derivation for gen-posix-lock-obj to help in cross-compilation 2018-02-24 20:51:04 -05:00
Peter Hoeg
3d8a664729 neomutt: 20171215 -> 20180223 2018-02-25 09:45:53 +08:00
rnhmjoj
35e8aef5dd
mitmproxy: remove old patch 2018-02-25 02:43:46 +01:00
rnhmjoj
85dda553fa
mitmproxy: 2017-10-31 -> 3.0.2 2018-02-25 02:41:57 +01:00
Kosyrev Serge
00b24f7a69
ghc841 | x509/x509-store: SMP fix PR unmerged 2018-02-25 04:11:33 +03:00
Kosyrev Serge
65169aac88
ghc841 | uri-bytestring: TH boundaries fix author made no PR yet 2018-02-25 04:11:32 +03:00
Kosyrev Serge
2201ba1a5b
ghc841 | tls: SMP fix unmerged 2018-02-25 04:11:32 +03:00
Kosyrev Serge
746b36c863
ghc841 | http-api-data: SMP fix not on hackage yet 2018-02-25 04:11:32 +03:00
volth
b5c200bc25 jdk: use oraclejdk on aarch64 2018-02-25 01:09:33 +00:00
Ryan Mulligan
ced7947e3c asunder: 2.8 -> 2.9.2
Semi-automatic update; builds on NixOS
2018-02-24 15:52:53 -08:00
Ryan Mulligan
3204061474 assh: 2.6.0 -> 2.7.0
Semi-automatic update; builds on NixOS
2018-02-24 15:47:38 -08:00
Ryan Mulligan
c2fae5ae7e asciinema: 1.4.0 -> 2.0.0
Semi-automatic update; builds on NixOS
2018-02-24 15:37:31 -08:00
Ryan Mulligan
2e60ec7c86 aptly: 1.1.1 -> 1.2.0
Semi-automatic update; builds on NixOS
2018-02-24 15:18:15 -08:00
Ryan Mulligan
5e12088331 antigen: 2.2.2 -> 2.2.3
Semi-automatic update; builds on NixOS
2018-02-24 15:05:54 -08:00
Shea Levy
48283de641
libffi: Add RISC-V patch. 2018-02-24 17:59:00 -05:00
Nikolay Amiantov
6850418426 rpcs3: init at 2018-02-23 2018-02-25 01:48:23 +03:00
Ryan Mulligan
2d314a0528 angelscript: 2.31.2 -> 2.32.0
Semi-automatic update; builds on NixOS
2018-02-24 14:45:37 -08:00
Ryan Mulligan
05a9a869c1 angband: 4.0.5 -> 4.1.2
Semi-automatic update; builds on NixOS
2018-02-24 14:36:05 -08:00
Ryan Mulligan
f4e82e4983 alembic: 1.7.4 -> 1.7.5
Semi-automatic update; builds on NixOS
2018-02-24 14:25:44 -08:00
Elis Hirwing
3dfe50ffb6
sequeler: init at 0.5.3 2018-02-24 23:24:47 +01:00
Elis Hirwing
55d2daaf31
libgda: Add optional mysql and postgresql support 2018-02-24 23:24:46 +01:00
Ryan Mulligan
7bfccd7c24 advancecomp: 2.0 -> 2.1
Semi-automatic update; builds on NixOS
2018-02-24 14:16:49 -08:00
Maximilian Bosch
f027e82e76 avidemux: rewrite derivation
This drastically reduces the complexity of the `avidemux` derivation
and adds QT5 support (see #33248).

Rather than invoking `cmake` over preconfigured hooks, it's much easier
to use the `bootStrap.bash` script provided by the developers to do the
installation tasks. Furthermore this script makes it way easier to
configure which parts of `avidemux` should be used (e.g. CLI-only) or
without the plugins.

In order to create a CLI-only instance you can simply override the
derivation:

```
avidemux.override {
  withQT = false;
}
```

It's possible to set the default executable as well (`avidemux` creates
a `avidemux_qt5` and `avidemux_cli` executable by default):

```
avidemux.override {
  default = "cli"; # default is `qt5`
}
```

The GTK support has been dropped entirely since it was originally broken
in our system and can't be built ATM. Other distros such as ArchLinux
don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64)
2018-02-25 01:04:07 +03:00
Ryan Mulligan
ee8059c207 ace: 6.4.3 -> 6.4.6
Semi-automatic update; builds on NixOS
2018-02-24 13:50:34 -08:00
Vladimír Čunát
0479e91309
lightdm-gtk-greeter: fix build by ignoring a warning 2018-02-24 22:30:24 +01:00
Vladimír Čunát
63ca2cc786
Merge #35370: texlive.bin: fix with poppler 0.62 2018-02-24 22:30:23 +01:00
Vladimír Čunát
e571f14d39
harfbuzz: 1.7.1 -> 1.7.5 2018-02-24 22:30:23 +01:00
Vladimír Čunát
01bf8381fd
gtk3: 3.22.26 -> 3.22.28 (maintenance) 2018-02-24 22:30:22 +01:00
Vladimír Čunát
8045887b33
Merge #35305: sqlite: 3.21.0 -> 3.22.0 2018-02-24 22:30:21 +01:00
Vladimír Čunát
420babf3fd
Merge #35259: libva, libva-utils, vaapiIntel: 2.0.0 -> 2.1.0 2018-02-24 22:30:19 +01:00
Vladimír Čunát
e719327694
Merge #35113: cups: upstream patch for a bug 2018-02-24 22:30:18 +01:00
Vladimír Čunát
753db3e2d0
Merge #34878: fontconfig: Fix for HFS+ 1s date resolution 2018-02-24 22:30:17 +01:00
Vladimír Čunát
2358301666
Merge #34429: libxkbcommon: 0.7.2 -> 0.8.0 2018-02-24 22:30:15 +01:00
Vladimír Čunát
ddb422714d
mesa: 17.3.3 -> 17.3.5 (maintenance) 2018-02-24 22:30:13 +01:00
Vladimír Čunát
b6476968c4
libdrm: 2.4.89 -> 2.4.90 2018-02-24 22:30:13 +01:00
Vladimír Čunát
de9382f132
Merge #35324: wayland-protocols: 1.11 -> 1.13 2018-02-24 22:30:09 +01:00
Franz Pletz
247a7504ad
vcdimager: 0.7.24 -> 2.0.1 2018-02-24 21:38:12 +01:00
Sarah Brofeldt
2ea8f8acdf nixos/mysql: Unbreak initial database creation 2018-02-24 20:07:55 +01:00
Miguel Madrid Mencía
b7a6c54851
nautilus: fixed mime types 2018-02-24 19:18:04 +01:00
Jan Tojnar
2cb88c524b
deadbeefPlugins.opus: init at 0.8 2018-02-24 18:43:23 +01:00
Miguel Madrid Mencía
114a8f159b
gthumb: fixed mime types 2018-02-24 18:41:00 +01:00
Thomas Tuegel
4caf9dc1c7
Merge pull request #35474 from ttuegel/feature/libcdio/2.0.0
libcdio: 0.93 -> 2.0.0
2018-02-24 11:13:20 -06:00
Thomas Tuegel
ffa88650d9
audacious: build with latest libcdio 2018-02-24 10:34:10 -06:00
Thomas Tuegel
bd45cd775b
audaciousQt5: build with latest libcdio 2018-02-24 10:34:10 -06:00
Thomas Tuegel
b795fd200b
libcdio: 0.93 -> 2.0.0 2018-02-24 10:34:06 -06:00
Shea Levy
63fa1fcb04
kexectools: Only build on kexecable architectures. 2018-02-24 10:37:54 -05:00