Skip to content

Releases: kekePower/build.leia

Version 1.6.10 released with a minor bugfix

05 Mar 23:54
Compare
Choose a tag to compare

This is just a minor bugfix release to fix a bug in the get_git_rev function that prevented it from showing the git revision.

Cheers!

Version 1.6.9 released with lots of fixes and more

05 Mar 14:28
Compare
Choose a tag to compare

Hi.

After a hiatus, I've decided to release version 1.6.9 into the wild.

It doesn't really contain many changes, but there are a few.

  • Will now build Kodi with the system ffmpeg instead of the one bundled
  • Will display the git revision when fetching updates
  • Will now clean up the pid file if you hit Ctrl-C
  • Added option to use USE_LTO in build.leia.conf
  • Detects and lets you know if you're missing any libraries
  • Bumped JSON_RPC to 9.1.1 (I need to find out if this hack is necessary)

Anyway, have a good time compiling and enjoying Kodi.

Version 1.6.8 released with support for Retroplayer

12 Jan 19:07
Compare
Choose a tag to compare

Hi.

Just pushed a brand new version with support for compiling Retroplayer.
Also fixed a bug that was reported in issue #2

There has been a lot of activity since the last release. You can check the Commit log if you want to see the changes.

Happy compiling.

Cheers,
kekePower

Version 1.6.7 released with lots of fixes and more

09 Dec 21:29
Compare
Choose a tag to compare

Hi.

I'm proud to give you the latest and greatest version of build.leia to date. I've worked hard over these past few days combing over the code looking for bugs and for things to improve and what I can add/remove to make compiling Kodi 18 Leia easier for you.

This time I've moved a few functions around to make it better and work better. Updated the language files with a few entries while also removing some.

The one major change is that the script will now automatically check for and compile some of the dependencies listed in the Kodi documentation on building on Linux.

This means that it will look for and automatically compile:

  • RadpidJSON
  • libfmt
  • crossguid
  • JsonSchemaBuilder

There was also a bug I introduced that prevented Kodi from building after a certain commit in the master tree. This is now fixed.

I've also completely removed the tar-ball with the files that Kodi downloads and removed the backups of the files that gets patched by the script.

Please enjoy and happy building :-)

Version 1.6.7-beta-2 - Suport pentru limba română (ro_RO)

03 Dec 20:51
Compare
Choose a tag to compare

Această versiune are suport pentru limba română. Folosit Google Translate, dar soția mea ma ajutat puțin :-)

Te rog, dacă găsești ceva, anunță-mă...

Mulțumesc foarte mult.

Version 1.6.7-beta-1 with preliminary support for es_ES Castellano

03 Dec 20:30
Compare
Choose a tag to compare

Este verción tiene supporte para el idioma español. Utilizado Google Translate, pero mi mujer me ayudó un poquito :-)

Por favor, si encontras algo, avisame...

Muchas gracias.

Version 1.6.6 released with minor adjustment

03 Dec 18:26
Compare
Choose a tag to compare

Hi.

I had to update the JSONRPC_VERSION from 8.4.0 to 9.0.0 in the configure string since this commit in the Kodi master branch.

Happy compiling :-)

Cheers.

Version 1.6.5 relesed

02 Dec 22:50
Compare
Choose a tag to compare

This release includes an updated patch that wasn't working as expected.
I've also added 4 checks to see if git, RapidJSON and libfmt is installed. If one or more of them are missing, it will display a message about it and a link to where you can download the source.
These 3 packages are crucial for build.leia and for Kodi.

Enjoy and happy compiling :-)

build.leia v1.6.4 released

19 Nov 15:24
Compare
Choose a tag to compare

Hi.

Please enjoy the latest and greatest version of build.leia so far.

In this release, I've added a check to see if git is installed. If it isn't, the script will exit with a message telling you that git is needed.

I also received an error message about the version of JSONRPC was missing, so I had to add this information to the configuration string.

Also updated the binary file for the source that Kodi normally downloads and uses, although I've disabled this function in the script for now.

Happy building :-)

build.leia v1.6.3 released

18 Nov 01:06
Compare
Choose a tag to compare

Hi.

I finally found out how to fix, and what caused, the percent sign that was showing up during the compilation stage.
A lot of grepping and sed'ing and it now looks the way I intended.

Happy building :-)