gnu: jasper: Update to 1.900.29.
* gnu/packages/image.scm (jasper): Update to 1.900.29. [inputs]: Add libjpeg.
This commit is contained in:
		
							parent
							
								
									9cdb405b81
								
							
						
					
					
						commit
						d87c201f96
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -849,15 +849,16 @@ convert, manipulate, filter and display a wide variety of image formats.") | |||
| (define-public jasper | ||||
|   (package | ||||
|     (name "jasper") | ||||
|     (version "1.900.19") | ||||
|     (version "1.900.29") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://www.ece.uvic.ca/~frodo/jasper" | ||||
|                                   "/software/jasper-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0dm3k0wdny3s37zxm9s9riv46p69c14bnn532fv6cv5b6l1b0pwb")))) | ||||
|                 "1h1575wdzq1p7y2xvy1gbiypai1iils5awhy4gadr78qpb9ykrra")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs `(("libjpeg" ,libjpeg))) | ||||
|     (synopsis "JPEG-2000 library") | ||||
|     (description "The JasPer Project is an initiative to provide a reference | ||||
| implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., | ||||
|  |  | |||
		Reference in a new issue