gnu: gst-plugins-bad: Update to 1.10.0.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.0. [inputs]: Remove wayland. [tests]: Update comment about failing tests. [home-page]: Use https.
This commit is contained in:
		
							parent
							
								
									18a9a7ef38
								
							
						
					
					
						commit
						0cee33ac96
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -264,18 +264,18 @@ developers consider to have good quality code and correct functionality.")
 | 
				
			||||||
(define-public gst-plugins-bad
 | 
					(define-public gst-plugins-bad
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gst-plugins-bad")
 | 
					    (name "gst-plugins-bad")
 | 
				
			||||||
    (version "1.6.3")
 | 
					    (version "1.10.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://gstreamer.freedesktop.org/src/"
 | 
					              (uri (string-append "https://gstreamer.freedesktop.org/src/"
 | 
				
			||||||
                                  name "/" name "-" version ".tar.xz"))
 | 
					                                  name "/" name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0q9s5da54819gwncmdi95l5qzx97l9vxk6adx4zmx73a3l82j6wp"))))
 | 
					                "0kqwh5r4j05f2w9m353grvypn0106hxcr52409f7rvm3w4b9sprx"))))
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f ; XXX: 11 of 54 tests fail
 | 
					     '(#:tests? #f ; XXX: 18 of 65 tests fail
 | 
				
			||||||
       #:configure-flags
 | 
					       #:configure-flags
 | 
				
			||||||
       (list (string-append "--with-html-dir="
 | 
					       (list (string-append "--with-html-dir="
 | 
				
			||||||
                            (assoc-ref %outputs "doc")
 | 
					                            (assoc-ref %outputs "doc")
 | 
				
			||||||
| 
						 | 
					@ -329,8 +329,9 @@ developers consider to have good quality code and correct functionality.")
 | 
				
			||||||
       ;("qtx11extras" ,qtx11extras)
 | 
					       ;("qtx11extras" ,qtx11extras)
 | 
				
			||||||
       ("soundtouch" ,soundtouch)
 | 
					       ("soundtouch" ,soundtouch)
 | 
				
			||||||
       ("x265" ,x265)
 | 
					       ("x265" ,x265)
 | 
				
			||||||
       ("wayland" ,wayland)))
 | 
					       ;("wayland" ,wayland) ; needs wayland-protocols
 | 
				
			||||||
    (home-page "http://gstreamer.freedesktop.org/")
 | 
					       ))
 | 
				
			||||||
 | 
					    (home-page "https://gstreamer.freedesktop.org/")
 | 
				
			||||||
    (synopsis "Plugins for the GStreamer multimedia library")
 | 
					    (synopsis "Plugins for the GStreamer multimedia library")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to
 | 
					     "GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue