Package Details: huenicorn 1.0.11-4

Git Clone URL: https://aur.archlinux.org/huenicorn.git (read-only, click to copy)
Package Base: huenicorn
Description: Free bias lighting driver for Philips Hue™ devices
Upstream URL: https://gitlab.com/openjowelsofts/huenicorn
Licenses: GNU GPLv3
Submitter: OpenJowel
Maintainer: OpenJowel
Last Packager: OpenJowel
Votes: 4
Popularity: 0.21
First Submitted: 2023-04-23 14:24 (UTC)
Last Updated: 2025-04-13 13:00 (UTC)

Latest Comments

1 2 Next › Last »

Jimmeh commented on 2026-02-27 00:58 (UTC)

Looks like I had a bunch of partial packages cached there. Cleaning that all up and reinstalling sorted it out.

Thanks for your patience and apologies for the false alarm.

OpenJowel commented on 2026-02-26 22:02 (UTC)

Hi Jimmeh

I just updated my system and apparently, I currently have OpenCV 4.13.0-2.

I believe that you currently also have the same OpenCV version. That would mean something in your cache messed with your new build/install of the Huenicorn package because it's looking for OpenCV 4.12 on your machine.

I'd advise you to unistall, clear AUR cache and reinstall Huenicorn. I am hopeful it's nothing more than that.

Jimmeh commented on 2026-02-26 21:35 (UTC)

Looks like the opencv library has been updated again. I did reinstall/recompile as recommended below, but no luck.

Apologies if I'm being daft.

huenicorn: error while loading shared libraries: libopencv_imgproc.so.412

ariannelafraise commented on 2025-07-18 21:03 (UTC)

ooh thanks!

OpenJowel commented on 2025-07-06 08:24 (UTC)

Hi, thank you for your comment. Indeed, this happens because of a change in the opencv ABI.

Huenicorn can recover from this if recompiled once the new version of OpenCV is installed.

I'll see if i can add some hook about this.

ariannelafraise commented on 2025-07-05 15:57 (UTC)

hi! the latest version of opencv (4.12) breaks the app

huenicorn: error while loading shared libraries: libopencv_imgproc.so.411: cannot open shared object file: No such file or directory

Downgrading to 4.11 works as a temporary fix

raven2cz commented on 2024-11-11 13:52 (UTC)

Works! Thank you!

OpenJowel commented on 2024-11-11 13:24 (UTC)

Okay,

The version was not matching the target version in URL. Package is no longer out of date and previous problem is solved

Thank you for spotting this =)

OpenJowel commented on 2024-11-11 08:43 (UTC)

Hi Raven2cz,

Thank you for reporting this. Indeed, I managed to reproduce this problem right after a full system upgrade.

I'm on it.

Sorry for the inconvenience.

raven2cz commented on 2024-11-11 06:42 (UTC)

Hi, huenicorn 1.0.9-4 cannot be built :-(

[ 84%] Building CXX object CMakeFiles/huenicorn.dir/src/Platforms/GnuLinux/GnuLinuxAdapter.cpp.o
In file included from /usr/include/spa-0.2/spa/param/format-utils.h:18,
                 from /usr/include/spa-0.2/spa/param/video/format-utils.h:12,
                 from /home/box/.cache/paru/clone/huenicorn/src/huenicorn/include/Huenicorn/Platforms/GnuLinux/PipewireGrabber.hpp:12,
                 from /home/box/.cache/paru/clone/huenicorn/src/huenicorn/src/Platforms/GnuLinux/GnuLinuxAdapter.cpp:9:
/usr/include/spa-0.2/spa/pod/parser.h: In function ‘void spa_pod_parser_init(spa_pod_parser*, const void*, uint32_t)’:
/usr/include/spa-0.2/spa/pod/parser.h:36:94: error: missing initializer for member ‘spa_pod_parser_state::flags’ [-Werror=missing-field-initializers]
   36 | #define SPA_POD_PARSER_INIT(buffer,size)  ((struct spa_pod_parser){ (buffer), (size), 0, {0} })