[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: openmw: Use ffmpeg-4.
From: |
guix-commits |
Subject: |
08/08: gnu: openmw: Use ffmpeg-4. |
Date: |
Tue, 17 Jan 2023 10:11:49 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit ecda67a577570f412b103e5dd8ed1a44193a9c11
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Sun Dec 25 23:22:59 2022 +0100
gnu: openmw: Use ffmpeg-4.
I've noticed, that openmw is not playable as it hangs on clicking any
menu item. It seems the issue is known and fixed upstream, but a new
version is not released yet.
* gnu/packages/game-development.scm (openmw)[inputs]: Replace FFMPEG
with FFMEG-4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/game-development.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index e72b7cea7f..da9c63b799 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1773,7 +1773,7 @@ of use.")
(list boost doxygen pkg-config))
(inputs
(list bullet
- ffmpeg
+ ffmpeg-4 ;
https://gitlab.com/OpenMW/openmw/-/issues/6631
libxt
lz4
mygui-gl ; OpenMW does not need Ogre.
- branch master updated (306737c679 -> ecda67a577), guix-commits, 2023/01/17
- 01/08: doc: Use the right cross-reference command., guix-commits, 2023/01/17
- 03/08: gnu: gdcm: Update to 3.0.20., guix-commits, 2023/01/17
- 04/08: gnu: cifs-utils: Update to 7.0 [fixes CVE-2022-27239]., guix-commits, 2023/01/17
- 06/08: gnu: Add swaynotificationcenter, guix-commits, 2023/01/17
- 08/08: gnu: openmw: Use ffmpeg-4.,
guix-commits <=
- 05/08: gnu: Add raylib., guix-commits, 2023/01/17
- 02/08: debug-link: Protect against dangling symlinks., guix-commits, 2023/01/17
- 07/08: gnu: Add bees., guix-commits, 2023/01/17