Micke Nordin

Results 39 comments of Micke Nordin

Any chance of this being merged? Poll support is the one thing I miss on tootle.

This is a PKGBUILD-file that I got working with makedeb (just slightly modified from the original) ``` # Maintainer: Julian Schmidhuber pkgname=tubefeeder pkgver=1.6.6.r2.6151151 pkgrel=1 pkgdesc="A Youtube, Lbry and Peertube client...

There is still some work to do. The PKGBUILD works on my debian testing install on amd64, but not on my pinephone or pinephone pro. But it seems related to...

It seems crosscompiling is not a thing with makedeb(?), so I am building on the ppp. msgfmt is in a package called gettext in debian, and that was missing as...

> > do you have any input regarding cross-compiling @hwittenborn? > > What do you mean by cross compiling? I'm not too familiar with the term myself. It should be...

> Can you also share the problem you have with ring if you still have problems? Sure, this is the error message I get now: ``` error: failed to run...

Yes, something is weird. It seems rings build.rs sets CFLAGS

> Yes, something is weird. It seems rings build.rs sets CFLAGS Yes, there is a bug on line 220 in build.rs for ring. If I remove: ``` ("x86_64", None, Some("elf")),...

I found it to be really easy to set up a debian repo hosted on github using reprepo, meaning I don't have to set up my own server for this....

I think that addressed all of the feedback?