FedeDP / Clightd

A linux bus interface that lets you change screen brightness, compute captured webcam frames brightness and change screen temperature.
GNU General Public License v3.0
83 stars 10 forks source link

Deb cpack dependecy missing on Debian and control file issue #45

Closed NICHOLAS85 closed 3 years ago

NICHOLAS85 commented 4 years ago

The newly added libjpeg-turbo8 dependency does not exist on Debian repos. I believe it's equivalent is libjpeg62-turbo.

There also seems to be a missing comma here https://github.com/FedeDP/Clightd/blob/90d2444de3520953fe96bc1a3126db9340cd85a6/CMakeLists.txt#L169 after libsystemd0 which is creating a broken deb

FedeDP commented 4 years ago

Hi! Thanks for pointing it out :) should be fixed in latest master!

NICHOLAS85 commented 4 years ago

Package works correctly now! However, it seems you also changed the ddcutil dependency to libddcutil which broke things again as that package doesn't exist on Debian :(. Are they planning on renaming the package in the future or is that an Ubuntu specific thing

FedeDP commented 4 years ago

Ops! Should be fixed now!

FedeDP commented 3 years ago

@NICHOLAS85 Any news on this?

NICHOLAS85 commented 3 years ago

Looks like it's packing correctly for me now!