*** Mister_Magister_ is now known as Mister_Magister | 02:06 | |
Mister_Magister | is sailfishos ide (qtcreator plugin) opensauce? | 14:29 |
---|---|---|
mal | https://github.com/sailfishos/sailfish-qtcreator is it this? | 14:36 |
Mister_Magister | think so thanks | 14:58 |
zotan | How do you install dependancies into a SB2 environment? | 16:37 |
Thaodan | zotan: You shouldn't all should be installed by the packages buildrequires | 17:03 |
zotan | So my spec file is wrong? | 17:04 |
zotan | I have them listed as BuildRequires, but calling rpmbuild complains. | 17:05 |
zotan | Thaodan: Is there a guide somewhere to building packages with the pdk? | 17:06 |
Thaodan | yes the sailfish os wiki is a good guide | 17:06 |
Thaodan | what does rpmbuild complain? | 17:07 |
zotan | [SB2 sdk-build SailfishOS-latest-aarch64] smb@maktub ~ $ rpmbuild -bb ~/Projects/unison/ocaml/ocaml.spec | 17:07 |
zotan | error: Failed build dependencies: | 17:07 |
Thaodan | don't paste into irc use a paste service or post a link to the log | 17:08 |
zotan | https://pastebin.com/rfu23rCm | 17:11 |
zotan | Thaodan: I realised that I can install the depededencies with "sb2 -t SailfishOS-latest-aarch64 -m sdk-install ..." | 17:13 |
zotan | But it would be good to know how to do this properly. | 17:13 |
Thaodan | zotan: You should use mb2 | 17:15 |
zotan | Thaodan: What is the difference? | 17:16 |
Thaodan | mb2 pulls in depedencies, cleans up targets after builds etc. | 17:16 |
Thaodan | You can also use sfdk instead of mb2 if you don't mind using docker or virtualbox | 17:17 |
zotan | Thaodan: I'll have look, thanks! | 17:19 |
attah | piggz: So i printed my first fixed jpeg file a while ago... and it had nothing to do with the crap one reads on the internet | 18:29 |
attah | (Exif being mostly a header thing) | 18:29 |
attah | A JFIF-only file printed just fine, as long as the actual encoding is "baseline" | 18:30 |
Flohack | Hi guys, if I would have questions about sensorfw, who would be the right guy(s) ? | 19:47 |
Thaodan | mal maybe | 20:08 |
Flohack | Okies thx | 20:11 |
attah | piggz: Now you have something to try, "baselinify" from https://github.com/attah/ppm2pwg | 20:20 |
mal | Flohack: what kind of question do you have? | 20:20 |
Flohack | mal: Hi there, thx. So on Ubuntu Touch we now start using sensorfw, and we have a glitch sometimes with the ambient light sensor, it basically returns 0 or a rather insane high value when read shortly after enabling it | 20:23 |
Flohack | Like if you wakeup the device, its just hit or miss if the value is ok. After that, it works very reliably | 20:24 |
Flohack | SO I want to see where this comes form, it might be device-specific only. Can I get debug to show me the values that are being read from sensor HAL? | 20:24 |
Flohack | An example would be https://pastebin.com/anF2eXZZ | 20:25 |
Flohack | Already we had to put a patch inside to read a new value immediately after turning on screen, since it seems that just enabling sensors would not deliver a callback immediately (only on change of value? no idea) | 20:26 |
mal | if you want to build sensorfw manually for testing you could patch the adapter code for als | 20:37 |
mal | https://github.com/sailfishos/sensorfw/blob/master/adaptors/hybrisalsadaptor/hybrisalsadaptor.cpp#L126 | 20:38 |
Flohack | Yeah could be done maybe. Just wanted to know if there is any debug facility that spits out stuff ^^ | 20:38 |
mal | looks like processEvents in hybrisadaptor.cpp doesn't have anything to print raw data | 20:40 |
Flohack | okies thx! | 20:40 |
mal | in a way it might have made sense to have some trace printing in adapters but it seems it was never added | 20:40 |
Flohack | Yeah I just want to know if that mess comes from Android side (which is very likely) | 20:41 |
mal | yeah, debug printing to that hybrisalsadaptor.cpp should tell that | 20:42 |
Flohack | ;) | 20:42 |
mal | Flohack: let me know what you find out | 21:25 |
piggz | poetaster: rinigus: i wonder if storeman could be developped here https://github.com/sailfishos-open ? | 23:12 |
Flohack | mal: I will! | 23:21 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!