guix-commits
[Top][All Lists]
Advanced

[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.



reply via email to

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