efl: update to 1.25.1.

Disable avif evas-loader, since we don't package libavif.

Closes #28104.
This commit is contained in:
Érico Rolim 2021-02-04 23:51:40 -03:00 committed by Daniel Kolesa
parent d7381cfbc5
commit b27b42979c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'efl'
pkgname=efl
version=1.24.4
version=1.25.1
revision=1
build_style=meson
configure_args="
@ -9,7 +9,7 @@ configure_args="
-Dcrypto=openssl
-Dnetwork-backend=none
-Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
-Devas-loaders-disabler=$(vopt_if lottie '[]' json)
-Devas-loaders-disabler=avif,$(vopt_if lottie '[]' json)
-Demotion-loaders-disabler=$(vopt_if gstreamer '' gstreamer1,)$(vopt_if vlc '' libvlc,)gstreamer,xine
-Demotion-generic-loaders-disabler=vlc
-Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
@ -54,7 +54,7 @@ license="LGPL-2.1-only"
homepage="https://enlightenment.org"
changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
checksum=617e6b29d2478259acac72e2867d1908249c01a323ff3284948e999d4787f901
checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dbuild-tests=true"