gnu: dav1d: Update to 0.4.0.
* gnu/packages/video.scm (dav1d): Update to 0.4.0.
This commit is contained in:
		
							parent
							
								
									57939283c0
								
							
						
					
					
						commit
						89ccc9ce91
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -3524,7 +3524,7 @@ transitions, and effects and then export your film to many common formats.")
 | 
				
			||||||
(define-public dav1d
 | 
					(define-public dav1d
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "dav1d")
 | 
					    (name "dav1d")
 | 
				
			||||||
    (version "0.2.2")
 | 
					    (version "0.4.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3536,7 +3536,8 @@ transitions, and effects and then export your film to many common formats.")
 | 
				
			||||||
                   (string-append "https://code.videolan.org/videolan/dav1d/-/"
 | 
					                   (string-append "https://code.videolan.org/videolan/dav1d/-/"
 | 
				
			||||||
                                  "archive/" version "/dav1d-" version ".tar.bz2")))
 | 
					                                  "archive/" version "/dav1d-" version ".tar.bz2")))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32 "1llf4v486avj83d31670vdd5nshbq10qrx9vwrm1j078dh4ax4q0"))))
 | 
					         (base32
 | 
				
			||||||
 | 
					          "08yqml01lbcpflrshdpvn88jv3xd8gm559qikiwyrh41a3kb4lr5"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs `(("nasm" ,nasm)))
 | 
					    (native-inputs `(("nasm" ,nasm)))
 | 
				
			||||||
    (home-page "https://code.videolan.org/videolan/dav1d")
 | 
					    (home-page "https://code.videolan.org/videolan/dav1d")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue