gnu: libva: Update to 2.17.0.
* gnu/packages/video.scm (libva): Update to 2.17.0.
This commit is contained in:
		
							parent
							
								
									ddf09cc30b
								
							
						
					
					
						commit
						2b0e14d01c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1495,14 +1495,14 @@ quality and performance.")
 | 
			
		|||
(define-public libva
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libva")
 | 
			
		||||
    (version "2.15.0")
 | 
			
		||||
    (version "2.17.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://github.com/intel/libva/releases/download/"
 | 
			
		||||
                           version "/libva-" version ".tar.bz2"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1jhy8qzfp4ydbxs9qd9km7k5wq8r4s2vq20r1q07lgld8l4x93i5"))))
 | 
			
		||||
        (base32 "1b2f1hik4x3n4n8217sg1k602wqjba8x20r7nsdmmq05qckyprgk"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list config pkg-config))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue