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.000001 |
First Submitted: | 2022-12-21 19:30 (UTC) |
Last Updated: | 2023-01-23 11:54 (UTC) |
Dependencies (18)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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
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.5
to 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