all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 66724@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#66724] [PATCH 2/4] gnu: retroarch: Use more system libraries.
Date: Tue, 24 Oct 2023 20:38:12 +0800	[thread overview]
Message-ID: <57334b51f7477d53f53e1446e25f1028af981031.1698150756.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <cover.1698150756.git.iyzsong@member.fsf.org>

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/emulators.scm (retroarch)[inputs]: Add flac, glslang,
mbedtls-apache, openssl, spirv-headers and spirv-tools.
[arguments]: Add configure flags to disable bundled libraries.

Change-Id: I2a833da5e5b28469e4677b3c24608e71949308a7
---
 gnu/packages/emulators.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index e7ec4b4f9b..20a0caf469 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1471,22 +1471,32 @@ (define-public retroarch
                  ;; Non-free software are available through the core updater,
                  ;; disable it.  See <https://issues.guix.gnu.org/38360>.
                  "--disable-update_cores"
-                 "--disable-builtinzlib")))))))
+                 "--disable-builtinmbedtls"
+                 "--disable-builtinbearssl"
+                 "--disable-builtinzlib"
+                 "--disable-builtinflac"
+                 "--disable-builtinglslang")))))))
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("ffmpeg" ,ffmpeg-4)
+       ("flac" ,flac)
        ("freetype" ,freetype)
+       ("glslang" ,glslang)
        ("libxinerama" ,libxinerama)
        ("libxkbcommon" ,libxkbcommon)
        ("libxml2" ,libxml2)
        ("libxrandr" ,libxrandr)
        ("libxv" ,libxv)
+       ("mbedtls-apache" ,mbedtls-apache)
        ("mesa" ,mesa)
        ("openal" ,openal)
+       ("openssl" ,openssl)
        ("pulseaudio" ,pulseaudio)
        ("python" ,python)
        ("qtbase" ,qtbase-5)
        ("sdl" ,sdl2)
+       ("spirv-headers" ,spirv-headers)
+       ("spirv-tools" ,spirv-tools)
        ("udev" ,eudev)
        ("vulkan-loader" ,vulkan-loader)
        ("wayland" ,wayland)
-- 
2.41.0





  parent reply	other threads:[~2023-10-24 12:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 12:35 [bug#66724] [PATCH 0/4] gnu: retroarch: Update to 1.16.0.3 iyzsong--- via Guix-patches via
2023-10-24 12:38 ` [bug#66724] [PATCH 1/4] " iyzsong--- via Guix-patches via
2023-10-24 12:38 ` iyzsong--- via Guix-patches via [this message]
2023-10-24 12:38 ` [bug#66724] [PATCH 3/4] gnu: retroarch: Use latest ffmpeg iyzsong--- via Guix-patches via
2023-10-24 12:38 ` [bug#66724] [PATCH 4/4] gnu: retroarch: Remove input labels iyzsong--- via Guix-patches via
2023-10-30 10:50 ` bug#66724: [PATCH 0/4] gnu: retroarch: Update to 1.16.0.3 Christopher Baines

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=57334b51f7477d53f53e1446e25f1028af981031.1698150756.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=66724@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.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.