mbox series

[bug#58907,0/2] : Gnu: Add Siril

Message ID 20221030215313.2543-1-sharlatanus@gmail.com
Headers show
Series : Gnu: Add Siril | expand

Message

Sharlatan Hellseher Oct. 30, 2022, 9:53 p.m. UTC
Hi Guix team!

New day new Astronomical package :) 

This patch series adds SERIL and one missing dependence librtprocess.

Regards,
Oleg

> ./pre-inst-env guix build siril librtprocess --rounds=2
/gnu/store/x1mrvx8svyjhcg7mgn1sin5gg5r1y335-librtprocess-0.12.0
/gnu/store/1vjkdy6d098x44vd4a24619h4gn9nwdy-siril-1.0.6

Sharlatan Hellseher (2):
  gnu: Add librtprocess
  gnu: Add siril

 gnu/packages/astronomy.scm | 42 ++++++++++++++++++++++++++++++++++++++
 gnu/packages/photo.scm     | 24 ++++++++++++++++++++++
 2 files changed, 66 insertions(+)


base-commit: 5b87c7c1d2a978d68b4175b9d5de249530ff9e81

Comments

Ludovic Courtès Nov. 14, 2022, 11:21 a.m. UTC | #1
Hi!

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

>   gnu: Add librtprocess
>   gnu: Add siril

I change the licenses to ‘gpl3+’ because both have source file headers
that read “or any later version”.

Applied, thanks!

Ludo’.