*** Thaodan_ is now known as Thaodan | 00:53 | |
Mister_Magister | mal: to make voicecall plugin? | 03:16 |
---|---|---|
Thaodan | Mister_Magister: the devel package only contined libvoicecall.so | 03:17 |
Mister_Magister | which i link against | 03:18 |
Thaodan | I don't think that's intended. | 03:18 |
Mister_Magister | https://github.com/sailfishos/voicecall/blob/master/plugins/plugin.pri#L11 | 03:18 |
Mister_Magister | isn't it? | 03:18 |
Thaodan | ok it is I take it back. | 03:19 |
Thaodan | Could be that it wasn't intended to create external plugins. What do you wanna add? | 03:19 |
Mister_Magister | i don't wanna add anything,i already made my plugin which said update broke | 03:20 |
Thaodan | That was the question what the plugin you wrote add. | 03:20 |
Mister_Magister | https://github.com/Michal-Szczepaniak/Yottagram/tree/master/YottagramVoicecallPlugin | 03:21 |
Mister_Magister | tho it seems to have built without the -lvoicecall | 03:22 |
Thaodan | Mister_Magister: good idea for a plugin.. | 03:22 |
Mister_Magister | well thanks | 03:22 |
Thaodan | Haven't thought about something like that even thou I think a telepathy connection manager should handle that.. | 03:22 |
Mister_Magister | well it's not perfect | 03:23 |
Thaodan | But our ui is to limited for that one really.. (IMHO) | 03:23 |
Mister_Magister | i can't switch mics/speakers | 03:23 |
Mister_Magister | but it kinda works | 03:23 |
Mister_Magister | its fun when someone calls me on telegram i get normal call on phone | 03:23 |
Mister_Magister | brb | 03:24 |
Thaodan | Mister_Magister: it's fun to use a phone as a phone :D | 03:25 |
Mister_Magister | it's fun to use your os as an os | 03:27 |
Mister_Magister | but jolla actively fights it… | 03:28 |
Thaodan | Mister_Magister: well I think the issue is sometimes the people that originally wrote the code are not there anymore and then someone that didn't read close enough removes some "useless" thing an d then stuff breaks | 03:31 |
Thaodan | Anyway I forwarded the issue. | 03:31 |
Mister_Magister | thank you <3 | 03:31 |
Mister_Magister | i'm just salty at my apps being broken every release | 03:32 |
Mister_Magister | Thaodan: hmm, seems like its working without the .so | 04:00 |
Mister_Magister | so maybe in fact it was unnecessary | 04:00 |
Mister_Magister | then instead of adding it back, suggest removing it from .pri xd | 04:01 |
Thaodan | ok good to hear, I think the .so is created always for shared libs. | 04:18 |
Thaodan | Man Quickddits video selection is broken.. | 04:19 |
Mister_Magister | whats xulrunner and why does it take up 200MB of space lol | 04:50 |
Mister_Magister | hoo boi voicecall plugin specification changed | 12:32 |
mal | Mister_Magister: xulrunner is the gecko browser engine, it's big | 12:33 |
Mister_Magister | ah | 12:34 |
Mister_Magister | hmm no voicecall didn't change thats weird | 12:34 |
Chris[m]1 | Mister_Magister: if I remember correctly, it is part of Firefox/Gecko. I think XUL is some kind of XML UI description Language and xulrunner is like the qmlviewer of xul, but I may be mistaken. | 12:36 |
attah | rinigus: I spy with my little eye... https://github.com/mlehtima/boost | 13:01 |
mal | damn, I was trying to hide it :D | 13:02 |
rinigus | :) | 13:03 |
attah | So maybe i do have a GitHub addiction... | 13:06 |
mal | hehe | 13:06 |
Mister_Magister | soo… how's h264 on sfos xd still broken? | 13:38 |
Mister_Magister | i meant avc1* | 13:39 |
mal | what do you mean? | 13:39 |
Mister_Magister | last time (like a year ago) i reported issue here, to you even i think that sweeping avc1 stream causes crash in droidmedia | 13:40 |
Mister_Magister | ever since microtube is forced to vp9 only | 13:40 |
mal | ah, there is some bug in droidmedia but not sure if it's codec specific or not | 13:41 |
mal | it happens when stopping video sometimes, maybe could happen some other times also | 13:42 |
Mister_Magister | and i could even reproduce it in qtmultimedia so yeah | 13:43 |
mal | do you have some simple instruction to make it happen | 13:44 |
Mister_Magister | gotta search the logs again… | 13:44 |
Mister_Magister | but since nobody done anything about it for past years since reporting i'm not in hurry :P | 13:45 |
mal | it's easy to forget things | 13:46 |
Mister_Magister | yee | 13:46 |
Mister_Magister | just gimme minute | 13:46 |
Mister_Magister | mal: couldn't find it in logs but basically yt-dl or yt-dlp <any yt link> -F, pick format with avc1, do the same but -f <format>, use that link to play it via gstreamer/qtmultimedia (you can use my picoplayer for that), try seeking | 15:52 |
Mister_Magister | oh sorry -f <format> -x | 15:52 |
Mister_Magister | oh wait not -x either | 15:53 |
Mister_Magister | -g | 15:53 |
Mister_Magister | its a hidden flag xd | 15:53 |
Mister_Magister | if you have some http webserver with avc1 file (h264) you can use that too | 15:54 |
Mister_Magister | lol it changed behaviour now instead of crashing it just doesn't seek | 15:55 |
Mister_Magister | that's… well… improvement | 15:55 |
Thaodan | The bugs sounds related to the browser crashing when you jump around in a video stream. | 16:36 |
Mister_Magister | yeah | 16:59 |
Mister_Magister | maybe jolla will finally do something about it then | 16:59 |
mal | rinigus: attah: at least that boost builds, I need to test all packages which depend on it to see if anything breaks | 17:06 |
rinigus | mal: I suspect its also some jolla non-open source packages as well. but good news, looking forward to see boost updated :) | 17:07 |
mal | at least testing that is easy, I can just put it certain project on obs and it builds everything that uses it | 17:08 |
b100dian[m] | rinigus, piggz, would sailfishos-open be a good host for harbour-hydrogen? I'm thinking me and pherjung could work together for updating it but I wouldn't create a 'personal' fork or create yet another github organization.. | 17:45 |
piggz | yes, i think we are happy to host anything there | 17:48 |
Thaodan | Another way would be to add it to the matrix org. | 17:48 |
b100dian | hmm :thinking: that is also a sensible suggestion. Would create awareness about hey, there's this platform too | 17:53 |
Mister_Magister | yo i can't seem to find i486 target for the EA, SailfishOS-4.5.0.16EA-i486 says invalid name | 18:40 |
Mister_Magister | oh… jolla's servers are timing out | 18:58 |
Mister_Magister | cool | 18:58 |
mal | rinigus: looks quite promising, only one package left to build and no failures so far | 19:05 |
Mister_Magister | jolla fix your severs xd | 19:07 |
mal | which servers, I what exactly are you doing? updating app sdk or what? | 19:07 |
Mister_Magister | i wanna install target | 19:08 |
Mister_Magister | https://releases.sailfishos.org/sdk/targets/ | 19:08 |
Mister_Magister | sfdk can't list available targets or install new one | 19:08 |
mal | list targets? what? | 19:09 |
Mister_Magister | sfdk tools list -a | 19:09 |
mal | I didn't even know that exists | 19:09 |
Mister_Magister | and can't install SailfishOS-4.5.0.16EA-i486 | 19:10 |
Mister_Magister | cause https://releases.sailfishos.org/sdk/targets/ is timing out | 19:10 |
mal | yeah, I complained about that in internal chat | 19:11 |
Mister_Magister | nice thank | 19:12 |
mal | maybe I should check what that sfdk supports, I just use the old to do everything | 19:13 |
mal | *old ways | 19:13 |
rinigus | mal: fingers crossed | 19:20 |
mal | rinigus: that built now also, all green in x86 so making a PR soon, still some aarch64 builds happening but I see no reason why those would fail | 19:24 |
rinigus | mal: thank you very much! | 20:20 |
direc85[m] | https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish-silica-pagestack.html/ has var, int and Page types in the function definitions that all take a page -- shouldn't they all be Page? | 21:19 |
mal | rinigus: just a warning that in case you end up adding some custom version of boost to chum you need to make sure it doesn't replace the existing boost, otherwise many things will break because for example libzypp depends on the current boost | 21:54 |
mal | good thing is that the boost libs have the version in the filename so it should be possible to have two versions co-exist on the system | 21:55 |
b100dian | can anyone remind me those yaml files next to rpm/*.spec, how are they generated? I see them in a lot of packages | 22:37 |
mal | yaml stuff for generating spec is pretty much obsolete, I always just make the spec manually | 22:39 |
b100dian | oh, so it was yaml -> spec | 22:41 |
b100dian | in the harbour-hydrogen build.sh there was a command `specify` that seemed to generate yaml FROM spec (since the yaml is not present). But I don't know where that command is from. | 22:43 |
b100dian | ok, removing the yaml from the spec file .. | 22:43 |
pherjung[m] | isn't the yaml automatically generated if you use the SDK? | 23:03 |
pherjung[m] | *yaml file | 23:03 |
direc85[m] | yes | 23:30 |
mal | but if you | 23:40 |
mal | but if you package something in other ways than using app sdk then pure spec is the way | 23:40 |
mal | like when packaging some library or some other project which you don't make using app sdk | 23:41 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!