GNU bug report logs - #73488
[PATCH 0/7] Add Jolly Good and some of its emulators

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Thu, 26 Sep 2024 03:03:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 73488 <at> debbugs.gnu.org
Subject: [bug#73488] [PATCH 3/7] gnu: Add jgrf.
Date: Thu, 26 Sep 2024 12:31:39 +0900
Hi,

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

[...]

> +    (build-system gnu-build-system)
> +    (arguments
> +     (list #:tests? #f                  ;no test suite
> +           #:make-flags
> +           #~(list (string-append "AR=" #$(ar-for-target))
> +                   (string-append "CC=" #$(cc-for-target))
> +                   (string-append "CXX=" #$(cxx-for-target))
> +                   (string-append "PREFIX=" #$output))
> +           #:phases #~(modify-phases %standard-phases
> +                        (delete 'configure))))
> +    (native-inputs (list jg-api pkg-config))
> +    (inputs
> +     (list libepoxy
> +           libsamplerate
> +           miniz
> +           soxr
> +           speexdsp
> +           flac
> +           lzo
> +           sdl2
> +           zlib
> +           `(,zstd "lib")))

I've noticed these inputs were not sorted; now fixed in a v2 that I'll
keep locally in case there are other things to fix.

-- 
Thanks,
Maxim




This bug report was last modified 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.