[packages/dav1d] - updated to 1.5.4
qboosh
qboosh at pld-linux.org
Sat Sep 5 20:32:29 CEST 2026
commit 96b794efe99c67165c9cd8ef756aecc81a6c6211
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 5 20:32:37 2026 +0200
- updated to 1.5.4
dav1d-nasm.patch | 18 +++++++++---------
dav1d.spec | 6 +++---
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/dav1d.spec b/dav1d.spec
index a99042d..cce84ff 100644
--- a/dav1d.spec
+++ b/dav1d.spec
@@ -6,16 +6,16 @@
Summary: AV1 decoder library
Summary(pl.UTF-8): Biblioteka dekodera AV1
Name: dav1d
-Version: 1.5.3
+Version: 1.5.4
Release: 1
License: BSD
Group: Libraries
Source0: https://download.videolan.org/videolan/dav1d/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 6291311566e526cf66279f7eda7a608a
+# Source0-md5: 44ff065d8bd8bbf49c9d27cff5a3ffe6
Patch0: %{name}-nasm.patch
URL: https://code.videolan.org/videolan/dav1d
%{?with_apidocs:BuildRequires: doxygen}
-BuildRequires: meson >= 0.49.0
+BuildRequires: meson >= 0.54.0
%ifarch %{ix86} %{x8664} x32
BuildRequires: nasm >= 2.14
%endif
diff --git a/dav1d-nasm.patch b/dav1d-nasm.patch
index 7fe9612..2a608b8 100644
--- a/dav1d-nasm.patch
+++ b/dav1d-nasm.patch
@@ -1,14 +1,14 @@
---- dav1d-0.2.1/meson.build.orig 2019-03-12 22:34:05.000000000 +0100
-+++ dav1d-0.2.1/meson.build 2019-04-10 08:00:52.888513528 +0200
-@@ -344,7 +344,11 @@
- nasm_format = 'elf'
- endif
- if host_machine.cpu_family() == 'x86_64'
+--- dav1d-1.5.4/meson.build.orig 2026-07-14 08:39:09.000000000 +0200
++++ dav1d-1.5.4/meson.build 2026-09-05 20:21:23.986988164 +0200
+@@ -566,7 +566,11 @@ if is_asm_enabled and host_machine.cpu_f
+ nasm_format = 'aout'
+ endif
+ elif host_machine.cpu_family() == 'x86_64'
- nasm_format += '64'
-+ if get_option('libdir').endswith('libx32')
-+ nasm_format += 'x32'
++ if cc.get_define('__ILP32__').strip() == ''
++ nasm_format += '64'
+ else
-+ nasm_format += '64'
++ nasm_format += 'x32'
+ endif
else
nasm_format += '32'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dav1d.git/commitdiff/96b794efe99c67165c9cd8ef756aecc81a6c6211
More information about the pld-cvs-commit
mailing list