Jan Beich

Results 98 comments of Jan Beich

@EwoutH, yes, Repology [badges](https://repology.org/metapackage/rav1e/badges) are dynamic. Not sure how frequent repository scans are: probably, every few hours. Try checking out badges for other packages e.g., [cbindgen](https://repology.org/badge/vertical-allrepos/cbindgen.svg), [ripgrep](https://repology.org/badge/vertical-allrepos/ripgrep.svg).

`8086:27ae` (Gen3) only has MPEG-2 decoder, so use `mplayer -vo xvmc` instead of `mpv --hwdec=vaapi`. https://github.com/intel/intel-vaapi-driver/blob/master/src/i965_pciids.h#L27-L33 https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/blob/master/xvmc/i915_xvmc.h#L40 https://github.com/mpv-player/mpv/commit/cbdb7e630526

@XinfengZhang, this PR fails with libdrm < 2.4.74 but even unmodified libva requires `drmGetDeviceNameFromFd` which was [added](https://gitlab.freedesktop.org/mesa/drm/commit/22d46669043d) in libdrm >= 2.4.16. However, downstream with old [libdrm](https://repology.org/project/libdrm/versions) package usually also have...

> As for license, I'm not actually sure. We chose GPLv2 just because of the fact that it allows it to be always distributed as FOSS. Without "or (at your...

Check if GhostBSD has https://github.com/freebsd/freebsd-ports/commit/261ca51f162f495e79fbaf051e03e41e074dd9a8 or https://github.com/freebsd/freebsd-src/commit/6467506baf5c2958d7d19546cf4076d19a8586c2 `QSysInfo` itself uses `uname` when `/etc/os-release` isn't supported, see https://github.com/qt/qtbase/commit/768010805486dc0c4d7c962dfd8af80c7219147d

> Can't we just require pkg-config in all cases? `libjpeg.pc` is not provided by IJG libjpeg unlike libjpeg-turbo. shaderc is used by d3d11 on Windows where I'm not sure if...

Sorry, after checking IJG libjpeg upstream: ``` Version 9c 14-Jan-2018 ----------------------- ... Add libjpeg pkg-config file. Thank to Mark Lavi, Vincent Torri, Patrick McMunn, and Huw Davies for suggestion. ```...

#8208 regressed Wayland support (only with dbc3ab38807c in mind) as `` is now checked with default compiler flags but default only covers base system while the header is part of...

> adding any configure check for the header would fail this Correct. Any header from packages that isn't backed by `pkg-config --cflags`. I'm not sure how to fix this yet.

> 1. Someone on the mpv-devel IRC channel had netbsd installed, and noticed that it had Wayland stuff available, but compilation would then fail as `linux/input.h` was included. mpv package...