[packages/aom] - updated to 3.13.1

qboosh qboosh at pld-linux.org
Sat Sep 27 20:44:46 CEST 2025


commit 965ac3a1ef9052c42820bbaeb6387614cc1d7919
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 27 20:47:43 2025 +0200

    - updated to 3.13.1

 aom-examples.patch | 20 --------------------
 aom.spec           | 11 ++++++-----
 2 files changed, 6 insertions(+), 25 deletions(-)
---
diff --git a/aom.spec b/aom.spec
index 272966c..0fac8fe 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.12.0
+Version:	3.13.1
 Release:	1
 License:	BSD
 Group:		Libraries
@@ -17,10 +17,10 @@ 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:	26224ce50ea269a4780dad803206e717
+# Source0-md5:	a87168abeed228c368520cdc288f7a78
 Patch0:		%{name}-examples.patch
 URL:		https://aomedia.org/
-BuildRequires:	cmake >= 3.9
+BuildRequires:	cmake >= 3.16
 BuildRequires:	doxygen >= 1:1.8.10
 BuildRequires:	graphviz
 BuildRequires:	libstdc++-devel
@@ -164,12 +164,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/aomdec
 %attr(755,root,root) %{_bindir}/aomenc
 %attr(755,root,root) %{_libdir}/libaom.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libaom.so.3
+%ghost %{_libdir}/libaom.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libaom.so
+%{_libdir}/libaom.so
 %{_includedir}/aom
+%{_libdir}/cmake/AOM
 %{_pkgconfigdir}/aom.pc
 
 %files static
diff --git a/aom-examples.patch b/aom-examples.patch
index 367826d..c88c8fd 100644
--- a/aom-examples.patch
+++ b/aom-examples.patch
@@ -8,23 +8,3 @@
  
    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/965ac3a1ef9052c42820bbaeb6387614cc1d7919



More information about the pld-cvs-commit mailing list