guix-commits
[Top][All Lists]
Advanced

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

91/96: gnu: ultrastar-deluxe: Build with ffmpeg-5.


From: guix-commits
Subject: 91/96: gnu: ultrastar-deluxe: Build with ffmpeg-5.
Date: Wed, 19 Apr 2023 21:41:18 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit aa2eab0fd51b3a3852dad0a90c241fe8d409a1ce
Author: Efraim Flashner <efraim@flashner.co.il>
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 c63436ccd9..9936975ba6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016-2021, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com>
 ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
@@ -11215,7 +11215,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

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