about summary refs log tree commit diff
path: root/pkgs/applications/video
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25avidemux: rewrite derivationMaximilian Bosch3-133/+87
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-12maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch1-1/+1
Since I’m already at it, this has been bothering me for a while.
2018-02-10qmediathekview: set platforms to linuxVladimír Čunát1-1/+1
See #34821.
2018-02-10Merge pull request #34566 from dotlambda/qmediathekviewJörg Thalheim1-0/+33
qmediathekview: init at 2017-04-16
2018-02-09qmediathekview: init at 2017-04-16Robert Schütz1-0/+33
2018-02-07mpv: fix CVE-2018-6460Andreas Rammhold1-0/+5
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-06Merge pull request #33088 from exFalso/add-subdlMichael Raskin1-0/+26
init subdl package
2018-02-06Add a date to nameMichael Raskin1-1/+1
2018-02-05obs-studio: 20.1.3 -> 21.0.2Cray Elliott1-2/+2
2018-01-28Merge pull request #34293 from symphorien/bombono-gcc7Franz Pletz1-2/+21
Bombono gcc7
2018-01-28mkvtoolnix: 19.0.0 -> 20.0.0adisbladis1-4/+4
2018-01-27bombono: import patches from AUR to fix gcc7 buildSymphorien Gibol1-1/+17
2018-01-27streamlink: 0.9.0 -> 0.10.0Tuomas Tynkkynen1-3/+3
2018-01-26bombono: enable parallel buildsSymphorien Gibol1-1/+3
2018-01-26bombono: add symphorien as maintainerSymphorien Gibol1-0/+1
2018-01-18Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfallFrederik Rietdijk3-3/+3
maintainers: remove mornfall from packages
2018-01-17Merge commit '2e56ba' from staging into masterTuomas Tynkkynen1-1/+0
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko3-3/+3
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice3-3/+0
Goodbye, and thanks for all the Nix...
2018-01-14Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen4-27/+18
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-13Merge pull request #33753 from gnidorah/avidemuxJörg Thalheim1-1/+2
avidemux: support alsa
2018-01-13Merge pull request #33814 from rnhmjoj/vapoursynthJörg Thalheim1-1/+1
Update Vapoursynth machinery
2018-01-13Merge pull request #33812 from romildo/upd.subtitleeditoradisbladis1-23/+13
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-13mpv: fix PYTHONPATHrnhmjoj1-1/+1
2018-01-12subtitleeditor: 0.53.0 -> 0.54.0José Romildo Malaquias1-23/+13
2018-01-13smtube: 17.5.0 -> 18.1.0adisbladis1-2/+2
2018-01-11avidemux: support alsagnidorah1-1/+2
2018-01-07Merge #33311: meson: set checkPhase in setup hookVladimír Čunát1-1/+0
2018-01-06packages using meson: remove unnecessary checkPhaseJan Tojnar1-1/+0
2018-01-06Simplescreenrecorder: 0.3.8 -> 0.3.9Bart Brouns1-10/+5
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2-3/+3
2018-01-03Merge pull request #33314 from jtojnar/gnome-mplayerJörg Thalheim2-10/+110
gnome_mplayer: 1.0.4 → 1.0.9
2018-01-03gnome_mplayer: 1.0.4 → 1.0.9Jan Tojnar2-10/+110
2017-12-30Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson1-1/+2
Make cross compilation elegant
2017-12-30treewide: Use `depsBuildBuild` for buildPackges.stdenv.ccJohn Ericson1-1/+2
2017-12-30Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-2/+5
2017-12-30Merge pull request #33199 from veprbl/motionadisbladis1-2/+5
motion: 4.0.1 -> 4.1.1
2017-12-30motion: 4.0.1 -> 4.1.1Dmitry Kalinkin1-2/+5
2017-12-29mariadb: lib -> connector-cRobin Gloster1-1/+1
2017-12-26subdl: init at 4cf5789exfalso1-0/+26
2017-12-23kodi: fix hw accelCarles Pagès1-8/+8
Also, drop SDL build inputs. SDL was not even detected/enabled.
2017-12-22Merge pull request #32945 from lebel/makemkv-1.10.8Frederik Rietdijk1-3/+3
makemkv: 1.10.7 -> 1.10.8
2017-12-22mkvtoolnix: 17.0.0 -> 19.0.0José Romildo Malaquias1-4/+4
2017-12-21makemkv: 1.10.7 -> 1.10.8David Lebel1-3/+3
2017-12-21vlc: 2.2.6 -> 2.2.8Peter Hoeg1-10/+2
2017-12-18mpv: fix build with libva 2Orivej Desh1-2/+9
2017-12-17obs-studio: fix vlc pluginCray Elliott1-1/+1
previous obs could not find libvlc.so so I addded the path to it to LD_LIBRARY_PATH
2017-12-07treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2-2/+2
2017-12-07cinelerra: disable parallel buildingOrivej Desh1-4/+2
2017-11-29Merge branch 'staging'Vladimír Čunát1-1/+1
There are security fixes in multiple packages /cc #32117, so I'm merging a little earlier, with a few thousand jobs still not finished on Hydra for x86_64-darwin and aarch64-linux.