GNU bug report logs -
#38126
[PATCH] gnu: Add libltc.
Previous Next
Reported by: Alexandros Theodotou <alex <at> zrythm.org>
Date: Fri, 8 Nov 2019 10:48:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Alexandros Theodotou <alex <at> zrythm.org> writes:
> From 061201b2179f5ac1c0a3cce89a256d7722c31978 Mon Sep 17 00:00:00 2001
> From: Alexandros Theodotou <alex <at> zrythm.org>
> Date: Fri, 8 Nov 2019 10:45:11 +0000
> Subject: [PATCH] gnu: Add libltc.
>
> * gnu/packages/audio.scm: (libltc): New variable.
[...]
> +(define-public libltc
> + (package
> + (name "libltc")
> + (version "1.3.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/x42/libltc/releases/download/v"
> + version "/libltc-" version ".tar.gz"))
> + (sha256
> + (base32
> + "173h9dgmain3nyrwk6q2d7yl4fnh4vacag4s2p01n5b7nyrkxrjh"))))
> + (build-system gnu-build-system)
> + (arguments
> + `(#:tests? #f)) ; tests fail
Could you give some information as to why the tests fail? Often it's
simply because of '/bin/sh' references and similar. You can investigate
a failed build with 'guix build --keep-failed'.
> + (inputs
> + `(("glibc" ,glibc)))
glibc is always available and does not need to be explicitly provided.
> + (native-inputs
> + `(("doxygen" ,doxygen)
> + ("pkg-config" ,pkg-config)))
> + (synopsis "Linear/Logitudinal Time Code (LTC) Library")
> + (description "Libltc is a POSIX-C Library for handling
> Linear/Logitudinal
> +Time Code (LTC).")
> + (home-page "http://x42.github.io/libltc/")
^^^
HTTPS
> + (license license:lgpl3+)))
> --
> 2.24.0
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.