[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)
- 06/16: gnu: re2: Update to 2020-01-01., (continued)
- 06/16: gnu: re2: Update to 2020-01-01., guix-commits, 2020/01/20
- 09/16: gnu: libsrtp: Update to 2.3.0., guix-commits, 2020/01/20
- 14/16: gnu: stepmania: Build with libjpeg-turbo., guix-commits, 2020/01/20
- 08/16: gnu: ffmpeg: Update to 4.2.2., guix-commits, 2020/01/20
- 03/16: gnu: python-parameterized: Update to 0.7.1., guix-commits, 2020/01/20
- 11/16: gnu: xorg-server: Update to 1.20.7., guix-commits, 2020/01/20
- 10/16: gnu: libsrtp: Build shared library., guix-commits, 2020/01/20
- 12/16: gnu: mailutils: Update to 3.8., guix-commits, 2020/01/20
- 15/16: gnu: qt@4: Build with libjpeg-turbo., guix-commits, 2020/01/20
- 16/16: gnu: guile-git: Update to 0.3.0., guix-commits, 2020/01/20
- 13/16: gnu: mame: Build with libjpeg-turbo.,
guix-commits <=