unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60323] [PATCH] gnu: openmw: Use ffmpeg-4.
@ 2022-12-25 22:22 Sergey Trofimov
  2023-01-17 15:04 ` bug#60323: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2022-12-25 22:22 UTC (permalink / raw)
  To: 60323; +Cc: Sergey Trofimov

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60323: [PATCH] gnu: openmw: Use ffmpeg-4.
  2022-12-25 22:22 [bug#60323] [PATCH] gnu: openmw: Use ffmpeg-4 Sergey Trofimov
@ 2023-01-17 15:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-01-17 15:04 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: 60323-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-17 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 22:22 [bug#60323] [PATCH] gnu: openmw: Use ffmpeg-4 Sergey Trofimov
2023-01-17 15:04 ` bug#60323: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).