mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: gstreamer: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.18.5. Remove trailing #t. (%common-gstreamer-phases): Remove trailing #t.
This commit is contained in:
parent
0973e2af49
commit
dd6e07ac46
1 changed files with 4 additions and 6 deletions
|
@ -466,13 +466,12 @@ (define %common-gstreamer-phases
|
||||||
(("'CK_DEFAULT_TIMEOUT', '[0-9]*'")
|
(("'CK_DEFAULT_TIMEOUT', '[0-9]*'")
|
||||||
"'CK_DEFAULT_TIMEOUT', '600'")
|
"'CK_DEFAULT_TIMEOUT', '600'")
|
||||||
(("timeout ?: .*\\)")
|
(("timeout ?: .*\\)")
|
||||||
"timeout: 90 * 60)"))
|
"timeout: 90 * 60)"))))))
|
||||||
#t))))
|
|
||||||
|
|
||||||
(define-public gstreamer
|
(define-public gstreamer
|
||||||
(package
|
(package
|
||||||
(name "gstreamer")
|
(name "gstreamer")
|
||||||
(version "1.18.4")
|
(version "1.18.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -481,7 +480,7 @@ (define-public gstreamer
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1igv9l4hm21kp1jmlwlagzs7ly1vaxv1sbda29q8247372dwkvls"))))
|
"02p8my6dzmm4rvd93s3qnh8w5bm9bh4f7gdydbsvnn9llqr251jm"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -498,8 +497,7 @@ (define-public gstreamer
|
||||||
(("tcase_add_test \\(tc_chain, test_stress_cleanup_unschedule.*")
|
(("tcase_add_test \\(tc_chain, test_stress_cleanup_unschedule.*")
|
||||||
"")
|
"")
|
||||||
(("tcase_add_test \\(tc_chain, test_stress_reschedule.*")
|
(("tcase_add_test \\(tc_chain, test_stress_reschedule.*")
|
||||||
""))
|
"")))))
|
||||||
#t)))
|
|
||||||
'()))))
|
'()))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; In gstreamer-1.0.pc:
|
;; In gstreamer-1.0.pc:
|
||||||
|
|
Loading…
Reference in a new issue