<Xogium>
heya sc6502 ! Just to tell you that if you want to access the server, you can do so by connecting to speedsaver.xogium.me on port 15400, with user admin and password internetradio
<Xogium>
it is an orange pi configured to use wake on lan to wake up the server
<Xogium>
so you can litterally just type wol and it will wake it up
<sc6502>
Thanks.
<sc6502>
Question on navit/Config.in
<Xogium>
yeah ?
<sc6502>
Can config BR2_PACKAGE_NAVIT_SPOTIFY_PLAYER be renamed to just BR2_PACKAGE_NAVIT_AUDIO
<sc6502>
and remove all the references to spotify
<sc6502>
I'm guessing we still need ALSA to play the tune.
<Xogium>
hm sure. I think we don't even use this config
<Xogium>
the only thing we select in navit config I think is speedsaver
<Xogium>
let me have a quick look at it
<Xogium>
yeah ok so we don't use the gtk, not qt5, nor j1850 plugin, nor spotify player
<sc6502>
Great, more pruning :)
<Xogium>
the thing that happened is I grabbed the original navit config from back when Pierre was still hepling with the project
<Xogium>
I had no idea how navit worked or anything so I left it mostly intact
<Xogium>
so all we use is gpsd vehicle, speedsaver build, and navit
<sc6502>
I've pared it down to 60 source files and zero compiler warnings now.
<Xogium>
oh holy jesus
<Xogium>
this'll probably also start severely reducing ram usage
<Xogium>
I mean, we might not enable the options themselves but dead code and all of that
<sc6502>
Yeah, it was a headache just reading the code and wondering whether it was relevant or not.
<sc6502>
A prime example of irrelevant will be search_houseno_interpol.c
<sc6502>
We've no interest in guessing what the next house number is.
<Xogium>
damn yep sounds useless
<Xogium>
and just what the fuck did spotify do in there ? Its supposed to be a gps thing not a music player
<Xogium>
lol
<sc6502>
$ cmake --version
<sc6502>
cmake version 3.16.3
<sc6502>
Which version are you and Peter using?
<Xogium>
hmm we use buildroot's built cmake I believe
<Xogium>
let me see
<sc6502>
I'm kinda making the min version 3.0 in the CMakeList.txt
<Xogium>
ah we should be fine then, I'm on arch and he's on ubuntu 20.04 or something
<Xogium>
on arch we use cmake 3.21.3
<sc6502>
Yeah, mine is Ubuntu 20.04 also, so we should be good.
<sc6502>
Gotta go eat, then get back to normal work.