NetBSD/pkgsrc kMZxgJv — sysutils/fastfetch options.mk distinfo, sysutils/fastfetch/patches patch-src_logo_builtin.c patch-src_detection_packages_packages__linux.c
sysutils/fastfetch: update to 2.39.1
# pkgsrc changes
* Remove some patches, merged upstream.
* Replace `osmesa' option with `opengl' (which requires GL support),
since upstream support for osmesa was dropped.
# upstream changes
Changes:
Fix PublicIP detection fails randomly (PublicIP, #1629)
OSMesa backend for OpenGL detection is removed (#1618)
Fastfetch no longer tries to use the private framework Apple80211 to acquire SSID
for Wifi module, which is only useful for macOS Sonoma (Wifi, macOS)
Features:
Improve accuracy of HDR support on Windows 11 24H2 (Display, Windows)
[13 lines not shown]
NetBSD/pkgsrc 1CANT43 — sysutils/fastfetch distinfo Makefile, sysutils/fastfetch/files minimal.jsonc
sysutils/fastfetch: update to 2.36.1
# changes (since 2.35.0)
2.36.1
A hotfix release to fix a regression introduced in 2.36.0
Changes:
To use the native arm64 runner of Github Action, Linux aarch64 binary is now built
with Ubuntu 22.04 (Glibc 2.35, Debian 12).
Bugfixes:
Chimera Linux logo is now displayed correctly (#1554, Logo)
Regression of 2.36.0
Fix building on Haiku
Logo:
[34 lines not shown]
NetBSD/pkgsrc GaN85Lp — sysutils/fastfetch Makefile distinfo, sysutils/fastfetch/patches patch-src_detection_sound_sound__bsd.c patch-CMakeLists.txt
sysutils/fastfetch: add sound support for NetBSD.
sysutils/fastfetch: simplify options handling
NetBSD/pkgsrc kNturN8 — sysutils/fastfetch Makefile options.mk, sysutils/fastfetch/files minimal.jsonc
sysutils/fastfetch: python required as tool
Python is needed at build time for minifying the embedded help dialog,
for generating the man page, and for built-in pciids (the latter is
still disabled by default). As a consequence, include python as tool in
Makefile, and only pull it as full dependency if the 'python' option is
enabled.
Other changes:
* Do not install the LICENSE file.
* Explicitely enable pciaccess support.
* Standardise link method.
* Replace hard-coded paths.
* Install custom minimal config.
Revision bumped.
NetBSD/pkgsrc LMctrRI — sysutils/fastfetch Makefile options.mk, sysutils/fastfetch/patches patch-src_detection_disk_disk__bsd.c
sysutils/fastfetch: few changes
* Set pkgsrc database dir at build time depending on PKG_DBDIR setting.
Covers non-standard locations.
* Fix compiler warning.
* Bump revision.
sysutils/fastfetch: get rid of options redundancy
fastfetch: fix typo
NetBSD/pkgsrc kECJbgu — sysutils/fastfetch options.mk distinfo, sysutils/fastfetch/patches patch-CMakeLists.txt patch-src_detection_memory_memory__nbsd.c
sysutils/fastfetch: update to 2.34.1
# pkgsrc changes
* patches dropped, merged upstream.
* Support OSS on FreeBSD
# upstream changes (since 2.34.0)
Features:
Report vendor name when detecting GPUs by OpenGL
Note: the vendor name is actually the creator of the OpenGL
driver (such as Mesa) and may not be the same as the GPU vendor.
Bugfixes:
Fix Ghostty termfont detection (#1495, TerminalFont, macOS)
Fix compatibility with KDE Plasma 6.3 (#1504, Display, Linux)
[8 lines not shown]
sysutils/fastfetch: further revision
* Media player and sound device discovery are only supported on Linux,
so partially revert last commit by making dbus and pulseaudio options
suggested just on Linux.
* Use system yyjson (since it's now avalable on pkgsrc) instead of
building an embedded implementation.
* Fix GPU identification by pointing to correct PCI IDs database path.
* Bump revision.
sysutils/fastfetch: make dbus support default
Also, turn on pulseaudio support on Linux and SunOS.
sysutils/fastfetch: few improvements
* Make multithreading optional
* Force disable options then unselected (avoids leaking base zlib
and others)
* Add dependency on hwdata
* Point to pkgsrc prefix for file discovery
* Bump revision
sysutils/fastfetch: initial import of package
Fastfetch is a neofetch-like tool for fetching system information and
displaying it prettily. It is written mainly in C, with performance and
customizability in mind.