distro: Add Libjpeg 8.

* distro/packages/libjpeg.scm (libjpeg-8): New variable.
master
Andreas Enge 2013-01-17 22:49:23 +01:00
parent f24996724c
commit 1d97441709
1 changed files with 12 additions and 0 deletions

View File

@ -43,3 +43,15 @@ The included programs provide conversion between the JPEG format and
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")
(license ijg)
(home-page "http://www.ijg.org/")))
(define-public libjpeg-8
(package (inherit libjpeg)
(name "libjpeg-8")
(version "8d")
(source (origin
(method url-fetch)
(uri (string-append "http://www.ijg.org/files/jpegsrc.v"
version ".tar.gz"))
(sha256 (base32
"1cz0dy05mgxqdgjf52p54yxpyy95rgl30cnazdrfmw7hfca9n0h0"))))))