mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
libaom: update to 1.0.0.1.
This commit is contained in:
parent
4f05639acb
commit
e86fa4083d
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'libaom'
|
||||
pkgname=libaom
|
||||
version=1.0.0
|
||||
version=1.0.0.1
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
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"
|
||||
short_desc="AV1 Codec library implementation"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://aomedia.org/"
|
||||
changelog="https://aomedia.googlesource.com/aom/+/master/CHANGELOG"
|
||||
distfiles="https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz"
|
||||
checksum=@8a85b841d98dcebf0d74f1c61c11308746bcc1509c03a6f82e28fb688fb61124
|
||||
distfiles="https://aomedia.googlesource.com/aom/+archive/v${version%.*}.errata.${version##*.}.tar.gz"
|
||||
checksum=@0f1e812ca6d3b3809bf3f7a12a85b549c96d20bfa72fa606a682541bbc3eaeab
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue