civodul pushed a commit to branch master
in repository guix.
commit ecda67a577570f412b103e5dd8ed1a44193a9c11
Author: Sergey Trofimov <[email protected]>
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 <[email protected]>
---
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.