gnu: libjpeg-turbo: Remove graft for 2.0.2.
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.2. [replacement]: Remove. (libjpeg-turbo-2.0.2): Remove variable.
This commit is contained in:
		
							parent
							
								
									218eb6e611
								
							
						
					
					
						commit
						9b070277f9
					
				
					 1 changed files with 2 additions and 15 deletions
				
			
		|  | @ -1298,15 +1298,14 @@ PNG, and performs PNG integrity checks and corrections.") | |||
| (define-public libjpeg-turbo | ||||
|   (package | ||||
|     (name "libjpeg-turbo") | ||||
|     (version "2.0.1") | ||||
|     (replacement libjpeg-turbo-2.0.2) | ||||
|     (version "2.0.2") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "mirror://sourceforge/libjpeg-turbo/" | ||||
|                                   version "/libjpeg-turbo-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1zv6z093l3x3jzygvni7b819j7xhn6d63jhcdrckj7fz67n6ry75")))) | ||||
|                 "1v9gx1gdzgxf51nd55ncq7rghmj4x9x91rby50ag36irwngmkf5c")))) | ||||
|     (build-system cmake-build-system) | ||||
|     (native-inputs | ||||
|      `(("nasm" ,nasm))) | ||||
|  | @ -1329,18 +1328,6 @@ and decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.).") | |||
|                    license:ijg          ;the libjpeg library and associated tools | ||||
|                    license:zlib))))     ;the libjpeg-turbo SIMD extensions | ||||
| 
 | ||||
| (define-public libjpeg-turbo-2.0.2 | ||||
|   (package | ||||
|     (inherit libjpeg-turbo) | ||||
|     (version "2.0.2") | ||||
|     (source (origin | ||||
|               (inherit (package-source libjpeg-turbo)) | ||||
|               (uri (string-append "mirror://sourceforge/libjpeg-turbo/" | ||||
|                                   version "/libjpeg-turbo-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1v9gx1gdzgxf51nd55ncq7rghmj4x9x91rby50ag36irwngmkf5c")))))) | ||||
| 
 | ||||
| (define-public niftilib | ||||
|   (package | ||||
|     (name "niftilib") | ||||
|  |  | |||
		Reference in a new issue