efl: update to 1.26.2.
This commit is contained in:
parent
59c73d0c78
commit
d6842108b5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'efl'
|
||||
pkgname=efl
|
||||
version=1.25.1
|
||||
revision=4
|
||||
version=1.26.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="
|
||||
-Dbuild-examples=false
|
||||
|
@ -9,7 +9,7 @@ configure_args="
|
|||
-Dcrypto=openssl
|
||||
-Dnetwork-backend=none
|
||||
-Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
|
||||
-Devas-loaders-disabler=avif,$(vopt_if lottie '[]' json)
|
||||
-Devas-loaders-disabler=json
|
||||
-Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
|
||||
$(vopt_bool elogind systemd)
|
||||
$(vopt_bool x11 x11)
|
||||
|
@ -28,14 +28,14 @@ makedepends="
|
|||
gettext-devel openssl-devel liblz4-devel glib-devel ibus-devel
|
||||
fontconfig-devel fribidi-devel $(vopt_if harfbuzz harfbuzz-devel)
|
||||
libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
|
||||
avahi-libs-devel eudev-libudev-devel bullet-devel
|
||||
avahi-libs-devel eudev-libudev-devel
|
||||
libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
|
||||
librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
|
||||
libheif-devel libavif-devel
|
||||
$(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
|
||||
$(vopt_if elogind elogind-devel)
|
||||
$(vopt_if gstreamer gst-plugins-base1-devel)
|
||||
$(vopt_if opengl MesaLib-devel)
|
||||
$(vopt_if vlc vlc-devel)
|
||||
$(vopt_if wayland 'wayland-protocols wayland-devel')
|
||||
$(vopt_if x11 'libXcomposite-devel libXcursor-devel libXp-devel
|
||||
libXrandr-devel libXScrnSaver-devel libXdamage-devel
|
||||
|
@ -43,7 +43,7 @@ makedepends="
|
|||
xcb-util-devel xcb-util-keysyms-devel xcb-util-image-devel
|
||||
xcb-util-renderutil-devel xcb-util-wm-devel xorgproto')
|
||||
$(vopt_if pulseaudio pulseaudio-devel)
|
||||
$(vopt_if lottie rlottie-devel)
|
||||
|
||||
$(vopt_if ibus ibus-devel)"
|
||||
checkdepends="dbus xvfb-run"
|
||||
short_desc="Enlightenment Foundation Libraries"
|
||||
|
@ -52,7 +52,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=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
|
||||
checksum=2979cfbc728a1a1f72ad86c2467d861ed91e664d3f17ef03190fb5c5f405301c
|
||||
make_check=extended
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
|
@ -71,14 +71,12 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
# TODO: add option for scim (don't have it packaged)
|
||||
build_options="elogind harfbuzz pulseaudio gstreamer vlc x11 wayland
|
||||
opengl gles2 drm framebuffer simd lottie glib ibus"
|
||||
build_options="elogind harfbuzz pulseaudio gstreamer x11 wayland
|
||||
opengl gles2 drm framebuffer simd glib ibus"
|
||||
# wayland_egl and gl_drm need gles, so use that by default
|
||||
build_options_default="elogind harfbuzz pulseaudio gstreamer x11 wayland
|
||||
opengl gles2 drm glib ibus"
|
||||
desc_option_simd="Enable support for SSE3/NEON/AltiVec"
|
||||
desc_option_vlc="Enable support for VLC multimedia backend"
|
||||
desc_option_lottie="Enable support for Lottie JSON"
|
||||
desc_option_glib="Enable GLib integration"
|
||||
desc_option_ibus="Enable IBus input method support (needs glib)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue