hello, i need some help since this is my first attempt to build a package to use with libreelec 8.2.5 (raspberry pi3).
the program i am interested to have is a "fork" of mpd that has support for "sacd iso".
since mpd (0.20) is already in libreelec, i'll try first to build that one, so that i know it should work. once i know i am able to build a package, i´ll move on to build the version i am interested in.
the steps i am following are in here:
Adding a Package [LibreELEC.wiki]
from a laptop with linux mint i did the following steps:
sudo apt update && sudo apt upgrade
sudo apt install gcc make git unzip wget xz-utils
cd ~
git clone https://github.com/LibreELEC/LibreELEC.tv.git
cd ~/LibreELEC.tv
git checkout 8.2.5
after that, since i do not need to build libreelec, but just a package, i went on with the code to build the package (correct?)
to build mpd 0.20 (the one that already comes with libreelec) i already have the package.mk into:
~/http://LibreELEC.tv/packages/addons/service/mpd
so i typed this code:
this took a long while, but eventually ended with not errors.
the guide i am following now stops, so not sure how to continue.
as far as I understand the package should be built (?).
into this folder ~/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-8.2.5, which was empty before I run "script/build mpd", i now have many folders.
one of them is "mpd-0.20.9" , and the other folders looks like they are dependencies for mpd.
STEP1
should i zip "mpd-0.20.9"? and install it from the raspberry?? some help on how to continue would be appreciated. thanks a lot!
STEP2
once i understand the last steps on how to build the package and i know "mpd-0.20.9" that i built works, i'll try to build the mpd-sacd.
i'll create a package.mk for that, with url linked to master.zip.
i'll have to check the dependences are same as mpd. then build the package. but i will ask for support once i tackled step 1.
thanks