gnu: Krita: Build with libraw 0.18.
Fixes <https://bugs.gnu.org/32467>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/packages/photo.scm (libraw-0.18): New variable. * gnu/packages/kde.scm (krita)[inputs]: Use libraw-0.18.
This commit is contained in:
		
							parent
							
								
									7ce9eaf013
								
							
						
					
					
						commit
						fd67d793c2
					
				
					 2 changed files with 13 additions and 1 deletions
				
			
		|  | @ -316,7 +316,7 @@ plugins, as well as code to create plugins, or complete applications.") | |||
|        ("fftw" ,fftw) | ||||
|        ("gsl" ,gsl) | ||||
|        ("poppler-qt5" ,poppler-qt5) | ||||
|        ("libraw" ,libraw) | ||||
|        ("libraw" ,libraw-0.18) | ||||
|        ("libtiff" ,libtiff) | ||||
|        ("perl" ,perl) | ||||
|        ("ilmbase" ,ilmbase) | ||||
|  |  | |||
|  | @ -95,6 +95,18 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).") | |||
|     ;; both two licensing modes for your changes/additions." | ||||
|     (license (list license:lgpl2.1 license:cddl1.0)))) | ||||
| 
 | ||||
| (define-public libraw-0.18 | ||||
|   (package (inherit libraw) | ||||
|     (name "libraw") | ||||
|     (version "0.18.12") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://www.libraw.org/data/LibRaw-" | ||||
|                                   version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap")))))) | ||||
| 
 | ||||
| (define-public libexif | ||||
|   (package | ||||
|     (name "libexif") | ||||
|  |  | |||
		Reference in a new issue