Commit Graph

129337 Commits

Author SHA1 Message Date
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
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
Shea Levy
aaaa6f0a69
RISC-V: Add top-level alias for proper glibc 2018-02-24 10:07:54 -05:00
adisbladis
cdd1b8bc02
firefox-beta-bin: 59.0b11 -> 59.0b12 2018-02-24 22:44:13 +08:00
adisbladis
6e52011875
firefox-devedition-bin: 59.0b11 -> 59.0b12 2018-02-24 22:44:03 +08:00
Jörg Thalheim
8da17c3f0e
Merge pull request #35466 from yegortimoshenko/20180224.103545/icon-theme
Build GTK icon cache for most themes
2018-02-24 14:20:46 +00:00
Jörg Thalheim
da5f9e64fa
Merge pull request #35470 from Lassulus/rtl8814au
rtl8814au: init at 4.3.21
2018-02-24 14:14:47 +00:00
Michael Raskin
40186c3af2
Merge pull request #35462 from jfrankenau/update-geeqie
geeqie: 1.3 -> 1.4
2018-02-24 14:06:22 +00:00
Jörg Thalheim
e115dac5fc rtl8814au: nitpicks 2018-02-24 14:00:00 +00:00
Shea Levy
80cb13b728
icu58: Fix evaluation 2018-02-24 08:52:58 -05:00
Shea Levy
f51a7ddd11
gptfdisk: Fix cross-compilation 2018-02-24 08:41:25 -05:00
lassulus
0ab8bf61af rtl8814au: init at 4.3.21 2018-02-24 14:34:34 +01:00
Shea Levy
c2911034c3
btrfs-progs: Fix cross-compiling 2018-02-24 08:23:10 -05:00
obadz
29542830a8 citrix_receiver: fix build errors in recent version
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
2018-02-24 13:10:20 +00:00
Shea Levy
7142440d75
icu: Fix cross-building.
The icu4c cross-build process requires access to a full buildRoot of a
native build, so we add a variant of the build that just does the
buildPhase and copies the buildRoot to $out for access by the cross
compile.
2018-02-24 08:02:06 -05:00
Michael Weiss
39ccb6ac87 libmd: 0.0.0 -> 1.0.0 2018-02-24 13:04:45 +01:00
Yegor Timoshenko
cd4afaca45 papirus-icon-theme: build GTK icon cache 2018-02-24 11:49:40 +00:00
Yegor Timoshenko
09b54dec1d paper-icon-theme: build GTK icon cache 2018-02-24 11:42:09 +00:00
Yegor Timoshenko
466d051924 numix-icon-theme: build GTK icon cache 2018-02-24 11:38:54 +00:00
Jörg Thalheim
c0b652d6cd
Merge pull request #35461 from lheckemann/grub-by-id
grub module: suggest by-id paths for devices
2018-02-24 11:30:34 +00:00
Yegor Timoshenko
0765f0528d maia-icon-theme: use CMake (build from source)
Did not add GTK icon cache due to the following error:

  gtk-update-icon-cache: The generated cache was invalid.
2018-02-24 11:27:41 +00:00
Yegor Timoshenko
4593cc2317 hicolor_icon_theme: platforms.unix 2018-02-24 11:14:00 +00:00
Yegor Timoshenko
cc3bd76540 moka-icon-theme: build GTK icon cache 2018-02-24 11:12:37 +00:00
Yegor Timoshenko
c087641f64 faba-mono-icons: build GTK icon cache 2018-02-24 11:12:20 +00:00
Yegor Timoshenko
ede5f2cbfa faba-icon-theme: build GTK icon cache 2018-02-24 11:11:30 +00:00
Yegor Timoshenko
b22c33fb94 elementary-xfce-icon-theme: refactor, build GTK icon cache 2018-02-24 11:11:06 +00:00
Yegor Timoshenko
5a22c587eb elementary-icon-theme: use CMake, build GTK icon cache 2018-02-24 11:10:41 +00:00
Yegor Timoshenko
ed7259b781 arc-icon-theme: build GTK icon cache 2018-02-24 11:10:07 +00:00
Jörg Thalheim
9c065623d5
Merge pull request #35447 from svsdep/keepass-plugins-patch-back
keepass: bring back and update plugins load patches
2018-02-24 11:09:37 +00:00
Jörg Thalheim
5df64232e0
Merge pull request #35455 from dywedir/exiftool
exiftool: 10.60 -> 10.80
2018-02-24 11:07:06 +00:00
Gabriel Ebner
f5b173ffbc qalculate-gtk: 2.1.0 -> 2.2.1 2018-02-24 11:54:53 +01:00
Gabriel Ebner
6183b1c029 libqalculate: 2.1.0 -> 2.2.1 2018-02-24 11:54:45 +01:00
Vasyl Solovei
e3c5cf39bc keepass: bring back and update plugins load patches
Plugins loading was broken as those patches were removed
in latest release. I brought patches back and updated them
onto 2.38 release code base.

This closes #35446.
2018-02-24 12:53:19 +02:00
Johannes Frankenau
a3f856b85d geeqie: 1.3 -> 1.4 2018-02-24 11:51:21 +01:00
Linus Heckemann
fd77a08b34 grub module: suggest by-id paths for devices
Since they are more stable, their use should be encouraged over that of
potentially volatile identifiers like /dev/[sh]da.
2018-02-24 10:50:23 +00:00
Aristid Breitkreuz
e7fb957838 insync: 1.3.17.36167 -> 1.3.22.36179 2018-02-24 11:24:03 +01:00
Jörg Thalheim
de87c0348c
Merge pull request #35176 from abbradar/update-vm
vmTools: update distributions
2018-02-24 10:08:17 +00:00
Peter Simons
4dc6203bdf
Merge pull request #35434 from deepfire/ghc-8.4
ghc84:  deriving-compat and hnix
2018-02-24 11:00:34 +01:00
Jörg Thalheim
cece81ff58
Merge pull request #35397 from volth/scala-bump
scala: {2.9.3, 2.10.6, 2.11.11, 2.12.4} -> {2.10.7, 2.11.12, 2.12.4}
2018-02-24 09:46:10 +00:00
Vladyslav M
045046389a exiftool: 10.60 -> 10.80 2018-02-24 11:30:24 +02:00
Jörg Thalheim
cd550944a2
Merge pull request #35431 from xeji/bwm-ng
bwm-ng: fix build error with gcc7
2018-02-24 08:59:45 +00:00