Update to 3.4.0 Close: rhbz#2049182, rhbz#2083009
This commit is contained in:
parent
2de29037ff
commit
9ef1e07ce9
3 changed files with 11 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,3 +8,6 @@
|
|||
/aom-7fadc0e.tar.gz
|
||||
/aom-ae2be80.tar.gz
|
||||
/aom-287164d.tar.gz
|
||||
/aom-f9babb6.tar.gz
|
||||
/aom-87460ce.tar.gz
|
||||
/aom-fc430c5.tar.gz
|
||||
|
|
|
|||
12
aom.spec
12
aom.spec
|
|
@ -1,21 +1,21 @@
|
|||
%global sover 3
|
||||
# git describe
|
||||
%global aom_version v3.2.0
|
||||
%global aom_version v3.3.0
|
||||
|
||||
# Use commit with updated changelog for correct versioning
|
||||
%global commit 287164de79516c25c8c84fd544f67752c170082a
|
||||
%global commit fc430c57c7b0307b4c5ffb686cd90b3c010d08d2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global snapshotdate 20211013
|
||||
%global snapshotdate 20220619
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||
%ifarch x86_64
|
||||
%bcond_without vmaf
|
||||
%endif
|
||||
%bcond_without jpegxl
|
||||
%bcond_with jpegxl
|
||||
%endif
|
||||
|
||||
Name: aom
|
||||
Version: 3.2.0
|
||||
Version: 3.4.0
|
||||
Release: %autorelease
|
||||
Summary: Royalty-free next-generation video format
|
||||
|
||||
|
|
@ -77,6 +77,8 @@ video format.
|
|||
%autosetup -p1 -c %{name}-%{commit}
|
||||
# Set GIT revision in version
|
||||
sed -i 's@set(aom_version "")@set(aom_version "%{aom_version}")@' build/cmake/version.cmake
|
||||
# Disable PDF generation which is buggy
|
||||
sed -i "s@GENERATE_LATEX = YES@GENERATE_LATEX = NO@" libs.doxy_template
|
||||
|
||||
%build
|
||||
%ifarch %{arm}
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (aom-287164d.tar.gz) = f4681f2ec0292baa8862992c9dd875e17189de3880275745fdd2a6bc8ec3130701beb60036c3f7f23d0241cb89dec04af791b220c032a2d23a397e0854e47d39
|
||||
SHA512 (aom-fc430c5.tar.gz) = 993a74dfd2d8ecc99bceb0222fbcdb462e4c3e02f01f4327d7b3d28c1d0a24e93b0f6525d715e3767eb4fff8a1fb30a8c8c3f9245b6978b99540871ab2387fcb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue