guix-patches
[Top][All Lists]
Advanced

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

[bug#60323] [PATCH] gnu: openmw: Use ffmpeg-4.


From: Sergey Trofimov
Subject: [bug#60323] [PATCH] gnu: openmw: Use ffmpeg-4.
Date: Sun, 25 Dec 2022 23:22:59 +0100

Hi there. 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 8fec474d0b..62d5fd5f1d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1804,7 +1804,7 @@ (define-public openmw
      (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.
-- 
2.38.1






reply via email to

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