gnu: totem: Update to 3.38.1.
* gnu/packages/gnome.scm (totem): Update to 3.38.1. [arguments]: Remove obsolete 'patch-failing-test phase.
This commit is contained in:
parent
0a02abde88
commit
c674636505
1 changed files with 2 additions and 11 deletions
|
@ -6170,7 +6170,7 @@ discovery protocols.")
|
||||||
(define-public totem
|
(define-public totem
|
||||||
(package
|
(package
|
||||||
(name "totem")
|
(name "totem")
|
||||||
(version "3.38.0")
|
(version "3.38.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6178,8 +6178,7 @@ discovery protocols.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"totem-" version ".tar.xz"))
|
"totem-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "02510lvzvxvmpcs64k6sqix8ysl7sihhhwvp0vmfv7521ryczylg"))))
|
||||||
"0bs33ijvxbr2prb9yj4dxglsszslsn9k258n311sld84masz4ad8"))))
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -6240,14 +6239,6 @@ discovery protocols.")
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true"))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'patch-failing-test
|
|
||||||
(lambda _
|
|
||||||
;; Work around test failure with GStreamer 1.18, because the test
|
|
||||||
;; relies on "und" not being mapped to a particular language:
|
|
||||||
;; https://gitlab.gnome.org/GNOME/totem/-/issues/450
|
|
||||||
(substitute* "src/test-totem.c"
|
|
||||||
(("und") "nosuchlang"))
|
|
||||||
#t))
|
|
||||||
(add-before
|
(add-before
|
||||||
'install 'disable-cache-generation
|
'install 'disable-cache-generation
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in a new issue