Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ab1f974ac |
||
|
|
26d60e2bb7 |
3 changed files with 17 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -21,3 +21,5 @@
|
|||
/aom-3.9.0.tar.gz
|
||||
/aom-3.11.0.tar.gz
|
||||
/aom-3.12.0.tar.gz
|
||||
/aom-3.13.0.tar.gz
|
||||
/aom-3.13.1.tar.gz
|
||||
|
|
|
|||
21
aom.spec
21
aom.spec
|
|
@ -1,5 +1,5 @@
|
|||
%global sover 3
|
||||
%global aom_version v3.12.0
|
||||
%global aom_version v3.13.1
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
%ifarch x86_64
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
%endif
|
||||
|
||||
Name: aom
|
||||
Version: 3.12.0
|
||||
Version: 3.13.1
|
||||
Release: %autorelease
|
||||
Summary: Royalty-free next-generation video format
|
||||
|
||||
|
|
@ -71,6 +71,14 @@ Requires: libaom%{?_isa} = %{version}-%{release}
|
|||
Development files for aom, the royalty-free next-generation
|
||||
video format.
|
||||
|
||||
%package -n libaom-devel-docs
|
||||
Summary: Documentation for libaom
|
||||
Requires: libaom-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n libaom-devel-docs
|
||||
Documentation for libaom, the royalty-free next-generation
|
||||
video format.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -c %{name}-%{version}
|
||||
# Set GIT revision in version
|
||||
|
|
@ -79,10 +87,6 @@ sed -i 's@set(aom_version "")@set(aom_version "%{aom_version}")@' build/cmake/ve
|
|||
sed -i "s@GENERATE_LATEX = YES@GENERATE_LATEX = NO@" libs.doxy_template
|
||||
|
||||
%build
|
||||
%ifarch %{arm}
|
||||
%global optflags %{__global_compiler_flags} -march=armv7-a -mfpu=neon -mtune=cortex-a8 -mabi=aapcs-linux -mfloat-abi=hard
|
||||
%endif
|
||||
|
||||
%cmake3 -DENABLE_CCACHE=1 \
|
||||
-DCMAKE_SKIP_RPATH=1 \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
|
|
@ -115,10 +119,13 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a
|
|||
%{_libdir}/libaom.so.%{sover}*
|
||||
|
||||
%files -n libaom-devel
|
||||
%doc %{_vpath_builddir}/docs/html/
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/libaom.so
|
||||
%{_libdir}/cmake/AOM/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files -n libaom-devel-docs
|
||||
%doc %{_vpath_builddir}/docs/html/
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (aom-3.12.0.tar.gz) = 74336adc67527567f90a6e3dd6832af92e20ae9c41e6fdd13cb93eb44ecd43933d526497fb692519419c328ba95bc2bee3e50788183dce859abaefd0d7b1d6e7
|
||||
SHA512 (aom-3.13.1.tar.gz) = 20cdde0fc4304ba0056e4dac55838587a3671112ec74274f8dcb1588549a524ed9a8e702d1f068c46833dfb93f565eb5a03ab610b0222a6f137d3cd8a8866de7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue