Posts by indri

    My iptv provider (zattoo) changed the API to https.
    In order to make the addon work again, I have to build the addon (pvr.zattoo) against libcurl.

    So I would need to compile the following method for the HTTP(S) requests with libcurl:

    string jsonString = HttpPost("https://zattoo.com/zapi/watch", dataStream.str());

    Would --enable-libcurl in
    "packages/addons/addon-depends/multimedia-tools-depends/depends/libmediainfo/package.mk"
    and
    "packages/sysutils/systemd/package.mk"
    solve my problem?

    Crosscompile for RPi2/3 fails with latest master:


    EDIT: I see kodi changed to rapidjson, so a rapidjson package is needed

    After updating to the current master and deleting the following in the build folder everything builds correctly now:
    rm -rf bcm2835-driver-509beaa bcm2835-driver-1af015c bcm2835-bootloader-1af015c bcm2835-bootloader-509beaa .ccache image

    Sorry for the noise :/

    I get the following error when crosscompiling:

    Hi sorry my host system is:

    Code
    14:15:55 ⌁ [ijr:~/LibreELEC.tv] master(+2/-1,-8)* 1 ± uname -a
    Linux archxps 4.9.11-1-ARCH #1 SMP PREEMPT Sun Feb 19 13:45:52 UTC 2017 x86_64 GNU/Linux


    here the complete log:

    When trying to crosscompile a pvr addon with yajl as dependency I get the following error:

    After some investigation I found that the compiler was looking for the static library based on this line in the cmake file:

    Code
    find_library(YAJL_LIBRARY NAMES yajl_sPATHS ${PC_YAJL_LIBDIR})

    so after doing the following it works:

    Code
    cp build.LibreELEC-RPi2.arm-9.0-devel/yajl-2.1.0/.armv7ve-libreelec-linux-gnueabi/yajl-2.1.0/lib/libyajl_s.a build.LibreELEC-RPi2.arm-9.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/

    However I would like solve the problem in a more elegant way, and not have to repeat the above each time I build the addon.
    How to achieve this?
    Any help is greatly appreciated.

    --------------------------------------------------
    UNPACK liberation-fonts-ttf

    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    make: *** [Makefile:12: image] Error 2
    ----------------------------------------------------------

    problem is the url link provided in the liberation-fonts-ttf package.mk is obsolete

    e.g.
    Infrastructure/Fedorahosted-retirement - FedoraProject
    returns
    Infrastructure/Fedorahosted-retirement - FedoraProject

    "fedorahosted.org was retired on 2017-03-01"

    What to do? Does anyone know where to find the sources?

    Having th following error when crosscompiling for the RPi:


    can anyone help?

    Trying to build Libreelec from source, but having the following error:


    any suggestion?