gnu: libtiff: Build with the current libjpeg instead of libjpeg-8.
* gnu/packages/image.scm (libtiff)[inputs]: Use libjpeg instead of libjpeg-9. [arguments]: Drop the now unneeded field.
This commit is contained in:
		
							parent
							
								
									45468e3649
								
							
						
					
					
						commit
						1de0afd5a5
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		| 
						 | 
					@ -115,13 +115,7 @@ image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")
 | 
				
			||||||
                     "171hgy4mylwmvdm7gp6ffjva81m4j56v3fbqsbfl7avzxn1slpp2"))))
 | 
					                     "171hgy4mylwmvdm7gp6ffjva81m4j56v3fbqsbfl7avzxn1slpp2"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (inputs `(("zlib" ,zlib)
 | 
					   (inputs `(("zlib" ,zlib)
 | 
				
			||||||
             ("libjpeg-8" ,libjpeg-8)))
 | 
					             ("libjpeg" ,libjpeg)))
 | 
				
			||||||
             ;; currently does not compile with libjpeg version 9
 | 
					 | 
				
			||||||
   (arguments
 | 
					 | 
				
			||||||
    `(#:configure-flags
 | 
					 | 
				
			||||||
      (list (string-append "--with-jpeg-include-dir="
 | 
					 | 
				
			||||||
                           (assoc-ref %build-inputs "libjpeg-8")
 | 
					 | 
				
			||||||
                           "/include"))))
 | 
					 | 
				
			||||||
   (synopsis "Library for handling TIFF files")
 | 
					   (synopsis "Library for handling TIFF files")
 | 
				
			||||||
   (description
 | 
					   (description
 | 
				
			||||||
    "Libtiff provides support for the Tag Image File Format (TIFF), a format
 | 
					    "Libtiff provides support for the Tag Image File Format (TIFF), a format
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue