all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: altadil via Guix-patches via <guix-patches@gnu.org>
To: 63741@debbugs.gnu.org
Cc: altadil <altadil@protonmail.com>
Subject: [bug#63741] [PATCH] gnu: Update mgba to 0.10.2.
Date: Fri, 26 May 2023 17:17:01 +0000	[thread overview]
Message-ID: <4f598b6692d3801ef8dd5f41da525d3ea05873ea.1685121406.git.altadil@protonmail.com> (raw)

* gnu/packages/emulators.scm (mgba): Update to 0.10.2.
---
 gnu/packages/emulators.scm | 75 ++++++++++++++++++--------------------
 1 file changed, 36 insertions(+), 39 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 13b6022308..44c8626f2b 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -725,47 +725,44 @@ (define-public mednafen
 (define-public mgba
   (package
     (name "mgba")
-    (version "0.10.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/mgba-emu/mgba")
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0pqfjsr9q61a3mgmvqxxkalxb838k46q9ilz31frpcvvndif0sm1"))
-       (modules '((guix build utils)))
-       (snippet
-        ;; Make sure we don't use the bundled software.
-        '(begin
-           (for-each
-            (lambda (subdir)
-              (let ((lib-subdir (string-append "src/third-party/" subdir)))
-                (delete-file-recursively lib-subdir)))
-            '("libpng" "lzma" "sqlite3" "zlib"))))))
+    (version "0.10.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mgba-emu/mgba")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wwpjcblp2c1svab4z1if5xb7707wsy6zw590lwdz9za35i0h37q"))
+              (modules '((guix build utils)))
+              (snippet
+               ;; Make sure we don't use the bundled software.
+               '(begin
+                  (for-each (lambda (subdir)
+                              (let ((lib-subdir (string-append
+                                                 "src/third-party/" subdir)))
+                                (delete-file-recursively lib-subdir)))
+                            '("libpng" "lzma" "sqlite3" "zlib"))))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f                      ;no "test" target
-       #:configure-flags
-       (list "-DUSE_LZMA=OFF"           ;do not use bundled LZMA
-             "-DUSE_LIBZIP=OFF")))      ;use "zlib" instead
-    (native-inputs
-     (list pkg-config qttools-5))
-    (inputs
-     (list ffmpeg
-           libedit
-           libelf
-           libepoxy
-           libpng
-           mesa
-           minizip
-           ncurses
-           qtbase-5
-           qtmultimedia-5
-           sdl2
-           sqlite
-           zlib))
+     `(#:tests? #f ;no "test" target
+       #:configure-flags (list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
+                               "-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
+    (native-inputs (list pkg-config qttools-5))
+    (inputs (list ffmpeg
+                  libedit
+                  libelf
+                  libepoxy
+                  libpng
+                  mesa
+                  minizip
+                  ncurses
+                  qtbase-5
+                  qtmultimedia-5
+                  sdl2
+                  sqlite
+                  zlib))
     (home-page "https://mgba.io")
     (synopsis "Game Boy Advance emulator")
     (description

base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5
-- 
2.40.1






             reply	other threads:[~2023-05-26 21:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26 17:17 altadil via Guix-patches via [this message]
2023-06-10 19:14 ` [bug#63741] [PATCH] gnu: Update mgba to 0.10.2 Nicolas Goaziou

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=4f598b6692d3801ef8dd5f41da525d3ea05873ea.1685121406.git.altadil@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=63741@debbugs.gnu.org \
    --cc=altadil@protonmail.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.