mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libavif: update to 1.1.0.
This commit is contained in:
parent
b918406d7c
commit
b697265019
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'libavif'
|
# Template file for 'libavif'
|
||||||
pkgname=libavif
|
pkgname=libavif
|
||||||
version=1.0.4
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
|
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)
|
-DAVIF_LIBYUV=OFF -DAVIF_CODEC_AOM=SYSTEM
|
||||||
|
$(vopt_bool dav1d AVIF_CODEC_DAV1D) $(vopt_bool rav1e AVIF_CODEC_RAV1E)
|
||||||
$(vopt_bool svt AVIF_CODEC_SVT)"
|
$(vopt_bool svt AVIF_CODEC_SVT)"
|
||||||
hostmakedepends="gdk-pixbuf-devel pkg-config"
|
hostmakedepends="gdk-pixbuf-devel pkg-config"
|
||||||
makedepends="gdk-pixbuf-devel libaom-devel libsharpyuv-devel
|
makedepends="gdk-pixbuf-devel libaom-devel libsharpyuv-devel
|
||||||
|
@ -17,7 +18,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/AOMediaCodec/libavif"
|
homepage="https://github.com/AOMediaCodec/libavif"
|
||||||
changelog="https://raw.githubusercontent.com/AOMediaCodec/libavif/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"
|
distfiles="https://github.com/AOMediaCodec/libavif/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146
|
checksum=edb31951005d7a143be1724f24825809599a4832073add50eaf987733defb5c8
|
||||||
|
|
||||||
build_options="dav1d rav1e svt"
|
build_options="dav1d rav1e svt"
|
||||||
build_options_default="dav1d rav1e"
|
build_options_default="dav1d rav1e"
|
||||||
|
|
Loading…
Add table
Reference in a new issue