Search Criteria
Package Details: openrgb-plugin-hardware-sync-git 0.9.8.g0b543c4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openrgb-plugin-hardware-sync-git.git (read-only, click to copy) |
---|---|
Package Base: | openrgb-plugin-hardware-sync-git |
Description: | Hardware Sync plugin for OpenRGB |
Upstream URL: | https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin |
Licenses: | GPL-2.0-only |
Conflicts: | openrgb-plugin-hardware-sync |
Provides: | openrgb-plugin-hardware-sync |
Submitter: | CalcProgrammer1 |
Maintainer: | CalcProgrammer1 |
Last Packager: | CalcProgrammer1 |
Votes: | 1 |
Popularity: | 0.045272 |
First Submitted: | 2024-08-10 21:36 (UTC) |
Last Updated: | 2025-01-21 19:15 (UTC) |
Dependencies (4)
- libgtop
- openrgb (openrgb-appimageAUR, openrgb-binAUR, openrgb-gitAUR)
- qt5-tools
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
CalcProgrammer1 commented on 2025-01-23 03:06 (UTC)
It looks like the issue was that HardwareMeasure.cpp wasn't including <algorithm> which provides std::sort. I fixed that upstream and tested building this AUR package again and it succeeded.
toddstevens commented on 2025-01-22 23:01 (UTC)
Had to change the makefile to use C++20 std library in order to compile. Probably user error on my end, but in case anyone else has similar problems (std::sort not recognized), I thought I'd leave it here. OH I DIDN'T LOOK DOWN @LuxFerre @fyoory this is how i fixed the "'sort' is not a member of 'std'" error. Have a good day!
LuxFerre commented on 2024-11-19 21:12 (UTC)
@fyoory if it helps, I installed the plugin by downloading from the site (openrgb.org) and adding to the settings inside the app.
fyoory commented on 2024-11-19 18:36 (UTC)
Same issue here @LuxFerre, so it is not just you.
LuxFerre commented on 2024-11-18 00:17 (UTC) (edited on 2024-11-18 00:19 (UTC) by LuxFerre)
Could not build it.
compiling OpenRGBHardwareSyncPlugin.cpp HardwareMeasure.cpp: In constructor ‘HardwareMeasure::HardwareMeasure()’: HardwareMeasure.cpp:106:10: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’? 106 | std::sort(detected_chips.begin(), detected_chips.end(), | ^~~~ | qsort make: *** [Makefile:873: HardwareMeasure.o] Error 1 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'openrgb-plugin-hardware-sync-git-0.9.r6.gcf099e1-1': error: packages failed to build: openrgb-plugin-hardware-sync-git-0.9.r6.gcf099e1-1