Results 487 comments of Kirill A. Korinsky

@karypis any thoughts about this one? This is the only patch that is required by MacPorts :) I'd love to have it merged and remove all patches.

@mesonium I just tried fd915ac76fdb5d3bf5a2d9d37476ed7cf0f16bd2 with ~8 mb video, and no progress bar, and it looks like not upload at all

@licaon-kter indeed, uploading this video as archive works as expected, with progress bar.

It is OpenBSD and I'm updating dino in OpenBSD ports. I use meson 1.7.0

Ha, switching to use to `${WRKSRC}/build` as build directory helps to avoid a bug, indeed.

> Ha, switching to use to `${WRKSRC}/build` as build directory helps to avoid a bug, indeed. But it introduces an issue that it installs headers `include/libdino.h` and a few more...

@mar-v-in OpenBSD uses `-version-info` and similar things to control resulted library version inside Makefile at ports, and using `libXXX` naming here leads to an issue that at some places the...

I did fast search against meson issue tracker and found quite a few edge cases with using `name_prefix: ''` and library name like `libXXX`. Here it is: https://github.com/mesonbuild/meson/issues/689, https://github.com/mesonbuild/meson/issues/889, https://github.com/mesonbuild/meson/issues/1907,...

or it was under cmake? I recall that I had seen something similar and it was quite possible under cmake.

Sorry for long reply. I had installed `hunspell` already and it was picked by configure. ``` Arctic-Fox $ pkg_info | grep hunspell hunspell-1.7.2 spelling, stemming, morphological analysis and generation Arctic-Fox...