summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorL. E. Segovia <amy@centricular.com>2024-03-21 16:01:48 -0300
committerL. E. Segovia <amy@centricular.com>2024-03-21 20:15:31 +0000
commita4cbf2e8f7bd33367d961f6cb71dc362552b1bcd (patch)
tree62a938c7749f6b725db3a550f9028d915fe36315
parent9520c55ac76c2ddd40f1310cf40c2e3bedf5aaee (diff)
dav1d: update to 1.4.1 to fix dav1d-sys crate build in gst-plugins-rs
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1418>
-rw-r--r--recipes/dav1d.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dav1d.recipe b/recipes/dav1d.recipe
index c8209d21..925d3358 100644
--- a/recipes/dav1d.recipe
+++ b/recipes/dav1d.recipe
@@ -5,10 +5,10 @@ import shutil
class Recipe(recipe.Recipe):
name = 'dav1d'
- version = '1.1.0'
+ version = '1.4.1'
stype = SourceType.TARBALL
url = 'https://download.videolan.org/pub/videolan/%(name)s/%(version)s/%(name)s-%(version)s.tar.xz'
- tarball_checksum = 'fb57aae7875f28c30fb3dbae4a3683d27e2f91dde09ce5c60c22cef9bc58dfd1'
+ tarball_checksum = '8d407dd5fe7986413c937b14e67f36aebd06e1fa5cfec679d10e548476f2d5f8'
licenses = [{License.BSD_like: ['COPYING']}]
btype = BuildType.MESON