Commit graph

1960 commits

Author SHA1 Message Date
Doron Behar f0b1ace473 qstopmotion: use libsForQt5.callPackage properly 2020-04-25 21:18:23 +03:00
Doron Behar f04b40ae4b qstopmotion: format inputs and arguments 2020-04-25 20:33:40 +03:00
Frederik Rietdijk cff0669a48 Merge master into staging-next 2020-04-23 08:11:16 +02:00
worldofpeace b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Frederik Rietdijk 8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +02:00
Martin Milata 98f126615f bomi: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:09 +02:00
Martin Milata 5f70a209da qmediathekview: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata e036261b15 qstopmotion: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Domen Kožar ace7b93131
Merge pull request #72420 from minijackson/waylandpp-0.2.7
waylandpp: 0.2.5 -> 0.2.7, make it split-output package
2020-04-22 13:12:06 +02:00
Frederik Rietdijk 803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
Fabian Möller 41582c7a02
plex-media-player: 2.40.0.1007 -> 2.55.0.1069 + update script (#68938) 2020-04-20 10:40:00 +01:00
John Ericson 33c2a76c5e Merge remote-tracking branch 'upstream/master' into staging 2020-04-17 18:40:51 -04:00
Graham Christensen b76e3eab18
Merge pull request #84153 from colemickens/nixpkgs-obs-v4lsink
obs-v4l2sink: init at unstable-20181012
2020-04-17 08:29:30 -04:00
José Romildo Malaquias 3b8a98d639 mpc-qt: 18.08 -> 2019-06-09
- update to the latest commit in git repository
- use mkDerivation for qt applications
- original repo disappeared from github; use the one from gitlab
2020-04-16 20:30:34 -07:00
Jan Tojnar 4b706490da
Merge branch 'staging-next' into staging 2020-04-16 10:10:38 +02:00
Michael Weiss ca2a222747
wf-recorder: 0.2 -> 0.2.1 2020-04-14 21:08:45 +02:00
adisbladis 44c30f46f1
mpv: Enable archive support by default 2020-04-14 09:06:09 +01:00
Matthew Bauer e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Mario Rodas e26753add8
Merge pull request #85070 from minijackson/kodiPlugins.vfs-sftp-1.0.6
kodiPlugins.vfs-sftp: 1.0.5 -> 1.0.6
2020-04-12 16:31:18 -05:00
Justin Humm 051abe836c lightworks: fix meta
The meta attrs must be in the final derivation, as otherwise `nix edit`
or `nix search` don't work.
2020-04-12 14:06:02 -04:00
Minijackson beb4adad31
kodiPlugins.vfs-libarchive: 1.0.6 -> 1.0.7 2020-04-12 14:27:50 +02:00
Minijackson 29ba19921c
kodiPlugins.vfs-sftp: 1.0.5 -> 1.0.6 2020-04-12 14:19:56 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace cab066ba74
Merge pull request #84764 from r-ryantm/auto-update/celluloid
celluloid: 0.18 -> 0.19
2020-04-09 14:58:19 -04:00
Aaron Andersen 0d62914bcd
Merge pull request #84727 from raboof/update-olive-editor-to-0.1.2
olive-editor 0.1.1 -> 0.1.2
2020-04-09 09:46:59 -04:00
R. RyanTM 24ca5b4475 celluloid: 0.18 -> 0.19 2020-04-09 01:39:45 +00:00
Arnout Engelen f0d12bf4f7
olive-editor 0.1.1 -> 0.1.2 2020-04-08 17:23:22 +02:00
Peter Simons c924ae5079
Merge pull request #84638 from r-ryantm/auto-update/shotcut
shotcut: 20.02.17 -> 20.04.01
2020-04-08 08:34:32 +02:00
R. RyanTM 1c279a0011 obs-studio: 25.0.2 -> 25.0.3 2020-04-07 10:57:53 -07:00
R. RyanTM 70e684d5d9 shotcut: 20.02.17 -> 20.04.01 2020-04-07 17:48:38 +00:00
Matthew Bauer dcb8c6fa8b kodi: fix cross compilation
- provide native binaries
- set cpu / os / etc. flags
- fix wayland compilation
2020-04-06 16:36:30 -04:00
Minijackson 34999b030c
waylandpp: 0.2.5 -> 0.2.7, make it split-output package 2020-04-06 20:13:15 +02:00
R. RyanTM 4b1e60bda9 mkvtoolnix: 44.0.0 -> 45.0.0 2020-04-06 06:49:14 +00:00
Jan Tojnar 8edcff87f2
kodiPlugins.steam-controller: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 10:58:04 +02:00
Jan Tojnar 6f80f125b8
kodiPlugins.joystick: Clean up dependencies
Neither libusb or pcre is needed. udev is used instead.
2020-04-04 10:57:16 +02:00
Cole Mickens d01c1f35b8 obs-v4l2sink: init at unstable-20181012 2020-04-02 18:42:45 -07:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Jörg Thalheim b114def89c
Merge pull request #79751 from doronbehar/update-mpv-mpris
mpvScripts.mpris: 0.3 -> 0.4
2020-03-31 11:53:53 +01:00
R. RyanTM 3267f92b98 ffmpeg-normalize: 1.15.7 -> 1.15.8 2020-03-30 21:48:37 -07:00
Ryan Mulligan 97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
Peter Hoeg 4e3d5eb1f7
Merge pull request #75697 from georgewhewell/add-kodi-gbm
kodi: add option for GBM backend
2020-03-29 13:49:23 +08:00
Jan Tojnar fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Cole Mickens 596b601dfa plex-mpv-shim: v1.7.12 -> v1.7.14 2020-03-28 16:14:36 -07:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Minijackson d289cc16d4 kodiPlugins.vfs-libarchive: 1.0.5 -> 1.0.6 2020-03-27 13:08:12 -07:00
Symphorien Gibol e9aa2ef64a bombono: fix build with scons/python3 2020-03-27 10:49:52 -07:00
Johannes Schleifenbaum ab55af2279 jellyfin-mpv-shim: 1.4.1 -> 1.4.2 2020-03-27 10:40:42 -07:00
Mario Rodas 9fa6557a71
mpv: fix cocoa backend 2020-03-26 04:20:00 -05:00
Daniël de Kok 8a9ffd2ae0 makemkv: 1.14.7 -> 1.15.0
Upstream changelog:

- User interface update
- New preferences page for LibMMBD integation
- Improved handling for discs with mastering errors
- Better tolerance for corrupted input data
- Many internal improvements
2020-03-25 14:54:29 +01:00
Anderson Torres 571b7226d5
Merge pull request #83165 from AndersonTorres/update-openshot-qt
Update openshot-qt and related packages
2020-03-23 12:58:22 -03:00