guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: higan: Explain why v106, and not v107, is being packaged


From: guix-commits
Subject: 03/04: gnu: higan: Explain why v106, and not v107, is being packaged
Date: Sat, 15 Feb 2020 18:03:12 -0500 (EST)

niedzejkob pushed a commit to branch master
in repository guix.

commit c66f3b3bec196cf0e39bd0a0ffe267aad43eb423
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Sat Feb 15 23:12:57 2020 +0100

    gnu: higan: Explain why v106, and not v107, is being packaged
    
    * gnu/packages/emulators.scm (higan): Add a comment.
---
 gnu/packages/emulators.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 202bbe5..cfc5039 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -307,6 +307,14 @@ and a game metadata scraper.")
       (home-page "http://www.emulationstation.org";)
       (license license:expat))))
 
+;; Note: higan v107 has been released, but as explained by the dialog that
+;; appears after starting the new version, it's an experimental release. The
+;; author recommends v106 for general use.
+;;
+;; When updating to v107 (or probably beyond), sdl will have to be replaced
+;; with sdl2, and libxrandr will need to be added to inputs. The patch
+;; `higan-remove-march-native-flag.patch' will not be necessary, since the flag
+;; is now being added only for `platform=local', which is not the default.
 (define-public higan
   (package
     (name "higan")



reply via email to

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