aom 1.0.0-1.2020.04.17 (aarch64;x86_64) 2020-11477
1
Status | rejected | ||||||||||||||||||
Submitter | nobodydead [@T] gmail.com | ||||||||||||||||||
Platform | rolling | ||||||||||||||||||
Repository | main | ||||||||||||||||||
URL | https://abf.openmandriva.org/build_lists/758618 | ||||||||||||||||||
Packages |
|
||||||||||||||||||
Build Date | 2020-04-17 20:16:50 +0000 UTC | ||||||||||||||||||
Last Updated | 2020-04-21 01:44:39.842919951 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 5316ef0e2d3937dcc1b329c70d2b2f6c24217a22 commit 5316ef0e2d3937dcc1b329c70d2b2f6c24217a22 Author: Bernhard Rosenkränzer <bero@lindev.ch> AuthorDate: Fri Apr 17 22:02:23 2020 +0200 Commit: Bernhard Rosenkränzer <bero@lindev.ch> CommitDate: Fri Apr 17 22:02:23 2020 +0200 Update --- .abf.yml | 2 +- aom.spec | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.abf.yml b/.abf.yml index c20ccba..bd35ee2 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - aom-28.10.2019.tar.xz: 9b79bf8df7e97d4203b5572c59c2d5b3d1dc247a + aom-2020.04.17.tar.zst: 073656bdf906515865b542108ae64ed5ef76b811 diff --git a/aom.spec b/aom.spec index 184a061..4cf3cd3 100644 --- a/aom.spec +++ b/aom.spec @@ -1,11 +1,12 @@ -%define major 0 +%define major 1 %define libname %mklibname %{name} %{major} %define develname %mklibname %{name} -d +%define staticname %mklibname %{name} -d -s # Use latest git, until regular and standardized releases will be available. # We can't download (for now) download release tarball or last. Thats why we need download git by hand. - -%define gitdate 28.10.2019 +# Use the YYYY.MM.DD format to make sure the number always goes up, not down (31.1.2020 > 10.4.2020) +%define gitdate 2020.04.17 Name: aom Version: 1.0.0 @@ -15,7 +16,7 @@ Group: System/Libraries License: BSD URL: http://aomedia.org/ #Source should be taken from: https://aomedia.googlesource.com/aom/ -Source0: %{name}-%{gitdate}.tar.xz +Source0: %{name}-%{gitdate}.tar.zst BuildRequires: cmake BuildRequires: doxygen BuildRequires: graphviz @@ -57,12 +58,21 @@ video format. %package -n %{develname} Summary: Development files for aom Group: Development/C -Requires: %{name} = %{version}-%{release} +Requires: %{libname} = %{version}-%{release} %description -n %{develname} Development files for aom, the royalty-free next-generation video format. +%package -n %{staticname} +Summary: Static library files for aom +Group: Development/C +Requires: %{develname} = %{version}-%{release} + +%description -n %{staticname} +Static library files for aom, the royalty-free next-generation +video format. + %prep %autosetup -p1 -n %{name}-%{gitdate} @@ -109,9 +119,14 @@ install -pm 0755 build/examples/analyzer %{buildroot}%{_bindir}/aomanalyzer %files -n %{libname} %license LICENSE PATENTS %{_libdir}/libaom.so.%{major}{,.*} +# Seems to be a compat symlink +%{_libdir}/libaom.so.0 %files -n %{develname} %doc build/docs/html/ %{_includedir}/%{name} %{_libdir}/libaom.so %{_libdir}/pkgconfig/%{name}.pc + +%files -n %{staticname} +%{_libdir}/libaom.a
Not Available
benbullard79 [@T] cox.net | *Should* be OK | 1682d 18hrs |
benbullard79 [@T] cox.net | No Comment. | 1679d 18hrs |