Rasmus Thomsen

Results 94 comments of Rasmus Thomsen

Attachached fullsize ![screenshot from 2018-08-14 21-16-02](https://user-images.githubusercontent.com/8766773/44116117-89af4414-a007-11e8-8ca5-64f70de85d30.png)

> I really think qbs is much better build system than cmake, at least from a developer point of view. Hum, maybe from a dev point of view it's nice,...

> Out of curiosity, what issues did you faced when packaging MellowPlayer? I've ported rpm/deb/PKGBUILD packages from CMake to qbs and I don't remember it was a hell... * It's...

It just simply doesn't work well (or at all) if you do anything slightly non-standard.

> otherwise I may have gone to meson If you wanted to I can make a meson port :)

Hm, having two build systems seems unnecessary. It's OK if MellowPlayer keeps using CMake, just hit me up if you change your mind.

> The only reason the struct sizes would differ is if there's a bug in DStep. Yes, the point of having these would be to make sure that in case...

Missing following diff: ```diff diff --git a/data/icons/meson.build b/data/icons/meson.build index 640d263..926e90d 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -1,4 +1,4 @@ -icon_sizes = ['32', '48', '64'] +icon_sizes = ['16', '24', '32', '48',...