mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 11:44:48 +00:00 
			
		
		
		
	rosenthal: Add libva-2.16.0.
* rosenthal/packages/video.scm: New file. (libva-2.16.0): New variable.
This commit is contained in:
		
							parent
							
								
									8496689f75
								
							
						
					
					
						commit
						bd4f4e7da0
					
				
							
								
								
									
										25
									
								
								rosenthal/packages/video.scm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								rosenthal/packages/video.scm
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,25 @@
 | 
			
		||||
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space>
 | 
			
		||||
;;
 | 
			
		||||
;; SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
 | 
			
		||||
(define-module (rosenthal packages video)
 | 
			
		||||
  #:use-module (guix download)
 | 
			
		||||
  #:use-module (guix gexp)
 | 
			
		||||
  #:use-module (guix packages)
 | 
			
		||||
  #:use-module (guix utils)
 | 
			
		||||
  #:use-module (gnu packages video))
 | 
			
		||||
 | 
			
		||||
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59050
 | 
			
		||||
(define-public libva-2.16.0
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit libva)
 | 
			
		||||
    (name "libva")
 | 
			
		||||
    (version "2.16.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://github.com/intel/libva"
 | 
			
		||||
                                  "/releases/download/" version
 | 
			
		||||
                                  "/libva-" version ".tar.bz2"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "070aj9nw681a4m7f5xb662hhyib0w9q0i0s9v8vplh9cvfhaqpqi"))))))
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user