efraim pushed a commit to branch master
in repository guix.

commit 4d030fbd484cba03d6bea2e92351ea30518fe50d
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Apr 18 16:41:24 2023 +0300

    gnu: ultrastar-deluxe: Build with ffmpeg-5.
    
    * gnu/packages/games.scm (ultrastar-deluxe)[inputs]: Replace ffmpeg with
    ffmpeg-5.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0fba4f5ce9..a8c1bb1280 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2016 Albin Söderqvist <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Kei Kebreau <[email protected]>
 ;;; Copyright © 2016 Alex Griffin <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<[email protected]>
+;;; Copyright © 2016-2021, 2023 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2016 Steve Webber <[email protected]>
 ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <[email protected]>
@@ -11209,7 +11209,7 @@ and unsafe rides.  Which path will you take?")
                                                   "/share/fonts/truetype/"))
                    (("=DejaVu/") (string-append "=" #$font-dejavu
                                                 
"/share/fonts/truetype/"))))))))
-      (inputs (list ffmpeg
+      (inputs (list ffmpeg-5
                     font-dejavu
                     font-google-noto
                     ; Not needed, since we don’t have freesans.

Reply via email to