mbox series

[bug#60180,0/3] gnu: ola: Update to 0.10.8, fixing build.

Message ID 20221218184000.25671-1-simon@simonsouth.net
Headers show
Series gnu: ola: Update to 0.10.8, fixing build. | expand

Message

Simon South Dec. 18, 2022, 6:40 p.m. UTC
Here's a patch series that updates ola, the Open Lighting Architecture for
controlling entertainment-lighting devices, to version 0.10.8.  This version
incorporates a fix[0] for building the unit-test suite with recent versions of
gcc that allows the package to build again on Guix[1].

The series also updates the package definition to reflect the modern style.

I've tested these changes on x86-64 and AArch64 and everything appears fine,
though note I don't have any lighting hardware with which to test the software
itself.

[0] https://github.com/OpenLightingProject/ola/issues/1553
    https://github.com/OpenLightingProject/ola/pull/1583

[1] It has been failing recently; see for instance
    https://ci.guix.gnu.org/build/91840/details

--
Simon South
simon@simonsouth.net


Simon South (3):
  gnu: ola: Update to 0.10.8.
  gnu: ola: Remove input labels.
  gnu: ola: Use gexps.

 gnu/packages/lighting.scm | 84 +++++++++++++++++++--------------------
 1 file changed, 41 insertions(+), 43 deletions(-)


base-commit: 9cb42f725a2a652bb41e38988d03d7020ccf2aa1

Comments

Ludovic Courtès Dec. 27, 2022, 10:46 p.m. UTC | #1
Hi,

Simon South <simon@simonsouth.net> skribis:

> I've tested these changes on x86-64 and AArch64 and everything appears fine,
> though note I don't have any lighting hardware with which to test the software
> itself.

The machine agrees with you.  :-)

  https://qa.guix.gnu.org/issue/60180

>   gnu: ola: Update to 0.10.8.
>   gnu: ola: Remove input labels.
>   gnu: ola: Use gexps.

Applied, thanks!

Ludo’.