libera/#maemo-leste/ Sunday, 2022-12-25

rafael2kfor whoever maintains the pp kernel, here is the upstream I was using: https://salsa.debian.org/Mobian-team/devices/kernels/sunxi64-linux00:04
rafael2klatest 5.15 is: https://salsa.debian.org/Mobian-team/devices/kernels/sunxi64-linux/-/tree/mobian-5.1500:04
rafael2kmobian already jumped to 6.1: https://salsa.debian.org/Mobian-team/devices/kernels/sunxi64-linux/-/tree/mobian-6.100:05
rafael2kI'll forward port my camera patches to kernel mobian's 6.100:05
rafael2k(for mobian, but maemo can use the the same verbatim kernel is initrd is enabled)00:06
rafael2k*if00:06
rafael2kI'll keep working on libcamera testing / pushing upstream /  which might also help maemo-leste.00:07
rafael2kgood luck!00:07
rafael2kI wish this was an open project, but unfortunately I found the opposite. Good funding... I keep cheering for you, but as I can not be a member, I'm put my efforts in the sister Mobian project. No heart feelings. I hope you don't break ofono nor telephony in the kernel. : )00:09
WizzupI'm sure they'll import random .deb files00:48
rafael2kdon't worry, the phone rings when there is an incoming call!00:52
Wizzupyou're being ridiculous and it makes me very sad00:53
norayrbtw i'll start playing on anonradio.net in 10 minutes.01:03
norayromg my messenger hang and it sent the message hours later01:05
norayrhttps://toobnix.org/w/oVu9CMw8anq1QKnE7MxsgH01:06
norayrbut i already published the recording.01:06
norayrwill meet a guy who may take some other work for maemo. let's see.01:06
Wizzupnorayr: great @ person01:13
Wizzupmerry christmas to everyone reading along01:13
norayryay01:13
sunshavimerry christmas guys too08:41
Wizzupuvos: maybe new chimaera udev filters out the hp pin event?09:36
Wizzupwill check later today if I remmber09:37
freemangordonok, either I am stupid or gdb in chimaera is broken11:51
freemangordonit does not want to set breakpoints in libraries with symbols not stripped11:51
freemangordonnot only that, but gdb is happy with "*(int *)NULL = 0;"11:54
freemangordonlike, it does not stop there11:54
freemangordonoh12:03
freemangordonI am stupid :)12:03
freemangordonWizzup: I think I am more or less ready with SIP plugin, do you have any idea how to test it?12:38
freemangordonlike, is there some free SIP provider I can register account with?12:39
freemangordonalso, do we have another telepathy manager besides telepathy-haze that supports SIP?12:40
Wizzupfreemangordon: sofiasip12:57
Wizzupthis is telepathy-rakia12:57
freemangordonok12:57
Wizzuplet me see, good question about testing it, I have one at home I could share with you12:57
freemangordonI guess I'll have to tweak the supported parameters a bit12:58
freemangordonthat'd be great (the home one)12:58
freemangordonI will need working audio in the VM, right?12:58
Wizzupkeep in mind that calling with it will cost me -some- money, but not a lot ;)12:58
Wizzupso call freely, but not for hours ;)12:58
freemangordonumm, what?12:58
freemangordonwhy is that?12:59
Wizzupfreemangordon: it's connected to a landline12:59
freemangordonoh12:59
Wizzupofc. sip calls are free12:59
freemangordonok, but initially I would like to test pure sip calls12:59
Wizzupok, I think you'll need a second account for that then, right?12:59
Wizzup(also we have nothing that handles tp audio channels atm)13:00
freemangordonnot really, empathy works13:00
Wizzupbtw, my modem at home also does sip, so I could make accounts there for testing (I can do that myself)13:00
freemangordonanyway, going on a ride, ttyl13:01
xmnMerry Christmas to all my linux nerds!!16:02
norayrsooo under chimaera does droid4 have sound or not? i used alsamixer, tried to enable everything, but no sound.20:05
norayralso...20:05
norayri upgraded pinephone to chimaera, but it only has 5.15.6820:05
norayris that normal?20:06
norayrand the keyboard handling only got worse after upgrade: before i could type '-' wih left alt (or fn?) + 7, now it is not possible. left alt or fn trigger something weird.20:07
norayrbut under pmos right alt + 7 should be used.20:07
norayri think i need to find some tool (not xev) which would make it easier to make the xkb map.20:07
Wizzupnorayr: working on it @ d4 snd20:08
Wizzupsorry afk atm, guests20:08
norayrgood, i just wanted to know if it should work or not.20:08
norayrhave a good time.20:08
dsc_https://github.com/Quintus/pathie-cpp21:25
dsc_i'd like this in our repos21:25
dsc_not sure how to package it though21:26
dsc_(a project I am porting to maemo uses pathie)21:28
norayreventually you'll need to package your project right?23:49
norayrso you need to package its dependency too.23:49
norayrsome part of this wiki article can be useful:23:49
norayrhttps://leste.maemo.org/Development/Porting_Packages23:50
dsc_norayr: am wondering how to create the git repo for it23:53
dsc_would pathie be a git submodule as `src/` ?23:53
norayroh i just use local repos, i do git init and the i work23:53
dsc_or do we literally fork their repo and, while retaining the git history, we add some .deb package related files23:53
dsc_(im talking about solely pathie now)23:54
norayrthen when i see the code builds and dpkg-buildpackage generates a package i apply for a repo at maemo-leste-extras/bugtracker23:54
dsc_sure23:54
norayrso i would fork their repo yes, then work on it in the vm or on device23:54
dsc_gotcha23:55
dsc_I can manage creating a .deb, I was just wondering if it should be a git submodule or we fork theirs23:55
dsc_suppose submodule doesnt make a lot of sense ^^23:55
dsc_(as the paths will be weird)23:56
dsc_alright.23:56
norayroh, you mean a dependency? i think ideally the dependency that is not present in chimaera should be packaged as a separate package. if i got right what you say.23:56
dsc_No, I mean that23:57
norayrbut once i had ho copy the code to my package, because beowulf (back then) had the same package but outdated version, and i needed the more modern version so i linked it statically to the binary in my package.23:57
dsc_here we have an example package:23:57
dsc_https://github.com/maemo-leste/maemo-statusmenu-volume23:58
dsc_it has a `src/` folder23:58
dsc_my question: should I vendor pathie as a submodule into `src/` if I were to create my own repo23:58
norayrbut now when moved to chimaera i noticed it builds with chimaera package sa i removed copy pasted code from my git.23:58
norayrpathie is a dependency to your project right?23:59
dsc_no, forget about the dependency :)23:59
norayri think ideally no, you create a package for pathie.23:59
dsc_yes I am talking about creating a package for pathie23:59
norayrnd i think the builder won't like nhe submodule23:59
norayrthe builder doesn't want to download code at the time of the build23:59

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!