Package Details: keyleds 1.1.1-1

Git Clone URL: https://aur.archlinux.org/keyleds.git (read-only, click to copy)
Package Base: keyleds
Description: ➤ Advanced RGB LED animation driver for G213, G410, G513, G610, G810, G910 and GPro
Upstream URL: https://github.com/spectras/keyleds
Keywords: g410 g610 g810 g910 gaming gpro keyboard led logitech rgb
Licenses: GPL3
Submitter: spectras
Maintainer: spectras
Last Packager: spectras
Votes: 4
Popularity: 0.000000
First Submitted: 2017-09-19 23:24 (UTC)
Last Updated: 2020-06-14 21:00 (UTC)

Latest Comments

Mixel commented on 2023-08-11 16:54 (UTC)

@Seeed https://github.com/keyleds/keyleds/pull/74 this Pull request fixed the compilation errors another alternative which I used is in this issue thread https://github.com/keyleds/keyleds/issues/72

Seeed commented on 2023-07-21 05:22 (UTC)

Fails to build: [ 44%] Building CXX object keyledsd/CMakeFiles/core.dir/src/service/EffectManager.cxx.o In Datei, eingebunden von /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/include/keyledsd/plugin/interfaces.h:20, von /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/include/keyledsd/service/EffectManager.h:23, von /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/src/service/EffectManager.cxx:17: /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/include/keyledsd/KeyDatabase.h:123:34: Warnung: »template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator« ist veraltet [-Wdeprecated-declarations] 123 | class iterator : public std::iterator<std::bidirectional_iterator_tag, | ^~~~~~~~ In Datei, eingebunden von /usr/include/c++/13.1.1/bits/stl_construct.h:61, von /usr/include/c++/13.1.1/optional:44, von /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/include/keyledsd/colors.h:22, von /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/include/keyledsd/RenderTarget.h:21, von /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/include/keyledsd/KeyDatabase.h:20: /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h:127:34: Anmerkung: hier deklariert 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /home/user/.cache/yay/keyleds/src/keyleds-1.1.1/keyledsd/src/service/EffectManager.cxx:39:48: Fehler: Variable »constexpr const std::array\<unsigned char, 16> keyledsdModuleUUID« hat Initialisierung, aber unvollständigen Typ 39 | static constexpr std::array\<unsigned char, 16> keyledsdModuleUUID = {{ | ^~~~~~~~~~~~~~~~~~ make[2]: *** [keyledsd/CMakeFiles/core.dir/build.make:118: keyledsd/CMakeFiles/core.dir/src/service/EffectManager.cxx.o] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:245: keyledsd/CMakeFiles/core.dir/all] Fehler 2 make: *** [Makefile:136: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> Fehler beim Erstellen: keyleds-exit status 4 -> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich: keyleds - exit status 4

Lucki commented on 2021-04-15 22:52 (UTC)

I'm getting the following error in a clean chroot:

[ 53%] Building CXX object keyledsd/CMakeFiles/core.dir/src/tools/YAMLParser.cxx.o
In file included from /build/keyleds/src/keyleds-1.1.1/keyledsd/src/tools/XWindow.cxx:29:
/usr/include/X11/extensions/XInput2.h:33:10: fatal error: X11/extensions/Xfixes.h: No such file or directory
   33 | #include <X11/extensions/Xfixes.h> /* PointerBarrier */
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [keyledsd/CMakeFiles/core.dir/build.make:188: keyledsd/CMakeFiles/core.dir/src/tools/XWindow.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Nayr438 commented on 2020-06-06 20:12 (UTC)

Currently needs https://github.com/keyleds/keyleds/pull/49 to build.

Posich commented on 2019-09-25 23:04 (UTC)

This also depends on libxfixes.

Build failed until I added it to the PKGBUILD.