diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-02-15 09:39:16 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-02-25 15:58:57 +0000 |
commit | 8eaa4117a677b2a04b8f0dddbbfda19fa54688ec (patch) | |
tree | 5220d8bc08166ecca4cf135477972fd7a77c97d5 /recipes/dav1d.recipe | |
parent | 39ff1cb2ed5aeae114df7fd185685274b037fc20 (diff) |
dav1d: Update to 1.1.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1123>
Diffstat (limited to 'recipes/dav1d.recipe')
-rw-r--r-- | recipes/dav1d.recipe | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/dav1d.recipe b/recipes/dav1d.recipe index f6059a07..45dbcf6a 100644 --- a/recipes/dav1d.recipe +++ b/recipes/dav1d.recipe @@ -5,10 +5,10 @@ import shutil class Recipe(recipe.Recipe): name = 'dav1d' - version = '1.0.0' + version = '1.1.0' stype = SourceType.TARBALL url = 'https://download.videolan.org/pub/videolan/%(name)s/%(version)s/%(name)s-%(version)s.tar.xz' - tarball_checksum = '51737db7e4897e599684f873a4725176dd3c779e639411d7c4fce134bb5ebb82' + tarball_checksum = 'fb57aae7875f28c30fb3dbae4a3683d27e2f91dde09ce5c60c22cef9bc58dfd1' licenses = [{License.BSD_like: ['COPYING']}] btype = BuildType.MESON @@ -18,10 +18,6 @@ class Recipe(recipe.Recipe): 'enable_tests': 'false', } - patches = [ - 'dav1d/0001-Handle-host_machine.system-ios-the-same-way-as-darwi.patch', - ] - files_libs = ['libdav1d'] files_devel = ['include/dav1d', 'lib/pkgconfig/dav1d.pc'] |