libaom: set correct version in CHANGELOG to fix pkg-config file.
closes #9875
This commit is contained in:
parent
4d39bbf459
commit
0a2700d232
2 changed files with 15 additions and 1 deletions
14
srcpkgs/libaom/patches/version.patch
Normal file
14
srcpkgs/libaom/patches/version.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
add entry for 1.0.0 release to fix version in pkg-config file
|
||||||
|
|
||||||
|
--- CHANGELOG
|
||||||
|
+++ CHANGELOG
|
||||||
|
@@ -3,6 +3,9 @@
|
||||||
|
The AV1 encoder's default keyframe interval changed to 128 from 9999.
|
||||||
|
Support for armv6 was removed.
|
||||||
|
|
||||||
|
+2019-03-16 v1.0.0 "AOMedia Codec 1"
|
||||||
|
+ Current release
|
||||||
|
+
|
||||||
|
2016-04-07 v0.1.0 "AOMedia Codec 1"
|
||||||
|
This release is the first Alliance for Open Media codec.
|
||||||
|
2015-11-09 v1.5.0 "Javan Whistling Duck"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libaom'
|
# Template file for 'libaom'
|
||||||
pkgname=libaom
|
pkgname=libaom
|
||||||
version=1.0.0.1
|
version=1.0.0.1
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON -DENABLE_TESTS=OFF"
|
configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON -DENABLE_TESTS=OFF"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue