# Force out of source build %undefine __cmake_in_source_build %global git_date 20201017 %global git_hash 68af528 %global src_name %{name}-%{git_date}-%{git_hash}.tar.xz %global sover 2 %global aom_version v2.0.0 %global debug_package %{nil} Name: aom Version: 2.0.0.%{git_date} Release: 1.%{git_hash}%{?dist} Summary: Royalty-free next-generation video format License: BSD URL: http://aomedia.org/ Source0: %{src_name} BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: cmake3 BuildRequires: doxygen BuildRequires: git-core BuildRequires: graphviz BuildRequires: perl-interpreter BuildRequires: perl(Getopt::Long) BuildRequires: wxGTK3-devel BuildRequires: python3-devel BuildRequires: yasm %ifarch x86_64 BuildRequires: pkgconfig(libvmaf) %endif Provides: av1 = %{version}-%{release} Requires: libaom%{?_isa} = %{version}-%{release} %description The Alliance for Open Media’s focus is to deliver a next-generation video format that is: - Interoperable and open; - Optimized for the Internet; - Scalable to any modern device at any bandwidth; - Designed with a low computational footprint and optimized for hardware; - Capable of consistent, highest-quality, real-time video delivery; and - Flexible for both commercial and non-commercial content, including user-generated content. This package contains the reference encoder and decoder. %package -n libaom Summary: Library files for aom %description -n libaom Library files for aom, the royalty-free next-generation video format. %package -n libaom-devel Summary: Development files for aom Requires: libaom%{?_isa} = %{version}-%{release} %description -n libaom-devel Development files for aom, the royalty-free next-generation video format. %prep %autosetup -n %{name} # Set GIT revision in version sed -i 's@set(aom_version "")@set(aom_version "%{aom_version}")@' build/cmake/version.cmake # Fix VMAF detection sed -i 's@libvmaf\.a @@' CMakeLists.txt %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 \ -DCONFIG_WEBM_IO=1 \ -DENABLE_DOCS=1 \ -DCONFIG_ANALYZER=0 \ -DCONFIG_SHARED=1 \ %ifarch x86_64 -DCONFIG_TUNE_VMAF=1 \ %endif %{nil} %cmake3_build %install %cmake3_install rm -rf %{buildroot}%{_libdir}/libaom.a %files %doc AUTHORS CHANGELOG README.md %license LICENSE PATENTS %{_bindir}/aomdec %{_bindir}/aomenc %files -n libaom %license LICENSE PATENTS %{_libdir}/libaom.so.* %files -n libaom-devel %doc %{_vpath_builddir}/docs/html/ %{_includedir}/%{name} %{_libdir}/libaom.so %{_libdir}/pkgconfig/%{name}.pc %changelog