gnu: gst-editing-services: Update to 1.22.1.
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.22.1. [arguments]: Use meson-0.63.
This commit is contained in:
		
							parent
							
								
									3f33da2759
								
							
						
					
					
						commit
						357fcb8bb1
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1030,7 +1030,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
 | 
				
			||||||
(define-public gst-editing-services
 | 
					(define-public gst-editing-services
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gst-editing-services")
 | 
					    (name "gst-editing-services")
 | 
				
			||||||
    (version "1.20.3")
 | 
					    (version "1.22.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -1038,10 +1038,11 @@ decoders, muxers, and demuxers provided by FFmpeg.")
 | 
				
			||||||
                    "gst-editing-services-" version ".tar.xz"))
 | 
					                    "gst-editing-services-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "18msiadg6wi1636ylp02yfiwphxlz39gh3vbxchl9qpvd7g9dn2z"))))
 | 
					                "0f0l2qanwi8msv16aqi3xxpslw9wn4rg1ibix6hbk940xw45x7hg"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
 | 
					      #:meson meson-0.63
 | 
				
			||||||
      #:tests? #f                    ; FIXME: 16/23 failing tests.
 | 
					      #:tests? #f                    ; FIXME: 16/23 failing tests.
 | 
				
			||||||
      #:glib-or-gtk? #t              ; To wrap binaries and/or compile schemas
 | 
					      #:glib-or-gtk? #t              ; To wrap binaries and/or compile schemas
 | 
				
			||||||
      #:phases #~(modify-phases %standard-phases
 | 
					      #:phases #~(modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue