ChanServ changed the topic of #libreelec to: [~ LibreELEC Support Channel ~ current release: LibreELEC (Leia) 9.2.4 RELEASE ~ No discussion/support for piracy addons ~ https://libreelec.tv/2018/04/community-builds/ ~ https://freenode.irclog.whitequark.org/libreelec ~]
shibboleth has quit [Quit: shibboleth]
CYBERDEViL has quit [Quit: Leaving]
buzzmarshall has quit [Remote host closed the connection]
tsal has joined #libreelec
buzzmarshall has joined #libreelec
_whitelogger has joined #libreelec
Nightah has quit [Quit: ZNC - https://znc.in]
Nightah has joined #libreelec
TheSilentLink has quit [Ping timeout: 240 seconds]
TheSilentLink has joined #libreelec
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
buzzmarshall has quit [Remote host closed the connection]
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
<chewitt> pjs how you create/write the sd card is irrelevant
<chewitt> use dd if you like
<chewitt> use any other app that writes SD cards .. different routes to the same destination
<pjs> chewitt: got it, thanks!
JohnDoe_71Rus has joined #libreelec
daggs1 has joined #libreelec
<daggs1> Greetings, anyone knows how to disable bluray support when building LE 9.2.5 from source?
<chewitt> set KODI_BLURAY_SUPPORT="no" in distributions/LibreELEC/options
<chewitt> BLURAY_BDPLUS_SUPPORT and BLURAY_AACS_SUPPORT should prob. be disabled too
<chewitt> same file
<daggs1> thanks
<daggs1> I need to disable it because it doesn't finds a specific header thus fails the compilation, is this a known issue?
<chewitt> nothing I've heard of .. and I clean build 9.2.x for RPi4 yesterday without issues
<chewitt> which distro are you building on?
<daggs1> gentoo, x86-64
<daggs1> I'll build and share the error
asdf28 has joined #libreelec
<chewitt> Ubuntu 18.04 is the most reliable OS for building .. as it's what we build official images on
<daggs1> I understand, unfortunately, I don't have an handy ubuntu 18.04
<JohnDoe_71Rus> chewitt: hi. can you open pm?
<chewitt> what needs pm?
<JohnDoe_71Rus> talk that is offtop for main channel. i think
<chewitt> I'll be online again in a couple of hours, I have work to do now sorry..
chewitt has quit [Quit: Adios!]
RaphGro has joined #libreelec
andy-burns has joined #libreelec
lolek has joined #libreelec
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tobbi has joined #libreelec
chewitt has joined #libreelec
<chewitt> JohnDoe_71Rus so what do you want to talk about?
cage has quit [Quit: .]
Gittun has joined #libreelec
<daggs1> chewitt, I've decided to go with your suggestion, installed u18.04 on vm.
<daggs1> btw, if I build a specific addon, will it use the same build definitions I used to build LE? the addon will be embedded into the new image or set aside (which requires a local repo)
<JohnDoe_71Rus> can someone build a few A20 images of specific commits? for bisect test
andy-burns has quit [Ping timeout: 260 seconds]
<chewitt> daggs1 if you build using the same PROJECT=, ARCH= .. it will be created using the same toolchain/sources
<chewitt> the addon zip will be in the target/ folder, it does not embed into the image
<daggs1> chewitt, so I need to create a local repo for LE to use, correct?
cage has joined #libreelec
<chewitt> copy the zip file to the device and install from /storage
<chewitt> kodi needs a switch toggled to allow install from local zips .. in settings
<daggs1> ok, will it have access to the official addons repos?
<chewitt> if it's a one-time install, that will be easier than building a repo
<daggs1> I do update LE
<chewitt> everything else will still work as normal
<daggs1> ok
<daggs1> I hope this version will fix my issue
<daggs1> chewitt, for upgrade, I can place the img file in /storage/.update on the device and reboot, correct?
<chewitt> correc
<chewitt> t
<daggs1> ok
<daggs1> is there a way to force factory reset from cli?
<chewitt> systemctl stop kodi
<chewitt> rm -rf /storage/*
<chewitt> reboot
<daggs1> ok, will first kill the settings, then will try upgrading to 9.2.5
<daggs1> thanks
<chewitt> there are other ways to remove specific config.. rm -rf is the sledgehammer approach
<daggs1> chewitt, for what I need to do, factory defaults is needed
andy-burns has joined #libreelec
<chewitt> defaults for Kodi .. defaults for networking? .. there are lots of defaults
<daggs1> like clean install
<daggs1> I still see .config, .fluxbox and such
<daggs1> are they part of a clean instal?
<daggs1> are they part of a clean install?
<daggs1> I'm trying to build visualization.spectrum but it fails on not finding Findglm.cmake, what package might I be missing?
<chewitt> one possible solution to missing dependencies is to build the release image first, then the add-no
<chewitt> add-on
<daggs1> this? LibreELEC-Generic.x86_64-9.2-devel-20201021051911-d04e8d9.tar
etjenne has quit [Remote host closed the connection]
<daggs1> found the issue, visualization.spectrum requires visualization.projectm, looks like a deps issue
<chewitt> add-ons should not require other add-ons to be build first
<chewitt> so there's a bug there
Fenster has quit [Ping timeout: 258 seconds]
<daggs1> maybe visualization.spectrum doesn't pulls the right dep which visualization.projectm, does pull
<chewitt> projectm calls PKG_DEPENDS_TARGET="toolchain freetype glm $OPENGL"
<chewitt> spectrum calls PKG_DEPENDS_TARGET="toolchain kodi-platform glm"
Fenster has joined #libreelec
<chewitt> so adding $OPENGL, which will pull in mesa, will work
<chewitt> s/will/will-probably
<chewitt> that's my guesss
<daggs1> possibly
<chewitt> or there's a bug in the cmake file where it fails to find glm things
<chewitt> but projectm cmake files work, so things get populated to toolchain and then spectrum finds it correctly
<chewitt> that sounds more likely..
asdf28 has quit [Ping timeout: 256 seconds]
<daggs1> nope, that isn't is, 9.2.5 doesn't have glm in PKG_DEPENDS_TARGET, adding it fixes the issue
<chewitt> ahh, I was looking at master
<daggs1> I did mentioned I'm building 9.3.5 at the beginning :)
<daggs1> I've approved it (not sure if that means anything...)
<chewitt> yeah.. not really :)
<chewitt> people with merge rights count
<chewitt> it's a bit academic since we cheat when we build official add-ons .. we do them in bulk, so projectm always builds (alphabetically) before spectrum
<daggs1> question, why SCSI_VIRTIO isn't enabled in the x86_64 kernel?
<chewitt> LE doesn't run any hypervisors, so no need for it
<chewitt> or .. if it's the other way around, we're using some other HBA/bus standard not SCSI
<chewitt> we have never 'supported' virtual installs
<daggs1> I'm running LE in kvm, there are multiple _VIRTIO configs enabled. SCSI_VIRTIO isn't. thing is, if I want to pass throught my dvd for example, I cannot
<chewitt> there's an OVA for vmware which staff use for functional testing sometimes
<chewitt> we're all using workstation/player/fusion
<daggs1> then why have any VIRTIO config enabled?
<chewitt> subzero interest in HyperV or any other hypervisor .. because we don't support use
<chewitt> no idea, maybe stray config
<daggs1> shame, it works great on my server
k-man has quit [Ping timeout: 260 seconds]
k-man has joined #libreelec
pauljw has quit [Quit: Leaving]
<chewitt> LE has always been a "focussed" distro with a particular mission
<chewitt> better to aim at something specific and do it well than attempt to be everything to everyone and miss the mark
<daggs1> I agree, still it is a nice extra as it beats my c2 performance wise and it costs 1/3 from getting a new NUC as I have almost everything I need
<chewitt> If you're self-building .. enable whatever you need
<daggs1> that is what I do
<chewitt> 'tis the beauty of open source :)
pauljw has joined #libreelec
<daggs1> the only downfall is the upgrades flow which I need to maintain even addon wise
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
<chewitt> why?
<chewitt> official add-ons will run fine on a home-built image
<daggs1> so tools from 10.0 can work on 9.2?
<chewitt> nope, but 9.2 add-ons will work fine
<chewitt> if we missed a bump in something you care about, feel free to send a PR to GitHub to bump the package
<chewitt> (tested bump)
psymin has joined #libreelec
<daggs1> currently I'm focused on having LE work perfectly over kvm, assuming SCSI_VIRTIO works and I send PR, what are the odds it will be merged?
<chewitt> roll dice .. it's not something I'd personally want, but it's a group decision
iNDi has quit [Ping timeout: 272 seconds]
iNDi has joined #libreelec
JohnDoe_71Rus has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
<JohnDoe_71Rus> can someone build a few A20 images of specific commits? for bisect test
_abbenormal has quit [Read error: Connection reset by peer]
produnis has joined #libreelec
_abbenormal has joined #libreelec
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
produnis has quit [Ping timeout: 258 seconds]
produnis has joined #libreelec
lolek has quit [Ping timeout: 246 seconds]
chewitt has quit [Ping timeout: 256 seconds]
pragmaticenigma has joined #libreelec
lolek has joined #libreelec
lolek has quit [Read error: Connection reset by peer]
RaphGro has joined #libreelec
gouchi has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
_abbenormal has quit [Read error: Connection reset by peer]
_abbenormal has joined #libreelec
heldchen has joined #libreelec
held has quit [Ping timeout: 258 seconds]
produnis has quit [Ping timeout: 272 seconds]
heldchen has quit [Remote host closed the connection]
heldchen has joined #libreelec
produnis has joined #libreelec
RedSoxFan07 has joined #libreelec
held has joined #libreelec
heldchen has quit [Ping timeout: 272 seconds]
_abbenormal has quit [Quit: Leaving]
produnis has quit [Remote host closed the connection]
held has quit [Remote host closed the connection]
svetlemodry has joined #libreelec
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
fraggle_boate_ has joined #libreelec
fraggle_boate has quit [Ping timeout: 272 seconds]
pragmaticenigma has quit [Quit: Leaving]
andy-burns has quit [Ping timeout: 260 seconds]
_abbenormal has joined #libreelec
RedSoxFan07 has quit [Remote host closed the connection]
held has joined #libreelec
lolek has joined #libreelec
rdorsch has joined #libreelec
hgeboner has quit [Ping timeout: 256 seconds]
Fenster has quit [Ping timeout: 260 seconds]
hgeboner has joined #libreelec
gouchi has quit [Remote host closed the connection]
daggs1 has quit [Ping timeout: 272 seconds]
psymin has quit [Quit: Leaving]
fraggle_laptop has quit [Remote host closed the connection]
fraggle_laptop has joined #libreelec
fraggle_boate_ has quit [Remote host closed the connection]
fraggle_boate has joined #libreelec
Gittun has quit [Quit: ‹‹UPP››]
shibboleth has joined #libreelec
Fenster has joined #libreelec
Colti has quit [Ping timeout: 260 seconds]
Colti has joined #libreelec
shibboleth has quit [Quit: shibboleth]
psymin has joined #libreelec
shibboleth has joined #libreelec
heldchen has joined #libreelec
held has quit [Ping timeout: 246 seconds]