nixpkgs/pkgs/top-level
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
..
aliases.nix deadbeefPlugins.opus: init at 0.8 2018-02-24 18:43:23 +01:00
all-packages.nix avidemux: rewrite derivation 2018-02-25 01:04:07 +03:00
beam-packages.nix
coq-packages.nix coq: 8.7.1 -> 8.7.2 2018-02-15 23:12:43 -08:00
darwin-packages.nix
default.nix
dotnet-packages.nix
emacs-packages.nix
emscripten-packages.nix
haskell-packages.nix
haxe-packages.nix
impure.nix
java-packages.nix
lua-packages.nix
make-tarball.nix
metrics.nix
ocaml-packages.nix ocamlPackages.curses: works with default ncurses 2018-02-23 18:14:09 +01:00
perl-packages.nix Merge pull request #35455 from dywedir/exiftool 2018-02-24 11:07:06 +00:00
php-packages.nix
pure-packages.nix
python-packages.nix Merge pull request #35345 from dtzWill/update/grip-4.4.0 2018-02-24 07:49:30 +00:00
release-cross.nix release-cross: add nix and nixUnstable 2018-02-22 08:56:05 -06:00
release-lib.nix
release-python.nix
release-small.nix
release.nix cc-wrapper tests: 4 and 5 regardless of default 2018-02-18 22:37:38 -06:00
splice.nix
stage.nix