guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: mame: Build with libjpeg-turbo.


From: guix-commits
Subject: 13/16: gnu: mame: 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 7b24b76b98191f9dc3244df69abbaf018c19d77f
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 11:28:11 2020 +0100

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

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 2064837..f805c8b 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1424,7 +1424,7 @@ play them on systems for which they were never designed!")
        ("flac" ,flac)
        ("fontconfig" ,fontconfig)
        ("glm" ,glm)
-       ("libjpeg" ,libjpeg-8)    ;jpeg_read_header argument error in libjpeg-9
+       ("libjpeg" ,libjpeg-turbo)
        ("libxi" ,libxi)
        ("libxinerama" ,libxinerama)
        ("lua" ,lua)



reply via email to

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