Posts by vpeter
-
-
Add sleep in Autostart.sh [LibreELEC.wiki]
Or wait there for drive to come up.
-
I think you need to adjust remote mapping? Which remote you are using?
For me it was working always the same. As in Krypton and now on Leia.
-
Yes, their versions depends on each other.
Anyway, my contribution to this subject was strictly for research purpose
-
Which lib and jar?
-
current master
nothing in log
will look more in next days
-
V.for.Vendetta.2005.1080p.CEE.BluRay.AVC.TrueHD.5.1-FGT
Get.Out.2017.1080p.Blu-ray.AVC.DTS-HD.MA.5.1-HDChina
as was working screenshot
Wondering why doesn't work now.
-
-
Probably adding libblueray*.jar to image is good idea because versions changed.
I didn't use apache ant from host (no idea why not). Probably could be used.
Is building jdk and jre from source really needed if there is already prebuild binary? It is waste of time to be build. Can any be distributed with addon or must be distributed as separate addon? Or not even re-distributed in any way but downloaded from official source.
-
No, you are wrong. As you can see there is already this addon for RPi which works fine. Those X11 libraries are needed by java to actually run but it doesn't display anything on X display. So all is good
Working RPi addon: bluray-menu-rpi2.tar.gz
-
it seems the jre is depend on some X11 libs which means there will be no rpi builds because rpi is not using X11
Just copy them from respbian as with current addon: X11 libraries from raspbian
-
File must have .service extension - in your case storage-kodi.mnt.service.
-
I was asking if you could kindly compile an image with 8.2.5 LibreELEC release and the same libcec version.
Sure, I just need to know what to do
-
Can any be distributed in final zip? If not addon should be download it on first use.
-
But Oracle is a nice company
-
Can you explain what to do actually? I'm very confused lately.
-
jre package:
Code
Display MorePKG_NAME="jre" PKG_VERSION="8u192" PKG_VERSION_BUILD="b12" PKG_SHA256="ac292ff5d70c9a89b33da544e9da3c2308e3de249e872337f34d52f19f7dcea3" PKG_ARCH="any" PKG_LICENSE="probably" PKG_SITE="???" PKG_URL="https://download.java.net/java/jdk8u192/archive/b04/binaries/jre-8u192-ea-bin-b04-linux-x64-01_aug_2018.tar.gz" PKG_SOURCE_DIR="${PKG_NAME}1.8.0_${PKG_VERSION##*u}" PKG_DEPENDS_TARGET="" PKG_SECTION="program" PKG_SHORTDESC="Java SE Runtime Environment 8 ..." PKG_LONGDESC="$PKG_SHORTDESC" PKG_TOOLCHAIN="manual" PKG_IS_ADDON="yes" PKG_ADDON_NAME="Java Runtime Environment" PKG_ADDON_TYPE="xbmc.python.script"
-
It is fine now with this package.mk
Code
Display More# it is openjdk ! PKG_NAME="jdk" PKG_VERSION="1.8.0_192" PKG_VERSION_BUILD="8u192" PKG_SHA256="94e04b6fe0b38157eaea6a595bd6c667f058e8e926510ef2b7929164b77c88d3" PKG_ARCH="any" PKG_LICENSE="probably" PKG_SITE="???" PKG_URL="https://download.java.net/java/jdk8u192/archive/b04/binaries/jdk-8u192-ea-bin-b04-linux-x64-01_aug_2018.tar.gz" PKG_SOURCE_DIR="${PKG_NAME}${PKG_VERSION}" PKG_DEPENDS_TARGET="" PKG_SECTION="lang" PKG_SHORTDESC="Java SE Development Kit 8 ..." PKG_LONGDESC="$PKG_SHORTDESC" PKG_TOOLCHAIN="manual"
jre should also be updated.