Commit graph

1195 commits

Author SHA1 Message Date
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01: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
Profpatsch 53e790e7a8 maintainers: capitalize the Profpatsch attribute (vanity)
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Vladimír Čunát 0db25ddac5
qmediathekview: set platforms to linux
See #34821.
2018-02-10 22:07:08 +01:00
Jörg Thalheim 1307ffdcd2
Merge pull request #34566 from dotlambda/qmediathekview
qmediathekview: init at 2017-04-16
2018-02-10 10:08:59 +00:00
Robert Schütz 896ea4b731 qmediathekview: init at 2017-04-16 2018-02-09 23:37:58 +01:00
Andreas Rammhold 95f4d6ba1c
mpv: fix CVE-2018-6460
Upstream has fixed this in a series of commits ontop of 0.28.0. Debian
has backported the fixes to 0.27.0.

Upstream issue: https://github.com/mpv-player/mpv/issues/5456
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888654#8
2018-02-07 10:01:16 +01:00
Michael Raskin 907474e649
Merge pull request #33088 from exFalso/add-subdl
init subdl package
2018-02-06 21:32:53 +00:00
Michael Raskin 4b481684b1
Add a date to name 2018-02-06 21:30:36 +00:00
Cray Elliott b9f3d49edd obs-studio: 20.1.3 -> 21.0.2 2018-02-05 14:05:31 -08:00
Franz Pletz 968b56b6a4
Merge pull request #34293 from symphorien/bombono-gcc7
Bombono gcc7
2018-01-28 22:35:52 +00:00
adisbladis 8227d87aa6
mkvtoolnix: 19.0.0 -> 20.0.0 2018-01-28 06:59:53 +08:00
Symphorien Gibol 4b0dc51d11 bombono: import patches from AUR to fix gcc7 build 2018-01-27 15:47:14 +01:00
Tuomas Tynkkynen fff0daddce streamlink: 0.9.0 -> 0.10.0 2018-01-27 16:10:46 +02:00
Symphorien Gibol cf3d266341 bombono: enable parallel builds 2018-01-26 15:45:54 +01:00
Symphorien Gibol 93d7267a77 bombono: add symphorien as maintainer 2018-01-26 15:45:22 +01:00
Frederik Rietdijk 27f6f9409b
Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall
maintainers: remove mornfall from packages
2018-01-18 11:27:31 +01:00
Tuomas Tynkkynen 67c73b4e64 Merge commit '2e56ba' from staging into master 2018-01-17 12:50:46 +02:00
Yegor Timoshenko 506c89c30a maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tuomas Tynkkynen 6ed0fe7e45 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/build-support/fetchbower/default.nix
	pkgs/build-support/fetchdarcs/default.nix
	pkgs/build-support/fetchgx/default.nix
	pkgs/development/python-modules/botocore/default.nix
	pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
	pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
Jörg Thalheim 4acd2f1a90
Merge pull request #33753 from gnidorah/avidemux
avidemux: support alsa
2018-01-13 17:42:23 +00:00
Jörg Thalheim 3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
adisbladis a896574a0b
Merge pull request #33812 from romildo/upd.subtitleeditor
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-13 18:09:53 +08:00
rnhmjoj e5aae0f2d6
mpv: fix PYTHONPATH 2018-01-13 03:30:25 +01:00
José Romildo Malaquias dbf5d1d433 subtitleeditor: 0.53.0 -> 0.54.0 2018-01-12 22:14:12 -02:00
adisbladis 747431cf42
smtube: 17.5.0 -> 18.1.0 2018-01-13 04:03:32 +08:00
gnidorah 18af8dabab avidemux: support alsa 2018-01-11 21:30:06 +03:00
Vladimír Čunát 49a45fb51f
Merge #33311: meson: set checkPhase in setup hook 2018-01-07 11:28:46 +01:00
Jan Tojnar d75f95d2a2
packages using meson: remove unnecessary checkPhase 2018-01-06 06:47:57 +01:00
Bart Brouns c8c94a22ae Simplescreenrecorder: 0.3.8 -> 0.3.9 2018-01-06 05:05:38 +01:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Jörg Thalheim f2fd4a5219
Merge pull request #33314 from jtojnar/gnome-mplayer
gnome_mplayer: 1.0.4 → 1.0.9
2018-01-03 11:10:29 +01:00
Jan Tojnar 608daaa649
gnome_mplayer: 1.0.4 → 1.0.9 2018-01-03 01:46:13 +01:00
John Ericson 4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson 5b74540c5b treewide: Use depsBuildBuild for buildPackges.stdenv.cc 2017-12-30 22:04:21 -05:00
Frederik Rietdijk 2d0bead714 Merge remote-tracking branch 'upstream/master' into HEAD 2017-12-30 17:04:54 +01:00
adisbladis 98162f1589
Merge pull request #33199 from veprbl/motion
motion: 4.0.1 -> 4.1.1
2017-12-30 10:24:04 +01:00
Dmitry Kalinkin 9adb3f8e11
motion: 4.0.1 -> 4.1.1 2017-12-30 00:17:17 -05:00
Robin Gloster ee1c85aee9 mariadb: lib -> connector-c 2017-12-29 02:18:35 +01:00
exfalso 9cfe7e74e0 subdl: init at 4cf5789 2017-12-26 20:53:18 +00:00
Carles Pagès 5aa539a537 kodi: fix hw accel
Also, drop SDL build inputs. SDL was not even detected/enabled.
2017-12-23 09:50:21 +01:00
Frederik Rietdijk 16467a0ff7
Merge pull request #32945 from lebel/makemkv-1.10.8
makemkv: 1.10.7 -> 1.10.8
2017-12-22 08:45:08 +00:00
José Romildo Malaquias d402bd69a9 mkvtoolnix: 17.0.0 -> 19.0.0 2017-12-22 06:46:40 +01:00
David Lebel 7f0e2dde87 makemkv: 1.10.7 -> 1.10.8 2017-12-21 13:00:02 -05:00
Peter Hoeg 662bfa145a vlc: 2.2.6 -> 2.2.8 2017-12-21 08:18:58 +08:00
Orivej Desh 745be0cb61 mpv: fix build with libva 2 2017-12-18 16:43:24 +00:00
Cray Elliott 52b8b7b02f obs-studio: fix vlc plugin
previous obs could not find libvlc.so so I addded the path to
it to LD_LIBRARY_PATH
2017-12-17 23:00:48 -08:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Orivej Desh f1226ac796 cinelerra: disable parallel building 2017-12-07 08:31:32 +00:00