The pkgver() parses the most recent commit properly, why is this marked as out-of-date?
Search Criteria
Package Details: openrgb-git 0.9.1233.g1809c75-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openrgb-git.git (read-only, click to copy) |
---|---|
Package Base: | openrgb-git |
Description: | Configuration utility for RGB lights supporting motherboards, RAM, & peripherals |
Upstream URL: | https://gitlab.com/CalcProgrammer1/OpenRGB |
Keywords: | led |
Licenses: | GPL-2.0-only |
Conflicts: | openrgb |
Provides: | openrgb |
Submitter: | Myrddin |
Maintainer: | CalcProgrammer1 |
Last Packager: | CalcProgrammer1 |
Votes: | 34 |
Popularity: | 0.054121 |
First Submitted: | 2020-02-14 03:47 (UTC) |
Last Updated: | 2025-02-16 20:54 (UTC) |
Dependencies (6)
- hidapi (hidapi-gitAUR)
- libusb (libusb-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- qt5-tools
- git (git-gitAUR, git-glAUR) (make)
- i2c-nct6793-dkms (i2c-nct6793-dkms-gitAUR) (optional) – Nuvoton SMBus driver, needed for onboard RGB on certain ASUS Z270 and Z370 boards
Required by (15)
- keyboard-center (requires openrgb) (optional)
- keyboard-center2 (requires openrgb) (optional)
- keyboard-visualizer-git (requires openrgb)
- openrgb-plugin-e131-receiver-git (requires openrgb)
- openrgb-plugin-effects-git (requires openrgb)
- openrgb-plugin-fan-sync-git (requires openrgb)
- openrgb-plugin-hardware-sync-git (requires openrgb)
- openrgb-plugin-http-hook-git (requires openrgb)
- openrgb-plugin-razer-extras-git (requires openrgb)
- openrgb-plugin-sample-git (requires openrgb)
- openrgb-plugin-scheduler-git (requires openrgb)
- openrgb-plugin-skin-git (requires openrgb)
- openrgb-plugin-visual-map-git (requires openrgb)
- python-openrgb (requires openrgb)
- python-openrgb-git (requires openrgb)
Sources (3)
Niinu commented on 2024-04-30 12:19 (UTC)
rokam commented on 2023-11-17 07:12 (UTC)
Build is breaking on last commit.
g++: warning: ‘-pipe’ ignored because ‘-save-temps’ specified
make: *** [Makefile:9213: RGBController_Nollie.o] Error 1
make: ** Esperando que outros processos terminem.
polyzen commented on 2023-08-29 05:00 (UTC)
This could use an optdep on openrazer-driver-dkms (like in https://aur.archlinux.org/packages/openrgb-bin).
XenHat commented on 2023-05-25 20:58 (UTC)
mbedtls dependency needs to be changed to mbedtls2
as this package wants libmbedtls.so.14 from that package:
ldd $(which openrgb) | grep mbedtls
libmbedtls.so.14 => /usr/lib/libmbedtls.so.14 (0x00007f3cb70ca000)
CyberShadow commented on 2022-09-09 12:17 (UTC)
Yes, it fails to find /usr/bin/lrelease
(which is in qt5-tools
) and building fails in a clean chroot, please fix.
<deleted-account> commented on 2022-09-04 06:00 (UTC)
please add qt5-tools to makedepends. Otherwise it will fail to build
Myrddin commented on 2022-08-11 01:02 (UTC)
Assuming CalcProgrammer1 is the upstream developer, I'll be making him a co-maintainer to grant edit access.
Myrddin commented on 2022-08-11 00:59 (UTC)
Hey CalcProgrammer1, are you the upstream developer & can you prove this somehow? I'd like to follow your upstream build guidelines, but as harre & others have noted; some users would like to reserve cores and for packages to adhere to global configuration in makepkg.conf.
The AUR & Arch package guidelines don't clear this ambiguity either unless I've missed it. There is no requirement to build with simply make nor anything prohibiting using nproc during make either.
For these reasons, if CalcProgrammer1 is the real deal, I'll be "working with ustream". See: https://wiki.archlinux.org/title/Arch_package_guidelines#Working_with_upstream
It seems working with upstream is the closest to following Arch package guidelines as far as I can tell.
harre commented on 2022-08-10 23:03 (UTC)
It's recommended to not force -jX and instead let the users themselves set it
https://wiki.archlinux.org/title/makepkg#Parallel_compilation
Someone might want to save a few cores for some reason
CalcProgrammer1 commented on 2022-08-10 15:14 (UTC)
Please add -j<number of cores> to the make command so that it utilizes all cores when building.
Pinned Comments