gnu: libva: Update to 2.1.0.
* gnu/packages/video.scm (libva): Update to 2.1.0.
This commit is contained in:
		
							parent
							
								
									31a7ef7091
								
							
						
					
					
						commit
						2c01c42e9b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -536,7 +536,7 @@ libebml is a C++ library to read and write EBML files.")
 | 
			
		|||
(define-public libva
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libva")
 | 
			
		||||
    (version "2.0.0")
 | 
			
		||||
    (version "2.1.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -548,7 +548,7 @@ libebml is a C++ library to read and write EBML files.")
 | 
			
		|||
             (string-append "https://www.freedesktop.org/software/vaapi/releases/"
 | 
			
		||||
                            "libva/libva-" version "/libva-" version ".tar.bz2")))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0cz5i62jnibmnx0i80i9yipq39v16qr6fw461f6hvrh9lbwh21mv"))))
 | 
			
		||||
        (base32 "03sb1b3fxw8myf9kz6rxw5f3v1p0vfmk34779qx0q8fk24x9bypk"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue