gnu: svt-av1: Update to 0.8.4.
* gnu/packages/video.scm (svt-av1): Update to 0.8.4.
This commit is contained in:
		
							parent
							
								
									2cd765116c
								
							
						
					
					
						commit
						349f2a9db4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3917,7 +3917,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
 | 
				
			||||||
(define-public svt-av1
 | 
					(define-public svt-av1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "svt-av1")
 | 
					    (name "svt-av1")
 | 
				
			||||||
    (version "0.8.3")
 | 
					    (version "0.8.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -3926,7 +3926,7 @@ transcode or reformat the videos in any way, producing perfect backups.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1rh4sz1bmrsxyxfxajsffw5jd17djcrymhwsi877v02fgln027qr"))))
 | 
					                "0xad35q9sv5w0iihcf9q1f1m7br5anl3vsyx9svnx128iqf0n997"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    ;; SVT-AV1 only supports Intel-compatible CPUs.
 | 
					    ;; SVT-AV1 only supports Intel-compatible CPUs.
 | 
				
			||||||
    (supported-systems '("x86_64-linux" "i686-linux"))
 | 
					    (supported-systems '("x86_64-linux" "i686-linux"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue