• 1
  • 10
  • 11
  • 12
  • 13
  • 14(current)
WIP Blu-ray Disc Java menus support
(2015-08-28, 13:44)ray1112 Wrote:
(2015-08-25, 00:43)da-anda Wrote: Anyone is free to grab that branch, rebase it onto master and do a custom build though
Can you say git commands for this?
Now I have 2 accounts: one for master 15.2 and other for this build.
Sorry for noob question.
If anybody need this:

git clone https://github.com/xbmc/xbmc kodi
cd kodi
git remote add bluray https://github.com/ace20022/xbmc
git fetch --all
git checkout Isengard
git checkout -b mybdj
git merge bluray/bdj08
./bootstrap
./configure --enable-libbluray
make
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
Info:

libbluray 0.8.1 was part of Kodi Jarvis now, but don´t have bdj active yet.

https://github.com/xbmc/xbmc/pull/7727

was merged yesterday
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
(2015-09-02, 13:04)Wanilton Wrote: Info:

libbluray 0.8.1 was part of Kodi Jarvis now, but don´t have bdj active yet.

https://github.com/xbmc/xbmc/pull/7727

was merged yesterday

This look interesting. I will check Windows Nightly build in the weekend!
(2015-09-04, 11:09)Lamerjack Wrote:
(2015-09-02, 13:04)Wanilton Wrote: Info:

libbluray 0.8.1 was part of Kodi Jarvis now, but don´t have bdj active yet.

https://github.com/xbmc/xbmc/pull/7727

was merged yesterday

This look interesting. I will check Windows Nightly build in the weekend!

Pay attention: "but don´t have bdj active yet", i.e. without BD Java menus.
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
(2015-09-02, 12:12)ray1112 Wrote:
(2015-08-28, 13:44)ray1112 Wrote:
(2015-08-25, 00:43)da-anda Wrote: Anyone is free to grab that branch, rebase it onto master and do a custom build though
Can you say git commands for this?
Now I have 2 accounts: one for master 15.2 and other for this build.
Sorry for noob question.
If anybody need this:

git clone https://github.com/xbmc/xbmc kodi
cd kodi
git remote add bluray https://github.com/ace20022/xbmc
git fetch --all
git checkout Isengard
git checkout -b mybdj
git merge bluray/bdj08
./bootstrap
./configure --enable-libbluray
make


Hi,

when i do "./configure --enable-libbluray"

i return this error :

Code:
checking for sys/inotify.h... yes
checking boost/circular_buffer.hpp usability... no
checking boost/circular_buffer.hpp presence... no
checking for boost/circular_buffer.hpp... no
configure: error: Could not find a required library. Please see the README for your platform.

To resolve : sudo apt-get install libboost-all-dev

With this erorr

Code:
configure: Using Python 2.7
== Wayland disabled. ==
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.

do :

Code:
sudo apt-get install automake bison build-essential cmake curl cvs default-jre fp-compiler gawk gdc gettext git-core gperf libasound2-dev libass-dev libboost-dev libboost-thread-dev libbz2-dev libcap-dev libcdio-dev libcurl3 libcurl4-gnutls-dev libdbus-1-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libgif-dev libglew-dev libiso9660-dev libjasper-dev libjpeg-dev liblzo2-dev libmicrohttpd-dev libmodplug-dev libmpeg2-4-dev libmpeg3-dev libmysqlclient-dev libnfs-dev libogg-dev libpcre3-dev libplist-dev libpng-dev libpulse-dev libsdl2-dev libsmbclient-dev libsqlite3-dev libssh-dev libssl-dev libtiff-dev libtinyxml-dev libtool libudev-dev libusb-dev libva-dev libvdpau-dev libvorbis-dev libvorbisenc2 libxml2-dev libxmu-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libyajl-dev mesa-utils nasm pmount python-dev python-imaging python-sqlite swig unzip yasm zip zlib1g-dev

With this error :
checking for LIBBLURAY... no
configure: error: Could not find a required library. Please see the README for your platform.

Enter in kodi/lib/libbluray and do a make

And With this error :
Code:
checking for ant... no
configure: error: BD-J requires ANT, but ant was not found. Please install it.
make: *** [libbluray/configure] Errore 1

do an sudo apt-get install ANT

and with this error :

Code:
BUILD FAILED
/home/fatez/kodi/lib/libbluray/libbluray/src/libbluray/bdj/build.xml:23: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-7-openjdk-i386/jre"



Clean JAVA :

Code:
Remove all the Java related packages (Sun, Oracle, OpenJDK, IcedTea plugins, GIJ):

dpkg-query -W -f='${binary:Package}\n' | grep -E -e '^(ia32-)?(sun|oracle)-java' -e '^openjdk-' -e '^icedtea' -e '^(default|gcj)-j(re|dk)' -e '^gcj-(.*)-j(re|dk)' -e '^java-common' | xargs sudo apt-get -y remove
sudo apt-get -y autoremove
Purge config files:

dpkg -l | grep ^rc | awk '{print($2)}' | xargs sudo apt-get -y purge
Remove Java config and cache directory:

sudo bash -c 'ls -d /home/*/.java' | xargs sudo rm -rf
Remove manually installed JVMs:

sudo rm -rf /usr/lib/jvm/*
Remove Java entries, if there is still any, from the alternatives:

for g in ControlPanel java java_vm javaws jcontrol jexec keytool mozilla-javaplugin.so orbd pack200 policytool rmid rmiregistry servertool tnameserv unpack200 appletviewer apt extcheck HtmlConverter idlj jar jarsigner javac javadoc javah javap jconsole jdb jhat jinfo jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc xulrunner-1.9-javaplugin.so; do sudo update-alternatives --remove-all $g; done

and reinstalla java :

sudo apt-get update
java -version
sudo apt-get install default-jre
sudo apt-get install default-jdk
sudo apt-get install ant
@fatez
Wanilton Wrote: libbluray 0.8.1 was part of Kodi Jarvis now, but don´t have bdj active yet !!!
You need make libbluray with BDJ from git://git.videolan.org/libbluray.git (version 0.8.1).
P.S. I haven't errors but my environment is not clean I make new versions of KODI from 11.0 (sometime I need install 1-2 new libs).
Ubuntu 22.04, Linux desktop 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Kodi (20.1 (20.1.0) Git:20230312-289ec664e3). Platform: Linux x86 64-bit
Sony Android TV, Kodi 20.1
  • 1
  • 10
  • 11
  • 12
  • 13
  • 14(current)

Logout Mark Read Team Forum Stats Members Help
Blu-ray Disc Java menus support3