libaom: update to 1.0.0.1.

This commit is contained in:
maxice8 2018-12-25 06:46:19 -02:00 committed by maxice8
parent 4f05639acb
commit e86fa4083d

View file

@ -1,18 +1,18 @@
# Template file for 'libaom' # Template file for 'libaom'
pkgname=libaom pkgname=libaom
version=1.0.0 version=1.0.0.1
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
build_style=cmake build_style=cmake
configure_args="-DENABLE_DOCS=ON -DBUILD_SHARED_LIBS=ON" configure_args="-DENABLE_DOCS=OFF -DBUILD_SHARED_LIBS=ON -DENABLE_TESTS=OFF"
hostmakedepends="yasm doxygen perl python" hostmakedepends="yasm doxygen perl python"
short_desc="AV1 Codec library implementation" short_desc="AV1 Codec library implementation"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://aomedia.org/" homepage="https://aomedia.org/"
changelog="https://aomedia.googlesource.com/aom/+/master/CHANGELOG" changelog="https://aomedia.googlesource.com/aom/+/master/CHANGELOG"
distfiles="https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz" distfiles="https://aomedia.googlesource.com/aom/+archive/v${version%.*}.errata.${version##*.}.tar.gz"
checksum=@8a85b841d98dcebf0d74f1c61c11308746bcc1509c03a6f82e28fb688fb61124 checksum=@0f1e812ca6d3b3809bf3f7a12a85b549c96d20bfa72fa606a682541bbc3eaeab
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE