guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dolphin-emu: Update to 5.0-13178.


From: guix-commits
Subject: branch master updated: gnu: dolphin-emu: Update to 5.0-13178.
Date: Wed, 10 Feb 2021 14:11:11 -0500

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6d36cac  gnu: dolphin-emu: Update to 5.0-13178.
6d36cac is described below

commit 6d36cacead0058632da29b7c8af0158233a14e23
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Wed Feb 10 13:19:53 2021 -0500

    gnu: dolphin-emu: Update to 5.0-13178.
    
    * gnu/packages/emulators.scm (dolphin-emu): Update to 5.0-13178.
    [arguments]: Simplify 'generate-fonts&hardcore-libvulkan-path phase.
---
 gnu/packages/emulators.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 382ddbc..05cd0d6 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -132,9 +132,11 @@
     (license license:gpl2)))
 
 ;; Building from recent Git because the official 5.0 release no longer builds.
+;; Following commits and revision numbers of beta versions listed at
+;; https://dolphin-emu.org/download/.
 (define-public dolphin-emu
-  (let ((commit "3e4bf57c696ed1e4f465075ae311653de2cd33b0")
-        (revision "8"))
+  (let ((commit "a34823df61df65168aa40ef5e82e44defd4a0138")
+        (revision "13178"))
     (package
       (name "dolphin-emu")
       (version (git-version "5.0" revision commit))
@@ -160,7 +162,7 @@
              #t))
          (sha256
           (base32
-           "0mscspwd4k635b0857253ic55idlv2jvjdljssbryf8kd1ikwlhs"))))
+           "0j6hnj60iai366kl0kdbn1jkwc183l02g65mp2vq4qb2yd4399l1"))))
       (build-system cmake-build-system)
       (arguments
        '(#:tests? #f
@@ -183,11 +185,9 @@
                  (copy-file "font_western.bin" 
"../Data/Sys/GC/font_western.bin")
                  (chdir "..")
                  (substitute* 
"Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp"
-                              (("\"vulkan\", 1") (string-append "\"vulkan\"")))
-                 (substitute* 
"Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp"
-                              (("\"vulkan\"") (string-append "\"" libvulkan 
"\"")))
-                 (substitute* 
"Source/Core/VideoBackends/Vulkan/VulkanLoader.cpp"
-                              
(("Common::DynamicLibrary::GetVersionedFilename") ""))
+                   (("\"vulkan\", 1") (string-append "\"vulkan\""))
+                   (("\"vulkan\"") (string-append "\"" libvulkan "\""))
+                   (("Common::DynamicLibrary::GetVersionedFilename") ""))
                  #t))))
 
          ;; The FindGTK2 cmake script only checks hardcoded directories for



reply via email to

[Prev in Thread] Current Thread [Next in Thread]