33 lines
991 B
Bash
33 lines
991 B
Bash
# Template file for 'libavif'
|
|
pkgname=libavif
|
|
version=0.11.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
|
|
-DAVIF_CODEC_DAV1D=ON"
|
|
hostmakedepends="gdk-pixbuf-devel pkg-config"
|
|
makedepends="gdk-pixbuf-devel libdav1d-devel
|
|
libjpeg-turbo-devel libpng-devel zlib-devel"
|
|
short_desc="Library for encoding and decoding .avif files"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/AOMediaCodec/libavif"
|
|
changelog="https://github.com/AOMediaCodec/libavif/blob/main/CHANGELOG.md"
|
|
distfiles="https://github.com/AOMediaCodec/libavif/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=0eb49965562a0e5e5de58389650d434cff32af84c34185b6c9b7b2fccae06d4e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
libavif-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|