gnu: gst-plugins-good: Update to 1.6.3.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.6.3.
This commit is contained in:
		
							parent
							
								
									8cf39f7f33
								
							
						
					
					
						commit
						48caecb7f7
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -185,16 +185,16 @@ for the GStreamer multimedia library.")
 | 
				
			||||||
(define-public gst-plugins-good
 | 
					(define-public gst-plugins-good
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gst-plugins-good")
 | 
					    (name "gst-plugins-good")
 | 
				
			||||||
    (version "1.6.1")
 | 
					    (version "1.6.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append
 | 
					      (uri (string-append
 | 
				
			||||||
            "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-"
 | 
					            "https://gstreamer.freedesktop.org/src/" name "/"
 | 
				
			||||||
            version ".tar.xz"))
 | 
					            name "-" version ".tar.xz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "0darc3058kbnql3mnlpizl0sq0hhli7vkm0rpqb7nywz14abim46"))))
 | 
					        "0xx16h0q63gs3pxlzdflnpyssba3vcrh1qnzplg4d0ra1fvrvc94"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("aalib" ,aalib)
 | 
					     `(("aalib" ,aalib)
 | 
				
			||||||
| 
						 | 
					@ -228,7 +228,7 @@ for the GStreamer multimedia library.")
 | 
				
			||||||
          'unpack 'disable-failing-rtprtx-tests
 | 
					          'unpack 'disable-failing-rtprtx-tests
 | 
				
			||||||
          (lambda _
 | 
					          (lambda _
 | 
				
			||||||
            ;; Disable rtprtx tests that frequently fail.
 | 
					            ;; Disable rtprtx tests that frequently fail.
 | 
				
			||||||
            ;; XXX FIXME: Try removing this for version > 1.6.1.
 | 
					            ;; XXX FIXME: Try removing this for version > 1.6.3.
 | 
				
			||||||
            (substitute* "tests/check/elements/rtprtx.c"
 | 
					            (substitute* "tests/check/elements/rtprtx.c"
 | 
				
			||||||
              (("tcase_add_test \\(tc_chain,\
 | 
					              (("tcase_add_test \\(tc_chain,\
 | 
				
			||||||
 (test_rtxsender_max_size_packets|test_rtxreceive_data_reconstruction)\\);" all)
 | 
					 (test_rtxsender_max_size_packets|test_rtxreceive_data_reconstruction)\\);" all)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue