mbox series

[bug#52942,0/2] gnu: Add odio-sacd.

Message ID cover.1641078255.git.arjan@adriaan.se
Headers show
Series gnu: Add odio-sacd. | expand

Message

Arjan Adriaanse Jan. 1, 2022, 11:14 p.m. UTC
This patch series adds te odio-sacd package.  The first patch adds the library
it depends on.

Arjan Adriaanse (2):
  gnu: Add libodiosacd.
  gnu: Add odio-sacd.

 gnu/packages/audio.scm | 59 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)


base-commit: 637dec9d45db4df2a3e6aa565fa2c5cf6bb77768

Comments

Leo Famulari Jan. 2, 2022, 5:39 a.m. UTC | #1
On Sun, Jan 02, 2022 at 12:14:50AM +0100, Arjan Adriaanse wrote:
> This patch series adds te odio-sacd package.  The first patch adds the library
> it depends on.
> 
> Arjan Adriaanse (2):
>   gnu: Add libodiosacd.
>   gnu: Add odio-sacd.

Thank you for these patches! I pushed as
0e4a23098ac274c79351a423410867e549729794 with the following changes:

I changed the license to gpl3+. Looking at the source file headers, I
see they all seem to say "either version 3 of the License, or (at your
option) any later version", so we pass the option on to our users as
well. For example:

https://github.com/tari01/odio-sacd/blob/master/src/main.c

I also changed "wave" to "WAV" in the descriptions, since I found the
former to be ambiguous, and I also tweaked the synopses to be less
self-referential and (hopefully!) more useful for readers.