CalcProgrammer beat me to it but: No. See https://wiki.archlinux.org/title/Makepkg section 3.3.1
Search Criteria
Package Details: openrgb-git 0.9.r908.g2712837-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: | 35 |
Popularity: | 0.93 |
First Submitted: | 2020-02-14 03:47 (UTC) |
Last Updated: | 2024-08-15 01:12 (UTC) |
Dependencies (6)
- hidapi (hidapi-gitAUR)
- libusb (libusb-gitAUR)
- mbedtls2
- 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 (9)
- 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-hardware-sync-git (requires openrgb)
- openrgb-plugin-visual-map-git (requires openrgb)
- python-openrgb (requires openrgb)
- python-openrgb-git (requires openrgb)
Sources (3)
XenHat commented on 2024-10-11 14:44 (UTC)
CalcProgrammer1 commented on 2024-10-11 14:42 (UTC)
That is against conventions. The guidelines are to not include -j in the PKGBUILD but rather configure makepkg to do it per machine. I believe the file is /etc/makepkg.conf and in there you can set the number of build threads makepkg should use or add make flags.
purboo commented on 2024-10-11 14:31 (UTC)
Could you modify the build file by replacing make with make -j$(nproc) to speed up the building process?
CalcProgrammer1 commented on 2024-08-10 23:31 (UTC)
Thanks Myrddin!
Myrddin commented on 2024-08-10 21:47 (UTC)
CalcProgrammer1, I've handed you the reins, ride on
CalcProgrammer1 commented on 2024-08-10 21:41 (UTC)
Added new packages for the OpenRGB plugins:
openrgb-plugin-effects-git openrgb-plugin-visual-map-git openrgb-plugin-e131-receiver-git openrgb-plugin-hardware-sync-git
I would also like to become maintainer/co-maintainer of this package if possible. I made some changes upstream that affect packaging (such as being able to load system libraries from $PREFIX/usr/lib/openrgb/plugins) and it looks like $PREFIX is not /usr on this package so it loads them from /lib/openrgb/plugins, which due to usrmerge is a symlink to the same path but I don't think this is what we really want. The mbedtls package should also be changed to mbedtls2. I would also like to bring your additions (the systemd service and modules-load configuration) upstream before 1.0 and package them in all the distro-specific packages.
Niinu commented on 2024-04-30 12:19 (UTC)
The pkgver() parses the most recent commit properly, why is this marked as out-of-date?
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).
Pinned Comments