mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
efl: update to 1.25.1.
Disable avif evas-loader, since we don't package libavif. Closes #28104.
This commit is contained in:
parent
d7381cfbc5
commit
b27b42979c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'efl'
|
# Template file for 'efl'
|
||||||
pkgname=efl
|
pkgname=efl
|
||||||
version=1.24.4
|
version=1.25.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -9,7 +9,7 @@ configure_args="
|
||||||
-Dcrypto=openssl
|
-Dcrypto=openssl
|
||||||
-Dnetwork-backend=none
|
-Dnetwork-backend=none
|
||||||
-Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
|
-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-loaders-disabler=$(vopt_if gstreamer '' gstreamer1,)$(vopt_if vlc '' libvlc,)gstreamer,xine
|
||||||
-Demotion-generic-loaders-disabler=vlc
|
-Demotion-generic-loaders-disabler=vlc
|
||||||
-Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
|
-Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
|
||||||
|
@ -54,7 +54,7 @@ license="LGPL-2.1-only"
|
||||||
homepage="https://enlightenment.org"
|
homepage="https://enlightenment.org"
|
||||||
changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
|
changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
|
||||||
distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
|
distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
|
||||||
checksum=617e6b29d2478259acac72e2867d1908249c01a323ff3284948e999d4787f901
|
checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Dbuild-tests=true"
|
configure_args+=" -Dbuild-tests=true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue