summary refs log tree commit diff
path: root/pkgs/applications/video
Commit message (Collapse)AuthorAge
* smtube: 19.6.0 -> 20.1.0R. RyanTM2020-02-09
|
* clipgrab: 3.8.6 -> 3.8.7R. RyanTM2020-02-06
|
* mpv: use waf from distribution and wafHook helperBenjamin Hipple2020-02-02
| | | | | | This cleans up our dependency footprint by ensuring a consistent version, and also avoids duplicating the logic for how to build a waf package by deferring to the `wafHook` helper for the `configurePhase`, `buildPhase`, and `installPhase`.
* Merge pull request #78591 from r-ryantm/auto-update/mediathekviewRyan Mulligan2020-01-29
|\ | | | | mediathekview: 13.5.0 -> 13.5.1
| * mediathekview: 13.5.0 -> 13.5.1R. RyanTM2020-01-27
| |
* | Merge pull request #78747 from Enzime/update/mkvtoolnixMario Rodas2020-01-29
|\ \ | | | | | | mkvtoolnix: 42.0.0 -> 43.0.0
| * | mkvtoolnix: 42.0.0 -> 43.0.0Michael Hoang2020-01-29
| | |
* | | Merge pull request #77739 from NixOS/staging-nextFrederik Rietdijk2020-01-28
|\ \ \ | | | | | | | | Staging next
| * \ \ Merge master into staging-nextFrederik Rietdijk2020-01-28
| |\ \ \
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2020-01-17
| |\ \ \ \
| * | | | | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | | | | Merge pull request #78668 from Enzime/update/streamlinkMario Rodas2020-01-28
|\ \ \ \ \ | |_|_|/ / |/| | | | streamlink: 1.3.0 -> 1.3.1
| * | | | streamlink: 1.3.0 -> 1.3.1Michael Hoang2020-01-28
| | |_|/ | |/| |
* | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ \ \ \ | |/ / / |/| | | treewide: fix redirected urls
| * | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* | | | mpv: 0.31.0 -> 0.32.0Maximilian Bosch2020-01-26
| | | | | | | | | | | | | | | | https://github.com/mpv-player/mpv/releases/tag/v0.32.0
* | | | Merge pull request #78007 from veprbl/pr/motion_4.3.0Marek Mahut2020-01-25
|\ \ \ \ | | | | | | | | | | motion: 4.2.2 -> 4.3.0
| * | | | motion: 4.2.2 -> 4.3.0Dmitry Kalinkin2020-01-18
| | |_|/ | |/| |
* | | | Merge pull request #77565 from NilsIrl/wlrobs_2020Graham Christensen2020-01-25
|\ \ \ \ | | | | | | | | | | obs-wlrobs: 20191008 -> 20200111
| * | | | obs-wlrobs: 20191008 -> 20200111Nils André-Chang2020-01-12
| | |_|/ | |/| |
* | | | obs-studio: use the official git repositoryPeter Simons2020-01-22
| | | |
* | | | shotcut: auto-detection of VAAPI rendering is broken againPeter Simons2020-01-21
| |_|/ |/| | | | | | | | | | | | | | The 'connection=x11' parameter to ffmpeg breaks hardware rendering with my Radeon RX 590 card. If we just drop that option, everything works fine.
* | | treewide: Remove myself from maintainers on some packages (#78027)Ivan Kozik2020-01-19
| |/ |/|
* | mkvtoolnix: 41.0.0 -> 42.0.0Michael Hoang2020-01-16
|/
* kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5Minijackson2020-01-11
|
* Merge pull request #76338 from r-ryantm/auto-update/mkvtoolnixMario Rodas2020-01-11
|\ | | | | mkvtoolnix: 40.0.0 -> 41.0.0
| * mkvtoolnix: 40.0.0 -> 41.0.0R. RyanTM2019-12-23
| |
* | shotcut: update from version 19.09.14 to 19.12.31Peter Simons2020-01-05
| |
* | Merge pull request #76343 from r-ryantm/auto-update/obs-studiomarkuskowa2020-01-04
|\ \ | | | | | | obs-studio: 24.0.4 -> 24.0.6
| * | obs-studio: 24.0.4 -> 24.0.6R. RyanTM2019-12-23
| |/
* | Merge master into staging-nextFrederik Rietdijk2020-01-02
|\ \
| * | mpvScripts.mpris: 0.2 -> 0.3Doron Behar2019-12-31
| | |
* | | treewide: fix types for mkDerivation paramsRobin Gloster2019-12-31
| | |
* | | treewide: *Inputs are flat listsMaximilian Bosch2019-12-31
| | |
* | | treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| | |
* | | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| | |
* | | Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-11-05
| |\ \ \
| * | | | czmqpp, czmq3: remove, outdatedFranz Pletz2019-11-04
| | | | |
* | | | | xawtv: clean upJan Tojnar2019-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unnecessary linker and compiler flags * Listify makeFlags * Do not use DESTDIR (nasty) * Let generic builder set --prefix configureFlag * Install X11 app-defaults to more modern directory * Format with nixpkgs-fmt
* | | | | mpv: 0.30.0 -> 0.31.0Tadeo Kondrak2019-12-28
| | | | |
* | | | | treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* | | | Merge pull request #76475 from r-ryantm/auto-update/xine-uimarkuskowa2019-12-25
|\ \ \ \ | | | | | | | | | | xineUI: 0.99.10 -> 0.99.12
| * | | | xineUI: 0.99.10 -> 0.99.12R. RyanTM2019-12-24
| | |_|/ | |/| |
* | | | handbrake: remove nasm and cmake dependenciesAnthony Cowley2019-12-20
| | | | | | | | | | | | | | | | These were included by the handbrake build because they are used by external dependencies. In nixpkgs, we build those dependencies (e.g. codecs) separately, and so excise the check for these tools from the handbrake build.
* | | | handbrake: 1.2.2 -> 1.3.0Anthony Cowley2019-12-20
|/ / / | | | | | | | | | | | | | | | | | | | | | This update is important as handbrake 1.2.2 no longer builds with nixpkgs due to an unrelated update to pango-1.44.x as described [here](https://github.com/HandBrake/HandBrake/issues/2226). Fixes #73399
* | | aegisub: slight clean upJan Tojnar2019-12-15
| | |
* | | aegisub: fix buildJan Tojnar2019-12-15
| | |
* | | recordmydesktop: removeworldofpeace2019-12-10
| | | | | | | | | | | | | | | The qt version is using qt4 pyqt and the gtk version gtk2 pygtk. Not seeing any activity at all at https://sourceforge.net/p/recordmydesktop/bugs/