Commit graph

1558 commits

Author SHA1 Message Date
Christian Kögler 75060fab76 vdr: fix overrideAttrs (#59083)
The current vdr derivation can not be overritten. The attribute plugins
gets lost while overriding and that leads to problems when evaluating
vdrPlugins.

Moved vdr own plugins outside vdr derivation.
2019-04-07 15:09:38 +02:00
R. RyanTM c0015274bb xawtv: 3.105 -> 3.106
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xawtv/versions
2019-04-05 15:43:22 +00:00
Florian Klink 8313a5dcd3
Merge pull request #58588 from shazow/fix/vlc
vlc: Add chromecast support; libmicrodns: Init at 0.0.10
2019-04-01 17:16:42 +02:00
Andrey Petrov c37aa79639 vlc: add chromecastSupport option
Enables Chromecast support by default in VLC.

Fixes #58365.

Includes release note.
2019-04-01 09:44:56 -04:00
worldofpeace b556663201 peek: build with vala_0_40
Fixes https://github.com/NixOS/nixpkgs/issues/58433
2019-03-30 14:09:31 -04:00
Will Dietz 74b76c16ac mkvtoolnix: 31.0.0 -> 32.0.0
https://gitlab.com/mbunkus/mkvtoolnix/blob/release-32.0.0/NEWS.md
2019-03-26 10:12:04 -05:00
Jan Tojnar 97eb65324d treewide: no gnome aliases 2019-03-24 14:46:50 -04:00
volth 2be90ccb4f gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
2019-03-24 14:34:39 -04:00
Carles Pagès cd0f0374f6 kodi: 18.0 -> 18.1
Also updated its bundled ffmpeg for a bugfix.
2019-03-24 00:22:48 +01:00
Silvan Mosberger 1784621e0c
Merge pull request #57731 from ar1a/obs-23
obs-studio: 22.0.3 -> 23.0.2
2019-03-17 17:42:36 +01:00
Ryan Mulligan 96e4072057
Merge pull request #57662 from CrazedProgrammer/wf-recorder
wf-recorder: init at unstable-2019-03-12
2019-03-16 08:40:39 -07:00
CrazedProgrammer bc9d5b7bef wf-recorder: init at unstable-2019-03-12 2019-03-16 08:52:50 +01:00
R. RyanTM f8ed501111 avidemux: 2.7.1 -> 2.7.2
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
2019-03-15 10:41:44 -07:00
Aria Edmonds 2a2fe2bea4 obs-studio: 22.0.3 -> 23.0.2 2019-03-15 04:38:20 +11:00
Frank Doepper ed76b08906 shotcut: 18.12.23 -> 19.02.28 (#56875)
fixes build with qt 5.12, apparently
2019-03-08 23:13:33 +01:00
Silvan Mosberger c19c542fda
Merge pull request #56753 from r-ryantm/auto-update/streamlink
streamlink: 0.14.2 -> 1.0.0
2019-03-08 19:05:26 +01:00
Will Dietz f835c66393
Merge pull request #56548 from dtzWill/update/clipgrab-3.8.2-qt5
clipgrab: 3.7.2 -> 3.8.2, qt4 -> qt5
2019-03-07 15:13:37 -06:00
R. RyanTM 88e170909f streamlink: 0.14.2 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/streamlink/versions
2019-03-02 19:19:51 -08:00
Sarah Brofeldt 1fa6e6fd4f
Merge pull request #56438 from leenaars/qstopmotion
qstopmotion: 2.4.0 -> 2.4.1
2019-03-02 10:08:19 +01:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Michiel Leenaars 4d64916b96 qstopmotion: 2.4.0 -> 2.4.1 2019-03-01 08:24:32 +01:00
Will Dietz 82e7322128 clipgrab: 3.7.2 -> 3.8.2, qt4 -> qt5 2019-02-28 17:03:48 -06:00
worldofpeace 83c92d8215
Merge pull request #56467 from minijackson/kodi_vfs_addons
kodiPlugins: init vfs.{sftp, libarchive}
2019-02-27 19:16:26 -05:00
Minijackson 7ca5c6b3c3 kodiPlugins.vfs-libarchive: init at 1.0.5 2019-02-27 23:34:42 +01:00
Minijackson b4dbc56dbf kodiPlugins.vfs-sftp: init at 1.0.1 2019-02-27 20:29:11 +01:00
worldofpeace 661126933c
Merge pull request #56468 from minijackson/kodi_osmc_theme_update
kodiPlugins.osmc-skin: 17.0.4 -> 18.0.0
2019-02-27 13:20:23 -05:00
Minijackson a7f217723e kodiPlugins.osmc-skin: 17.0.4 -> 18.0.0 2019-02-27 18:24:22 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Anton-Latukha 997be75586 handbrake: rm callPackage dep 2019-02-23 20:30:14 +02:00
Anton-Latukha a541cf884b handbrake: 1.2.1 -> 1.2.2 2019-02-23 20:29:53 +02:00
Carles Pagès cd6b31fe38 kodiPlugins: update for kodi 18
Updated the ones that failed to build: pvr-*, joystick and
steamcontroller.
2019-02-23 16:10:36 +01:00
Carles Pagès 8b5c59219b kodiPlugins: fix wrapper evaluation 2019-02-23 03:09:51 +01:00
Carles Pagès b7fd4554be kodiPlugins.pvr-hts: 3.4.16 -> 4.4.14
Update for kodi 18 Leia.
2019-02-23 03:09:51 +01:00
Carles Pagès 24c3cbfcd0
Merge pull request #49445 from sephalon/kodi-v18
Kodi v18 with InputStream Adaptive
2019-02-23 02:41:10 +01:00
Florian Friesdorf fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Frederik Rietdijk e2cd07b997 Merge staging-next into staging 2019-02-21 07:54:33 +01:00
Sarah Brofeldt e10a372a81
Merge pull request #56047 from Anton-Latukha/handbrake-1.2.1
handbrake: 1.2.0 -> 1.2.1
2019-02-20 20:31:25 +01:00
Anton-Latukha de0366f4db handbrake: 1.2.0 -> 1.2.1 2019-02-19 13:37:29 +02:00
Stefan Wiehler 6307e2b00f kodiPlugins.inputstream-adaptive: init at 2.3.12 2019-02-19 07:43:01 +01:00
Stefan Wiehler bcb57f6c57 kodi: 17.6 -> 18.0 2019-02-19 07:40:39 +01:00
Matthew Bauer b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Ryan Mulligan 46be627a72
Merge pull request #55888 from r-ryantm/auto-update/motion
motion: 4.2.1 -> 4.2.2
2019-02-16 08:52:59 -08:00
R. RyanTM 2b0f49cae4 motion: 4.2.1 -> 4.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/motion/versions
2019-02-16 01:15:12 -08:00
Frederik Rietdijk fd48a94b62 Merge staging-next into staging 2019-02-16 09:30:46 +01:00
Tadeo Kondrak eb58533af0
mkvtoolnix: 28.2.0 -> 31.0.0 2019-02-15 21:18:50 -07:00
Samuel Dionne-Riel f8eef26991
Merge pull request #55732 from oxij/tree/move-defaults-to-package-files-mostly-pulse
all-packages.nix: move defaults to package files continues
2019-02-15 17:49:01 -05:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Malakhovski fe75379459 bomi: move defaults to package file 2019-02-13 23:11:20 +00:00
Jan Malakhovski 9361acfff1 aegisub: move defaults to package file 2019-02-13 23:10:40 +00:00