gnu: pitivi: Fix build.
* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to gst-plugins-bad variant. [arguments]: Use meson-0.59.
This commit is contained in:
		
							parent
							
								
									3e810b846a
								
							
						
					
					
						commit
						edb563d136
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -103,6 +103,7 @@
 | 
				
			||||||
  #:use-module (gnu packages base)
 | 
					  #:use-module (gnu packages base)
 | 
				
			||||||
  #:use-module (gnu packages bison)
 | 
					  #:use-module (gnu packages bison)
 | 
				
			||||||
  #:use-module (gnu packages boost)
 | 
					  #:use-module (gnu packages boost)
 | 
				
			||||||
 | 
					  #:use-module (gnu packages build-tools)
 | 
				
			||||||
  #:use-module (gnu packages cdrom)
 | 
					  #:use-module (gnu packages cdrom)
 | 
				
			||||||
  #:use-module (gnu packages check)
 | 
					  #:use-module (gnu packages check)
 | 
				
			||||||
  #:use-module (gnu packages cmake)
 | 
					  #:use-module (gnu packages cmake)
 | 
				
			||||||
| 
						 | 
					@ -4385,7 +4386,7 @@ tools for styling them, including a built-in real-time video preview.")
 | 
				
			||||||
        ("gst-plugins-good" ,gst-plugins-good)
 | 
					        ("gst-plugins-good" ,gst-plugins-good)
 | 
				
			||||||
        ("gst-plugins-bad"
 | 
					        ("gst-plugins-bad"
 | 
				
			||||||
         ,(gst-plugins/selection gst-plugins-bad
 | 
					         ,(gst-plugins/selection gst-plugins-bad
 | 
				
			||||||
                                 #:plugins '("debugutils" "transcoder")
 | 
					                                 #:plugins '("debugutils" "transcode")
 | 
				
			||||||
                                 #:configure-flags '("-Dintrospection=enabled")))
 | 
					                                 #:configure-flags '("-Dintrospection=enabled")))
 | 
				
			||||||
        ("gst-libav" ,gst-libav)
 | 
					        ("gst-libav" ,gst-libav)
 | 
				
			||||||
        ("gsound" ,gsound)
 | 
					        ("gsound" ,gsound)
 | 
				
			||||||
| 
						 | 
					@ -4406,6 +4407,9 @@ tools for styling them, including a built-in real-time video preview.")
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
     (arguments
 | 
					     (arguments
 | 
				
			||||||
      `(#:glib-or-gtk? #t
 | 
					      `(#:glib-or-gtk? #t
 | 
				
			||||||
 | 
					        ;; Pitivi is not yet compatible with Meson 0.60:
 | 
				
			||||||
 | 
					        ;; https://gitlab.gnome.org/GNOME/pitivi/-/issues/2593
 | 
				
			||||||
 | 
					        #:meson ,meson-0.59
 | 
				
			||||||
        #:phases
 | 
					        #:phases
 | 
				
			||||||
        (modify-phases %standard-phases
 | 
					        (modify-phases %standard-phases
 | 
				
			||||||
          (add-after 'glib-or-gtk-wrap 'wrap-other-dependencies
 | 
					          (add-after 'glib-or-gtk-wrap 'wrap-other-dependencies
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue