gnu: ffmpeg-2.8: Update to 2.8.7.
* gnu/packages/video.scm (ffmpeg): Update to 2.8.7.
This commit is contained in:
		
							parent
							
								
									cb764dc838
								
							
						
					
					
						commit
						fbb060fec8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -539,14 +539,14 @@ audio/video codec library.")
 | 
				
			||||||
(define-public ffmpeg-2.8
 | 
					(define-public ffmpeg-2.8
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit ffmpeg)
 | 
					    (inherit ffmpeg)
 | 
				
			||||||
    (version "2.8.6")
 | 
					    (version "2.8.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
 | 
					             (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
 | 
				
			||||||
                                 version ".tar.xz"))
 | 
					                                 version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1yh7dvm7zwdlsspdaq524s5qaggma5md9h95qc4kvb5dmyyyvg15"))))
 | 
					               "0z0mcj2q3ysp9qdn1ks03g5sn2zxyr06vxs4al0m4b5b3in8mglp"))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (substitute-keyword-arguments (package-arguments ffmpeg)
 | 
					     (substitute-keyword-arguments (package-arguments ffmpeg)
 | 
				
			||||||
       ((#:configure-flags flags)
 | 
					       ((#:configure-flags flags)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue