From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 73488@debbugs.gnu.org
Subject: [bug#73488] [PATCH 3/7] gnu: Add jgrf.
Date: Thu, 26 Sep 2024 12:31:39 +0900 [thread overview]
Message-ID: <871q17hyzo.fsf@gmail.com> (raw)
In-Reply-To: <200f974ddce1a4f44b1940ee94997e6a761dbc45.1727320201.git.maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Thu, 26 Sep 2024 12:09:57 +0900")
Hi,
Maxim Cournoyer <maxim.cournoyer@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
next prev parent reply other threads:[~2024-09-26 3:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1727320201.git.maxim.cournoyer@gmail.com>
2024-09-26 3:09 ` [bug#73488] [PATCH 1/7] gnu: bsnes: Remove input labels and use gexps Maxim Cournoyer
2024-09-26 3:09 ` [bug#73488] [PATCH 2/7] gnu: Add jg-api Maxim Cournoyer
2024-09-26 3:09 ` [bug#73488] [PATCH 3/7] gnu: Add jgrf Maxim Cournoyer
2024-09-26 3:31 ` Maxim Cournoyer [this message]
2024-09-26 3:09 ` [bug#73488] [PATCH 4/7] gnu: jgrf: Add search path mechanism Maxim Cournoyer
2024-09-26 3:09 ` [bug#73488] [PATCH 5/7] gnu: Add jg-bsnes Maxim Cournoyer
2024-09-26 3:10 ` [bug#73488] [PATCH 6/7] gnu: Add jg-nestopia Maxim Cournoyer
2024-09-26 3:10 ` [bug#73488] [PATCH 7/7] gnu: Add jg-cega Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871q17hyzo.fsf@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=73488@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.