[packages/aom] - updated to 3.12.0
qboosh
qboosh at pld-linux.org
Sat Feb 22 08:56:40 CET 2025
commit f3b3598eca3721bf6026b2da62cc1db97a806c37
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Feb 22 07:41:39 2025 +0100
- updated to 3.12.0
aom-examples.patch | 20 ++++++++++++++++++++
aom.spec | 4 ++--
2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/aom.spec b/aom.spec
index 2a27245..272966c 100644
--- a/aom.spec
+++ b/aom.spec
@@ -9,7 +9,7 @@
Summary: Royalty-free next-generation video format
Summary(pl.UTF-8): Format wideo nowej generacji bez opłat licencyjnych
Name: aom
-Version: 3.10.0
+Version: 3.12.0
Release: 1
License: BSD
Group: Libraries
@@ -17,7 +17,7 @@ Group: Libraries
# tarball is recreated with different md5 on each download
#Source0: https://aomedia.googlesource.com/aom/+archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
-# Source0-md5: 35635e8be4754fb0d6ba4999ab2f0663
+# Source0-md5: 26224ce50ea269a4780dad803206e717
Patch0: %{name}-examples.patch
URL: https://aomedia.org/
BuildRequires: cmake >= 3.9
diff --git a/aom-examples.patch b/aom-examples.patch
index c88c8fd..367826d 100644
--- a/aom-examples.patch
+++ b/aom-examples.patch
@@ -8,3 +8,23 @@
insp_frame_data frame_data;
+--- aom-3.12.0/examples/inspect.c.orig 2025-02-21 19:06:06.024000000 +0100
++++ aom-3.12.0/examples/inspect.c 2025-02-21 22:53:21.567052398 +0100
+@@ -624,7 +624,7 @@ static void inspect(void *pbi, void *dat
+ (void)data;
+ // We allocate enough space and hope we don't write out of bounds. Totally
+ // unsafe but this speeds things up, especially when compiled to Javascript.
+- char *buffer = aom_malloc(MAX_BUFFER);
++ char *buffer = malloc(MAX_BUFFER);
+ if (!buffer) {
+ fprintf(stderr, "Error allocating inspect info buffer\n");
+ abort();
+@@ -742,7 +742,7 @@ static void inspect(void *pbi, void *dat
+ buf += put_str(buf, "},\n");
+ *(buf++) = 0;
+ on_frame_decoded_dump(buffer);
+- aom_free(buffer);
++ free(buffer);
+ }
+
+ static void ifd_init_cb(void) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aom.git/commitdiff/f3b3598eca3721bf6026b2da62cc1db97a806c37
More information about the pld-cvs-commit
mailing list