libtheora: fix GitLab patch (#40657)
GitLab's .patch URLs do not provide stable/full hashes, while .diff URLs do. See #40656 for more information.
This commit is contained in:
parent
8a4860480a
commit
d9167834c4
@ -46,8 +46,8 @@ class Libtheora(AutotoolsPackage, MSBuildPackage):
|
|||||||
patch("exit-prior-to-running-configure.patch", when="@1.1.1")
|
patch("exit-prior-to-running-configure.patch", when="@1.1.1")
|
||||||
patch("fix_encoding.patch", when="@1.1:")
|
patch("fix_encoding.patch", when="@1.1:")
|
||||||
patch(
|
patch(
|
||||||
"https://gitlab.xiph.org/xiph/theora/-/commit/7288b539c52e99168488dc3a343845c9365617c8.patch",
|
"https://gitlab.xiph.org/xiph/theora/-/commit/7288b539c52e99168488dc3a343845c9365617c8.diff",
|
||||||
sha256="8b1f256fa6bfb4ce1355c5be1104e8cfe695c8484d8ea19db06c006880a02298",
|
sha256="e01ef71a1c19783a0b323b90a625e5c360ddb7ee03d2b6c201f1519f1704ea11",
|
||||||
when="^libpng@1.6:",
|
when="^libpng@1.6:",
|
||||||
)
|
)
|
||||||
patch("libtheora-inc-external-ogg.patch", when="platform=windows")
|
patch("libtheora-inc-external-ogg.patch", when="platform=windows")
|
||||||
|
Loading…
Reference in New Issue
Block a user