guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: stepmania: Build with libjpeg-turbo.


From: guix-commits
Subject: 14/16: gnu: stepmania: Build with libjpeg-turbo.
Date: Mon, 20 Jan 2020 17:00:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 96738cb11f0f0193e1e0019b8977e96603a6b087
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 11:28:45 2020 +0100

    gnu: stepmania: Build with libjpeg-turbo.
    
    * gnu/packages/games.scm (stepmania)[inputs]: Change from LIBJPEG-8 to
    LIBJPEG-TURBO.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 256566e..8333059 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6679,7 +6679,7 @@ civilized than your own.")
        ("gtk+" ,gtk+-2)
        ("jsoncpp" ,jsoncpp)
        ("libpng" ,libpng)
-       ("libjpeg" ,libjpeg-8)
+       ("libjpeg" ,libjpeg-turbo)
        ("libmad" ,libmad)
        ("libogg" ,libogg)
        ("libva" ,libva)



reply via email to

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