diff mbox series

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

Message ID 20221225222257.1397-1-sarg@sarg.org.ru
State New
Headers show
Series [bug#60323] gnu: openmw: Use ffmpeg-4. | expand

Commit Message

Sergey Trofimov Dec. 25, 2022, 10:22 p.m. UTC
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(-)

Comments

Ludovic Courtès Jan. 17, 2023, 3:04 p.m. UTC | #1
Hi,

Sergey Trofimov <sarg@sarg.org.ru> skribis:

> 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 +-

Applied with a commit log, thanks!

Ludo’.
diff mbox series

Patch

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.