Skip to content

Commit

Permalink
bump to Kodi 18.2, add several Libretro cores, add Sledovanitv.cz PVR…
Browse files Browse the repository at this point in the history
… add-on
  • Loading branch information
ehough committed May 28, 2019
1 parent 90b9c62 commit 4128b5e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2019-05-28

### Changed

* Bump to [Kodi 18.2](https://kodi.tv/article/kodi-leia-182-release)

### Added

* Libretro cores
* [Arcade (FB Alpha)](https://docs.libretro.com/library/fb_alpha/)
* [Arcade (FB Alpha 2012)](https://docs.libretro.com/library/fb_alpha_2012/)
* [Atari - 2600 (Stella)](http://docs.libretro.com/library/stella/)
* [Atari - Jaguar (Virtual Jaguar)](http://docs.libretro.com/library/virtual_jaguar/)
* [Doom (PrBoom)](http://docs.libretro.com/library/prboom/)
* [Nintendo - Game Boy / Color (Gambatte)](http://docs.libretro.com/library/gambatte/)
* [Nintendo - Game Boy / Color (TGB Dual)](http://docs.libretro.com/library/tgb_dual/)
* [Nintendo - Game Boy Advance (VBA Next)](http://docs.libretro.com/library/vba_next/)
* [ZX Spectrum (Fuse)](http://docs.libretro.com/library/fuse/)
* PVR add-on: [Sledovanitv.cz](https://kodi.wiki/view/Add-on:Sledovanitv.cz_PVR_Client)

## [2.1.0] - 2019-02-14

### Added
Expand Down
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apt-get update && \
# - ca-certificates allows Kodi to properly establish HTTPS connections
# - kodi-eventclients-kodi-send allows us to shut down Kodi gracefully upon container termination
# - kodi-game-libretro allows Kodi to utilize Libretro cores as game add-ons
# - kodi-game-libretro-* Libretro cores
# - kodi-inputstream-* input stream add-ons
# - kodi-peripheral-joystick enables the use of gamepads, joysticks, game controllers, etc.
# - kodi-pvr-* PVR add-ons
Expand All @@ -40,9 +41,18 @@ RUN apt-get update && \
RUN packages=" \
\
ca-certificates \
kodi=2:18.* \
kodi=2:18.2+* \
kodi-eventclients-kodi-send \
kodi-game-libretro \
kodi-game-libretro-fbalpha \
kodi-game-libretro-fbalpha2012 \
kodi-game-libretro-fuse \
kodi-game-libretro-gambatte \
kodi-game-libretro-prboom \
kodi-game-libretro-stella \
kodi-game-libretro-tgbdual \
kodi-game-libretro-vba-next \
kodi-game-libretro-virtualjaguar \
kodi-inputstream-rtmp \
kodi-inputstream-adaptive \
kodi-peripheral-joystick \
Expand All @@ -59,6 +69,7 @@ RUN packages=" \
kodi-pvr-njoy \
kodi-pvr-octonet \
kodi-pvr-pctv \
kodi-pvr-sledovanitv-cz \
kodi-pvr-stalker \
kodi-pvr-teleboy \
kodi-pvr-vbox \
Expand Down

0 comments on commit 4128b5e

Please sign in to comment.