[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: mygui: Update to 3.4.2.
From: |
guix-commits |
Subject: |
08/13: gnu: mygui: Update to 3.4.2. |
Date: |
Fri, 21 Jul 2023 21:26:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d23ced7cc1d59af4bf8cac28e332ca29bc7b93e1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200
gnu: mygui: Update to 3.4.2.
* gnu/packages/game-development.scm (mygui): Update to 3.4.2.
(mygui-gl)[inputs]: Add libglvnd, and a union of sdl2 and sdl2-image.
---
gnu/packages/game-development.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 9d1a429662..af467dbb38 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1713,7 +1713,7 @@ robust and compatible with many systems and operating
systems.")
(define-public mygui
(package
(name "mygui")
- (version "3.4.1")
+ (version "3.4.2")
(source
(origin
(method git-fetch)
@@ -1722,8 +1722,7 @@ robust and compatible with many systems and operating
systems.")
(commit (string-append "MyGUI" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1gyd4bzm6qqpqw6is065qs5c729gl6rp989bnkygha6q4s371vz6"))))
+ (base32 "0gkfahz118gpqa2906cjb3d4w8g13rv8v3ma7s0ml9l5cci785f8"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; No test target
@@ -1770,7 +1769,10 @@ of use.")
(inputs
(modify-inputs (package-inputs mygui)
(delete "ogre")
- (prepend mesa glu)))
+ (prepend glu
+ libglvnd ; for find_package(… GLX)
+ mesa ; for find_package(… OpenGL …)
+ (sdl-union (list sdl2 sdl2-image)))))
(synopsis "Fast, flexible and simple GUI (OpenGL backend)")))
(define-public openmw
- branch master updated (eb12f3fd8b -> b56fe521de), guix-commits, 2023/07/21
- 04/13: gnu: gallery-dl: Update to 1.25.8., guix-commits, 2023/07/21
- 08/13: gnu: mygui: Update to 3.4.2.,
guix-commits <=
- 03/13: gnu: qtractor: Update to 0.9.34., guix-commits, 2023/07/21
- 09/13: gnu: cryfs: Update to 0.11.4., guix-commits, 2023/07/21
- 05/13: gnu: osinfo-db: Update to 20230719., guix-commits, 2023/07/21
- 12/13: gnu: openssh: Remove input labels., guix-commits, 2023/07/21
- 02/13: gnu: purescript: Use G-expressions., guix-commits, 2023/07/21
- 01/13: gnu: purescript: Update to 0.15.10., guix-commits, 2023/07/21
- 06/13: gnu: osinfo-db: Use G-expressions., guix-commits, 2023/07/21
- 13/13: gnu: openssh: Use G-expressions., guix-commits, 2023/07/21
- 07/13: gnu: labwc: Update to 0.6.4., guix-commits, 2023/07/21
- 10/13: gnu: gitolite: Update to 3.6.13., guix-commits, 2023/07/21