mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
distro: Add Libjpeg 8.
* distro/packages/libjpeg.scm (libjpeg-8): New variable.
This commit is contained in:
parent
f24996724c
commit
1d97441709
1 changed files with 12 additions and 0 deletions
|
@ -43,3 +43,15 @@ (define-public libjpeg
|
|||
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"))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue