mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
libavif: enable sharpyuv support.
This commit is contained in:
parent
505a2d16ff
commit
6882885088
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libavif'
|
||||
pkgname=libavif
|
||||
version=0.11.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
|
||||
-DAVIF_CODEC_AOM=ON $(vopt_bool dav1d AVIF_CODEC_DAV1D) $(vopt_bool rav1e AVIF_CODEC_RAV1E)
|
||||
$(vopt_bool svt AVIF_CODEC_SVT)"
|
||||
hostmakedepends="gdk-pixbuf-devel pkg-config"
|
||||
makedepends="gdk-pixbuf-devel libaom-devel
|
||||
makedepends="gdk-pixbuf-devel libaom-devel libsharpyuv-devel
|
||||
libjpeg-turbo-devel libpng-devel zlib-devel
|
||||
$(vopt_if dav1d "libdav1d-devel") $(vopt_if rav1e "rav1e-devel")
|
||||
$(vopt_if svt "libsvt-av1-devel")"
|
||||
|
@ -15,7 +15,7 @@ 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"
|
||||
changelog="https://raw.githubusercontent.com/AOMediaCodec/libavif/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/AOMediaCodec/libavif/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=0eb49965562a0e5e5de58389650d434cff32af84c34185b6c9b7b2fccae06d4e
|
||||
|
||||
|
@ -39,7 +39,7 @@ libavif-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue