TomIO
TomIO
Hmm `mesa` builds fine for me locally in the build container on my PC. I can't try an on-device build right now unfortunately.
If it builds on the CI that's mission accomplished in my books. I don't have the time and energy to run on-device builds for everything as well.
Either it's governed as part of the Org and we maintain it as such, which is not currently the case. Or glibc-packages and termux-pacman are second party projects, like the...
The current `ffmpeg` package with all of its dependencies takes up 88.6MiB. `yt-dlp` alone adds another 24.6MiB. (116.2MiB if we combine its own dependencies into that total.) So all in...
- As I've stated in the review I left on the associated PR (https://github.com/termux/termux-packages/pull/26243#pullrequestreview-3224308038), I wouldn't be opposed to making `ffmpeg-minimal` a subpackage of `ffmpeg`, similar to the approach used...
This should have been closed with the merger of #23038.
"beats the pants off" might be accurate compared to some of the older VTE based terminals. But against something like `alacritty`, `foot`, `kitty`, `konsole` or `wezterm` it's just another good...
This might be a dumb question but I gotta ask it anyway... The `openssh` package is installed on both devices you tried this on, correct? You can't use the SSH...
As a stopgap, we could run: ```bash find $PREFIX/share/doc/cups -type d -exec chmod 755 "{}" \; find $PREFIX/share/doc/cups -type f -exec chmod 644 "{}" \; ``` As a post_install script....
Alright that worked. Couple observations. The `Help` page takes a long time to open the first time. I'm guessing it needs to generate/render some stuff. And it appears this patch...