summary refs log tree commit diff
path: root/pkgs/applications/video
Commit message (Collapse)AuthorAge
...
| | * | handbrake: fix Darwin build by turning off GUI supportBenjamin Esham2019-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This involved several pieces: - Always disable GTK GUI support under Darwin. The gtk3 package depends transitively on dbus, which depends transitively on systemd, which is not currently supported on Darwin. (I gather that it may be possible to work around this in the future.) - Also disable the native GUI support under Darwin (using the --disable-xcode flag). Building this GUI would require using the Xcode build system, which I was not able to figure out how to do; for now, all builds on Darwin are command-line-only. - Add the lzma package as a dependency on all platforms. - Add dependencies on the AudioToolbox, Foundation, libobjc, and VideoToolbox packages on Darwin.
* | | | Merge branch 'staging-next' into stagingJan Tojnar2019-09-12
|\| | |
| * | | Merge pull request #67544 from vbgl/qarte+fix-qt-platformVincent Laporte2019-09-12
| |\ \ \ | | | | | | | | | | qarte: use qt5’s mkDerivation and an other fix
| | * | | qarte: use pyqt5_with_qtmultimediaVincent Laporte2019-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, qarte fails at run-time with: > from PyQt5.QtMultimedia import QMediaPlayer > ModuleNotFoundError: No module named 'PyQt5.QtMultimedia'
| | * | | qarte: use qt5’s mkDerivationVincent Laporte2019-08-27
| | | | | | | | | | | | | | | | | | | | See #65399
* | | | | treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|/ / / /
* | | / treewide: remove redundant quotesvolth2019-09-08
| |_|/ |/| |
* | | Merge master into staging-nextFrederik Rietdijk2019-09-06
|\ \ \
| * | | makemkv: 1.14.4 -> 1.14.5Daniël de Kok2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Some small miscellaneous improvements
* | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\| | | | | | | | | | | | | | | Fixed trivial conflicts caused by removing rec.
| * | | Merge branch 'gtk-no-plus'Jan Tojnar2019-09-06
| |\ \ \
| | * | | tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | | | | | | | | | | | | | | | | | GTK was renamed.
| * | | | mkvtoolnix: 36.0.0 -> 37.0.0Will Dietz2019-09-03
| | | | | | | | | | | | | | | | | | | | https://www.bunkus.org/blog/2019/08/mkvtoolnix-v37-0-0-released/
* | | | | evtest, mplayer: fixup missing `rec` after the mergeVladimír Čunát2019-09-04
| | | | |
* | | | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\| | | |
| * | | | kodi: 19.3 -> 19.4Carles Pagès2019-09-04
| |/ / /
| * | | mplayer: 1.3.0 -> 1.4 (#67733)averelld2019-09-03
| | | |
| * | | openshot-qt: fix title generatorPeter Simons2019-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @ferdnyc has kindly provided a patch for our Nix-specific permission issue https://github.com/OpenShot/openshot-qt/issues/2972. Fixes https://github.com/NixOS/nixpkgs/issues/32898. Fixes https://github.com/NixOS/nixpkgs/issues/48591. Related to https://github.com/NixOS/nixpkgs/issues/55683.
* | | | Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\| | |
| * | | Merge master into staging-nextFrederik Rietdijk2019-08-31
| |\ \ \
| | * | | olive-editor: 0.1.0 -> 0.1.1luz.paz2019-08-30
| | | | | | | | | | | | | | | Commit updated according to #65399
| | * | | Merge pull request #67721 from averelld/pmp-upgradeVladyslav M2019-08-30
| | |\ \ \ | | | | | | | | | | | | plex-media-player: 2.36.0.988 -> 2.40.0.1007
| | | * | | plex-media-player: 2.36.0.988 -> 2.40.0.1007Averell Dalton2019-08-29
| | | |/ /
| | * / / simplescreenrecorder: fix Qt runtime errorPeter Simons2019-08-29
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" | | This application failed to start because no Qt platform plugin could be | initialized. Reinstalling the application may fix this problem.
* | | | treewide: remove redundant recvolth2019-08-28
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\| | |
| * | | Merge master into staging-nextFrederik Rietdijk2019-08-27
| |\| |
| | * | Merge pull request #64383 from peterhoeg/u/kodiPeter Hoeg2019-08-26
| | |\ \ | | | | | | | | | | kodi: 18.1 -> 18.3
| | | * | kodi: 18.1 -> 18.3Peter Hoeg2019-07-29
| | | | |
| * | | | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| | * | | Merge pull request #67256 from jtojnar/celluloid-0.17Jan Tojnar2019-08-22
| | |\ \ \ | | | | | | | | | | | | celluloid: 0.16 → 0.17
| | | * | | celluloid: 0.16 → 0.17Jan Tojnar2019-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed from gnome-mpv. https://github.com/celluloid-player/celluloid/releases/tag/v0.17
| | * | | | Merge pull request #67143 from r-ryantm/auto-update/shotcutMarek Mahut2019-08-21
| | |\ \ \ \ | | | | | | | | | | | | | | shotcut: 19.07.15 -> 19.08.16
| | | * | | | shotcut: 19.07.15 -> 19.08.16R. RyanTM2019-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shotcut/versions
| | * | | | | vlc: 3.0.7.1 -> 3.0.8 (security)Vladimír Čunát2019-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.videolan.org/security/sb-vlc308.html I've been using it briefly without any issues; the NEWS seem fairly safe: https://www.videolan.org/developers/vlc-branch/NEWS
| | * | | | | Merge pull request #67103 from mayflower/globin-maintainershipRobin Gloster2019-08-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | treewide: update globin's maintained drvs
| | | * | | | | treewide: update globin's maintained drvsRobin Gloster2019-08-20
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #66991 from r-ryantm/auto-update/mkvtoolnixMarek Mahut2019-08-20
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | mkvtoolnix: 35.0.0 -> 36.0.0
| | | * | | | mkvtoolnix: 35.0.0 -> 36.0.0R. RyanTM2019-08-19
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mkvtoolnix/versions
| | * | | | Merge pull request #66875 from r-ryantm/auto-update/dvdstylerMarek Mahut2019-08-19
| | |\ \ \ \ | | | | | | | | | | | | | | dvdstyler: 3.1 -> 3.1.2
| | | * | | | dvdstyler: 3.1 -> 3.1.2R. RyanTM2019-08-18
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dvdstyler/versions
| | * | | | Merge pull request #66684 from vbgl/mkvtoolnix-qt-mkDerivationworldofpeace2019-08-18
| | |\ \ \ \ | | | | | | | | | | | | | | mkvtoolnix: use wrapQtApp
| | | * | | | mkvtoolnix: use wrapQtAppVincent Laporte2019-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See #65399
| | * | | | | Merge pull request #66804 from r-ryantm/auto-update/clipgrabMarek Mahut2019-08-18
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | clipgrab: 3.8.3 -> 3.8.4
| | | * | | | clipgrab: use qt5’s mkDerivationMarek Mahut2019-08-18
| | | | | | |
| | | * | | | clipgrab: 3.8.3 -> 3.8.4R. RyanTM2019-08-17
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipgrab/versions
* | | / / / treewide: remove redundant quotesvolth2019-08-26
|/ / / / /
* | | | | Merge master into staging-nextFrederik Rietdijk2019-08-18
|\| | | |
| * | | | avidemux: 2.7.3 -> 2.7.4R. RyanTM2019-08-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/avidemux/versions
* | | | treewide: name -> pnamevolth2019-08-17
| | | |