Commit graph

198 commits

Author SHA1 Message Date
Aaron Andersen 7a6720beee kodi.withPackages: include pillow and pycryptodome python dependencies 2021-03-15 20:37:52 -04:00
Aaron Andersen dd0d4cade8 kodi.packages: split into separate files 2021-03-15 18:50:58 -04:00
Aaron Andersen 1d779d5a43 kodiPackages: drop advanced-launcher, advanced-emulator-launcher, hyper-launcher.service, hyper-launcher.plugin, simpleplugin, and yatp packages, all of which are broken and no longer maintained upstream 2021-03-14 10:08:14 -04:00
Aaron Andersen 028f242632 kodi.packages: drop controllers.default and controllers.snes packages which are now included in a basic kodi install 2021-03-14 10:01:18 -04:00
Aaron Andersen 901b43d439 kodi: miscellaneous cleanup
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-11 20:35:54 -05:00
Aaron Andersen 4ef33dd12d kodi: rename useWayland and useGbm flags to waylandSupport and gbmSupport 2021-03-11 20:35:54 -05:00
Aaron Andersen ce0621ec4f kodi: introduce kodi.withPackages to replace kodiPackages.kodiWithAddons 2021-03-11 20:35:54 -05:00
Aaron Andersen 587a8b2837 kodi: drop wrapKodi function and disregard config.kodi.* options 2021-03-11 20:35:54 -05:00
Aaron Andersen f8f037b51d kodiPlain: rename default.nix to unwrapped.nix 2021-03-11 20:35:54 -05:00
Aaron Andersen 3a70d376fe kodiPackages: rename plugins.nix to packages.nix 2021-03-11 20:35:54 -05:00
Aaron Andersen 917f7efdc5 kodiPlugins: rename to kodiPackages 2021-03-11 20:35:50 -05:00
Sandro f380191416
Merge pull request #115158 from aanderse/kodi-cleanup 2021-03-07 04:41:28 +01:00
Aaron Andersen d5242ee214 kodi: add samba to path for nmblookup executable 2021-03-05 22:38:04 -05:00
Aaron Andersen 6817802d0a kodi: remove unused code 2021-03-05 22:38:00 -05:00
Aaron Andersen c147c2766c
Merge pull request #114274 from aanderse/kodiPlugins.pdfreader
kodiPlugins.pdfreader: 1.0.2 -> 2.0.2
2021-03-05 21:49:14 -05:00
Aaron Andersen f209432103
Merge pull request #114935 from aanderse/kodi-platform-name-fix
kodi: fix build for wayland and gbm
2021-03-03 06:49:38 -05:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Aaron Andersen 6667c07db0 kodi: fix build for wayland and gbm 2021-03-02 20:23:37 -05:00
Aaron Andersen 9d9829b5b1 kodiPlugins.pdfreader: 1.0.2 -> 2.0.2 2021-02-24 16:00:07 -05:00
Aaron Andersen 2d3a043e3c kodiPlugins.svtplay: 4.0.48 -> 5.1.12 2021-02-23 07:20:18 -05:00
Aaron Andersen b6d118a6c3 kodiPlugins.inputstream-adaptive: 2.4.6 -> 2.6.7 2021-02-23 07:20:18 -05:00
Aaron Andersen 619d1e92dc kodiPlugins.vfs-libarchive: 1.0.7 -> 2.0.0 2021-02-23 07:20:17 -05:00
Aaron Andersen 4beb97f2bf kodiPlugins.vfs-sftp: 1.0.6 -> 2.0.0 2021-02-23 07:20:17 -05:00
Aaron Andersen e80f138b4e kodiPlugins.pvr-iptvsimple: 3.5.7 -> 7.4.2 2021-02-23 07:20:17 -05:00
Aaron Andersen d4d86c12aa kodiPlugins.pvr-hdhomerun: 3.5.0 -> 7.1.0 2021-02-23 07:20:17 -05:00
Aaron Andersen e049a4dc52 kodiPlugins.pvr-hts: 4.4.14 -> 8.2.2 2021-02-23 07:20:17 -05:00
Aaron Andersen fff66392c2 kodiPlugins.steam-launcher: 3.1.4 -> 3.5.1 2021-02-23 07:20:17 -05:00
Aaron Andersen 03e67bae98 kodiPlugins.joystick: 1.4.7 -> 1.7.1 2021-02-23 07:20:17 -05:00
Aaron Andersen a2bf2782a1 kodiPlugins.steam-controller: 0.10.0 -> 0.11.0 2021-02-23 07:20:17 -05:00
Aaron Andersen bd2a231a7d kodiPlugins.*: mark broken packages as such 2021-02-23 07:20:17 -05:00
Aaron Andersen 145d22ad8d kodi: 18.9 -> 19.0 2021-02-23 07:20:15 -05:00
Sandro Jäckel c75c8bfbba
kodi: remove unused input 2021-02-22 01:16:23 +01:00
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Milan Pässler a333985d59 libtorrentRasterbar: rename to libtorrent-rasterbar
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20 20:51:28 +01:00
Aaron Andersen 2c4d7f1342 kodi: accept plugins without extraRuntimeDependencies 2020-12-02 20:12:09 -05:00
Aaron Andersen 66ea689e1a kodiPlugins.inputstream-adaptive: 2.3.12 -> 2.4.6 2020-11-28 11:49:55 -05:00
Carles Pagès 2f5593b3a3 kodi: 18.8 -> 18.9 2020-11-09 14:36:21 +01:00
georgewhewell 53c52f1a45 kodi: remove jre override, use headless 2020-10-25 10:52:45 +01:00
Austin Butler 18b5eb3f74 kodi: 18.6 -> 18.8 2020-08-07 23:27:47 -07:00
Sam Doshi c5c0bc82d7 kodi: Fix build 2020-05-16 14:52:20 +01:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Frederik Rietdijk 8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +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
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