Search Criteria
Package Details: corluma-bin 0.30-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/corluma-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | corluma-bin |
| Description: | App to control Philip's Hues, Nanoleaf products, and Arduinos running ArduCor. |
| Upstream URL: | https://www.corluma.net/linux |
| Keywords: | arduino hue lifx lights nanoleaf philips smart |
| Submitter: | RobertClarke64 |
| Maintainer: | RobertClarke64 |
| Last Packager: | RobertClarke64 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-12-21 19:30 (UTC) |
| Last Updated: | 2023-01-23 11:54 (UTC) |
Dependencies (18)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libglvnd (libglvnd-gitAUR)
- libice
- libsm
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- pcre2 (pcre2-gitAUR)
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- xcb-util-wm
Latest Comments
ratbox commented on 2025-08-07 14:40 (UTC)
Trying to install the latest AUR package results in an error:
Installing the package from Flathub works without any issues.
RobertClarke64 commented on 2023-01-23 11:59 (UTC)
Package updated to v0.30.09. Various dependencies have been removed, including the outdated libtiff dependency.
RobertClarke64 commented on 2023-01-09 19:09 (UTC)
Thanks @OkyMata, unfortunately the latest release (07/01/2023) is the same, so we'll have to stick to your fix for now.
We can also use
sudo ln -s /usr/lib/libtiff.so.6 /usr/lib/libtiff.so.5to fix instead.OkyMata commented on 2023-01-05 23:54 (UTC)
The app isn't starting because libtiff from the repos is too new. It's a little cursed but you can fix it by doing
sudo cp /usr/lib/libtiff.so.6 /usr/lib/libtiff.so.5