Commit graph

219 commits

Author SHA1 Message Date
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
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
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
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
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
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
Minijackson d289cc16d4 kodiPlugins.vfs-libarchive: 1.0.5 -> 1.0.6 2020-03-27 13:08:12 -07:00
markuskowa 667df74501
Merge pull request #83131 from ck3d/fix-kodi-lirc
kodi: fix lirc support
2020-03-22 21:29:45 +01:00
Christian Kögler 8f12a72488 kodi: fix lirc support
* adapted to the way kodi finds the lircd socket
* added lirc package to build support for lirc
2020-03-22 12:47:25 +01:00
Daniel Șerbănescu b6b89f1f0a kodi 18.5 -> 18.6. 2020-03-18 08:12:58 +01:00
Konrad Borowski 69668e93d8 kodi: fix build 2020-02-22 19:27:43 +01:00
Minijackson f99682aea1
kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5 2020-01-11 13:57:01 +01:00
Maximilian Bosch 839c0ea7a5
treewide: *Inputs are flat lists 2019-12-31 01:10:02 +01:00
georgewhewell 55fb0c955b kodi: add option for GBM backend 2019-12-15 15:05:57 +00:00
dasj19 6e52e28ae9 kodi: 18.4 -> 18.5 (#75291)
Bump.
2019-12-09 10:25:27 +08:00
c0bw3b 0a443f4c72 kodi: drop jasper dependency
Unused since:
424c5138b6
2019-11-17 19:36:29 +01:00
adisbladis f6eb4b065b
kodi: Don't use libGLU_combined 2019-11-09 10:34:48 +00:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Carles Pagès 7547a7a1d4 kodi: 19.3 -> 19.4 2019-09-04 00:40:07 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Peter Hoeg e712667ffd kodi: 18.1 -> 18.3 2019-07-29 15:07:26 +08:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Daniel Schaefer 786f02f7a4 treewide: Remove usage of isNull
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Minijackson e1f802dfef kodi: add Wayland support 2019-04-14 20:32:26 -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
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
Minijackson a7f217723e kodiPlugins.osmc-skin: 17.0.4 -> 18.0.0 2019-02-27 18:24:22 +01: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
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
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Jan Malakhovski f78835e791 kodiPlugins.exodus: remove
No loner exists, I couldn't find an official replacement repo, should be
removed according to
https://github.com/NixOS/nixpkgs/pull/46196#discussion_r215762595
2018-11-18 11:19:20 +01:00
Jan Malakhovski e220331903 kodiPlugins.yatp: init at 3.3.2 2018-11-18 11:19:20 +01:00
Jan Malakhovski 607c6e78e7 kodiPlugins.simpleplugin: init at 2.3.2 2018-11-18 11:19:20 +01:00
Jan Malakhovski 031e1cf674 kodiPlugins: simplify, generalize, implement kodiWithPlugins 2018-09-06 20:21:04 +00:00
Jan Malakhovski e883b86c0e kodiPlugins: inline commons.nix 2018-09-06 19:55:55 +00:00
Jan Malakhovski 1d64f70bd7 kodi: wrapper: set PYTHONPATH from plugins 2018-09-06 19:55:55 +00:00
Jan Malakhovski 02557dade2 kodi: passthu pythonPackages 2018-09-06 19:55:55 +00:00
Jan Malakhovski 88d69df250 kodi: wrapper: simplify 2018-09-06 19:55:55 +00:00
Jan Malakhovski 574f2a33c0 kodiPlugins.steam-launcher: fix what is clearly a bug 2018-09-06 19:55:54 +00:00
aanderse 435eccf15e kodi: fix nfs support (#46006)
libnfs is required to be in the LD_LIBRARY_PATH for kodi if you want nfs support 
see: https://www.reddit.com/r/NixOS/comments/9aiquo/how_to_enable_nfs_support_in_kodi/
2018-09-03 22:33:38 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Matthew Justin Bauer 7d40f48c86
kodi.plugins: fix homepage typo 2018-05-23 16:20:24 -05:00
worldofpeace 1edc7ae639 xbmcPlugins.osmc-skin: init at 17.0.4 2018-05-16 08:27:42 -04:00
Robert Schütz 80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Matthew Justin Bauer 205dfeb8e0
Merge pull request #35475 from ljli/kodi-iptv-simple
kodi: add IPTV Simple addon
2018-04-09 14:20:14 -05:00
Jan Malakhovski 53af02b5bb kodi: fix build 2018-03-26 14:02:06 +03:00
Vladimír Čunát 565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Leon Isenberg 3c801e92a2 kodi: add IPTV Simple addon 2018-02-24 17:05:38 +01:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Robin Gloster ee1c85aee9 mariadb: lib -> connector-c 2017-12-29 02:18:35 +01:00
Carles Pagès 5aa539a537 kodi: fix hw accel
Also, drop SDL build inputs. SDL was not even detected/enabled.
2017-12-23 09:50:21 +01:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Ricardo M. Correia 9249dc6557
Merge pull request #30790 from spiderbit/master
kodi: downgrade kodiPlugin.joystick to compatible version 1.3.2
2017-11-28 18:29:55 +01:00
Peter Hoeg 737558b7bb kodi: 17.4 -> 17.6 and move to cmake
ffmpeg is now built as a separate derivation using the kodi makefile to avoid
having to rebuild ffmpeg every time kodi is changed.

Additionally, due to the far superior cmake output a number of dependencies were
identified that have been added as well.
2017-11-18 10:01:04 +00:00
Stefan Huchler 72f441d090 kodi: downgrades kodiPlugin.joystick to compatible version 1.3.2 2017-10-25 13:56:32 +02:00
Samuel Leathers 694e7e08d6 kodi: 17.3 -> 17.4 2017-09-23 16:59:45 +02:00
Jonathan Rudenberg 84bfe7ed78
kodiPlugins: fix path for shared object links
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
2017-09-19 08:10:12 +02:00
Frederik Rietdijk 13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Edward Tjörnhammar 677f194a10
kodiPlugins.steam-controller: init at 0.9.0 2017-06-05 17:19:12 +02:00
Edward Tjörnhammar fe0b858113
kodiPlugins.joystick: init at 1.3.6 2017-06-05 17:17:57 +02:00
Edward Tjörnhammar 4f410bfc8d
kodiPlugins.advanced-emulator-launcher: init at 0.9.6 2017-06-05 17:17:57 +02:00
Edward Tjörnhammar 513e66e310
kodiPlugins: move build funs to common 2017-06-05 17:17:57 +02:00