From: Liliana Marie Prikler via Guix-patches <guix-patches@gnu.org>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>, 73488@debbugs.gnu.org
Cc: 宋文武 <iyzsong@envs.net>, "Adam Faiz" <adam.faiz@disroot.org>
Subject: [bug#73488] [PATCH games v3 3/7] gnu: Add jg-api.
Date: Thu, 03 Oct 2024 09:51:51 +0200 [thread overview]
Message-ID: <f9cfb63efa569e7371bed9a6e15b82503cef9aff.camel@gmail.com> (raw)
In-Reply-To: <aedb7754da5780ea77bc2cbb33ddaf09f2321141.1727940344.git.maxim.cournoyer@gmail.com>
Am Donnerstag, dem 03.10.2024 um 16:25 +0900 schrieb Maxim Cournoyer:
> * gnu/packages/emulators.scm (jg-api): New variable.
>
> Change-Id: I2cd2086560f8353f8260209c4ee0f117c3615917
> ---
>
> (no changes since v1)
>
> gnu/packages/emulators.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
> index 50a7b67121..09e722b4f4 100644
> --- a/gnu/packages/emulators.scm
> +++ b/gnu/packages/emulators.scm
> @@ -2260,6 +2260,32 @@ (define-public bsnes
> performance, features, and ease of use.")
> (license license:gpl3)))
>
> +(define-public jg-api
> + (package
> + (name "jg-api")
> + (version "1.0.0")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://gitlab.com/jgemu/jg")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> +
> "0117cvfvzhrm9fxnryhbnf9r0f8ij4ahhfqiqp5yv11bz2wcyhqh"))))
> + (build-system gnu-build-system)
> + (arguments
> + (list #:tests? #f
#:tests? #f should always go with a comment.
> + #:make-flags #~(list (string-append "PREFIX=" #$output))
> + #:phases #~(modify-phases %standard-phases
> + (delete 'configure)))) ;no configure phase
What about 'bootstrap?
> + (home-page "https://gitlab.com/jgemu/jg")
> + (synopsis "Emulators Plugin API")
> + (description "This package provides the Jolly Good API C and C++
> headers.
> +The Jolly Good API is a shared object or plugin @acronym{API,
> Application
> +Programming Interface} for emulators.")
> + (license license:zlib)))
> +
Cheers
next prev parent reply other threads:[~2024-10-03 8:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 2:35 [bug#73488] [PATCH 0/7] Add Jolly Good and some of its emulators Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 " Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 1/7] teams: Register (gnu packages emulators) to games team Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 2/7] gnu: bsnes: Remove input labels and use gexps Maxim Cournoyer via Guix-patches
2024-10-03 7:50 ` Liliana Marie Prikler via Guix-patches
2024-10-03 12:58 ` Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 3/7] gnu: Add jg-api Maxim Cournoyer via
2024-10-03 7:51 ` Liliana Marie Prikler via Guix-patches [this message]
2024-10-05 13:01 ` Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 4/7] gnu: Add jgrf Maxim Cournoyer via Guix-patches
2024-10-03 7:57 ` Liliana Marie Prikler via Guix-patches
2024-10-05 12:57 ` Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 5/7] gnu: Add jg-bsnes Maxim Cournoyer
2024-10-03 8:00 ` Liliana Marie Prikler via Guix-patches via
2024-10-05 13:38 ` Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 6/7] gnu: Add jg-nestopia Maxim Cournoyer
2024-10-03 7:25 ` [bug#73488] [PATCH games v3 7/7] gnu: Add jg-cega Maxim Cournoyer
2024-10-05 13:58 ` bug#73488: [PATCH games v3 0/7] Add Jolly Good and some of its emulators 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=f9cfb63efa569e7371bed9a6e15b82503cef9aff.camel@gmail.com \
--to=guix-patches@gnu.org \
--cc=73488@debbugs.gnu.org \
--cc=adam.faiz@disroot.org \
--cc=iyzsong@envs.net \
--cc=liliana.prikler@gmail.com \
--cc=maxim.cournoyer@gmail.com \
/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.