guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39038] [PATCH 1/2] gnu: Add zrythm.


From: Ludovic Courtès
Subject: [bug#39038] [PATCH 1/2] gnu: Add zrythm.
Date: Mon, 27 Jan 2020 23:09:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi Alexandros,

Alexandros Theodotou <address@hidden> skribis:

> From 601bfb7e9c9efb13d8218fc35f09da70649e8513 Mon Sep 17 00:00:00 2001
> From: Alexandros Theodotou <address@hidden>
> Date: Wed, 8 Jan 2020 14:26:45 +0000
> Subject: [PATCH 1/2] gnu: Add libaudec.
>
> * gnu/packages/audio.scm (libaudec): New variable.

Applied with the cosmetic changes below.

Ludo’.

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ce0c7d61ae..c0fb800193 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4035,9 +4035,8 @@ in the package.")
    (native-inputs
      `(("pkg-config", pkg-config)))
    (synopsis "Library for reading and resampling audio files")
-   (description "libaudec is a wrapper library over
-ffmpeg, sndfile and libsamplerate for reading and
-resampling audio files, based on Robin Gareus' `audio_decoder`
-code.")
+   (description "libaudec is a wrapper library over ffmpeg, sndfile and
+libsamplerate for reading and resampling audio files, based on Robin Gareus'
+@code{audio_decoder} code.")
    (home-page "https://git.zrythm.org/cgit/libaudec";)
    (license license:agpl3+)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]