aom 1.0.0-1.28.10.2019 (znver1;armv7hnl;i686) 2019-9456
-9999
Status | rejected | ||||||||||||||||||||||||
Submitter | nobodydead [@T] gmail.com | ||||||||||||||||||||||||
Platform | rolling | ||||||||||||||||||||||||
Repository | main | ||||||||||||||||||||||||
URL | https://abf.openmandriva.org/build_lists/650696 | ||||||||||||||||||||||||
Packages |
|
||||||||||||||||||||||||
Build Date | 2019-12-09 13:20:10 +0000 UTC | ||||||||||||||||||||||||
Last Updated | 2019-12-25 21:14:30.105396366 +0000 UTC |
$ git diff --patch-with-stat --summary b8b4572b305267ea7ec9e0a8465dbd9c3d264a21..3cf947e521cbd8a044f7a4e2ad42ee40aa766f62 aom.spec | 88 ++++++++++++++++++++++++++++------------------------------------ 1 file changed, 39 insertions(+), 49 deletions(-) diff --git a/aom.spec b/aom.spec index 02ffd58..184a061 100644 --- a/aom.spec +++ b/aom.spec @@ -7,24 +7,22 @@ %define gitdate 28.10.2019 -Name: aom -Version: 1.0.0 -Release: 0.%{gitdate} -Summary: Royalty-free next-generation video format -Group: System/Libraries -License: BSD -URL: http://aomedia.org/ +Name: aom +Version: 1.0.0 +Release: 1.%{gitdate} +Summary: Royalty-free next-generation video format +Group: System/Libraries +License: BSD +URL: http://aomedia.org/ #Source should be taken from: https://aomedia.googlesource.com/aom/ -Source0: %{name}-%{gitdate}.tar.xz - -BuildRequires: cmake -BuildRequires: doxygen -BuildRequires: graphviz -BuildRequires: perl(Getopt::Long) -BuildRequires: wxgtku3.0-devel -BuildRequires: yasm - -Provides: av1 = %{version}-%{release} +Source0: %{name}-%{gitdate}.tar.xz +BuildRequires: cmake +BuildRequires: doxygen +BuildRequires: graphviz +BuildRequires: perl(Getopt::Long) +BuildRequires: wxgtku3.0-devel +BuildRequires: yasm +Provides: av1 = %{version}-%{release} %description The Alliance for Open Media’s focus is to deliver a next-generation @@ -40,86 +38,78 @@ video format that is: This package contains the reference encoder and decoder. - %package extra-tools -Summary: Extra tools for aom -Group: System/Libraries -Requires: %{name} = %{version}-%{release} +Summary: Extra tools for aom +Group: System/Libraries +Requires: %{name} = %{version}-%{release} %description extra-tools This package contains the aom analyzer. - %package -n %{libname} -Summary: Library files for aom -Group: System/Libraries +Summary: Library files for aom +Group: System/Libraries %description -n %{libname} Library files for aom, the royalty-free next-generation video format. - %package -n %{develname} -Summary: Development files for aom -Group: Development/C -Requires: %{name} = %{version}-%{release} +Summary: Development files for aom +Group: Development/C +Requires: %{name} = %{version}-%{release} %description -n %{develname} Development files for aom, the royalty-free next-generation video format. - %prep %autosetup -p1 -n %{name}-%{gitdate} - %build -%cmake -Wno-dev -DENABLE_CCACHE=1 \ - -DCMAKE_SKIP_RPATH=1 \ -%ifnarch aarch64 %{arm} %{ix86} x86_64 - -DAOM_TARGET_CPU=generic \ +%cmake \ + -Wno-dev -DENABLE_CCACHE=1 \ + -DCMAKE_SKIP_RPATH=1 \ +%ifnarch aarch64 %{arm} %{ix86} %{x86_64} + -DAOM_TARGET_CPU=generic \ %endif %ifarch %{arm} - -DAOM_TARGET_CPU=arm \ + -DAOM_TARGET_CPU=arm \ %endif -%ifarch aarch64 - -DAOM_TARGET_CPU=arm64 \ +%ifarch aarch64 riscv64 + -DAOM_TARGET_CPU=arm64 \ %endif %ifarch %{ix86} - -DAOM_TARGET_CPU=x86 \ + -DAOM_TARGET_CPU=x86 \ %endif -%ifarch x86_64 - -DAOM_TARGET_CPU=x86_64 \ +%ifarch %{x86_64} + -DAOM_TARGET_CPU=x86_64 \ %endif - -DCONFIG_WEBM_IO=1 \ - -DENABLE_DOCS=1 \ - -DCONFIG_ANALYZER=1 \ - -DCONFIG_LOWBITDEPTH=1 -%make_build + -DCONFIG_WEBM_IO=1 \ + -DENABLE_DOCS=1 \ + -DCONFIG_ANALYZER=1 \ + -DCONFIG_LOWBITDEPTH=1 +%make_build %install %make_install -C build install -pm 0755 build/examples/analyzer %{buildroot}%{_bindir}/aomanalyzer - %files %doc AUTHORS CHANGELOG README.md %license LICENSE PATENTS %{_bindir}/aomdec %{_bindir}/aomenc - %files extra-tools %{_bindir}/aomanalyzer - %files -n %{libname} %license LICENSE PATENTS %{_libdir}/libaom.so.%{major}{,.*} - %files -n %{develname} %doc build/docs/html/ %{_includedir}/%{name}
Not Available
benbullard79 [@T] cox.net | Probably should not move any until python and boost upgrades are done and applied in Cooker | 1806d 13hrs |
benbullard79 [@T] cox.net | Should not move packs until python and boost upgrade in Cooker is done and applied | 1806d 13hrs |
benbullard79 [@T] cox.net | No Comment. | 1797d 10hrs |