/usr/lib/udev/rules.d/ already in 'openrgb-git'
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.029400 |
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)
simona commented on 2025-02-21 20:09 (UTC)
brli commented on 2025-02-09 18:33 (UTC)
the latest commit, aka. 0.9.1221.g4b26a57, is possible to be compiled with qt6 qmake and toolkit.
CalcProgrammer1 commented on 2025-01-16 18:08 (UTC)
Package versioning scheme has been slightly changed, the "r" before the revision has been dropped. This corresponds with an upstream change I made to standardize all packaging versions to MAJOR.MINOR.REVISION where REVISION is commit count since the last tagged release.
XenHat commented on 2024-10-11 14:44 (UTC)
CalcProgrammer beat me to it but: No. See https://wiki.archlinux.org/title/Makepkg section 3.3.1
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.
Pinned Comments