mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
efl: update to 1.17.0.
This commit is contained in:
parent
a5483ea0dd
commit
5d495c97af
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'efl'
|
# Template file for 'efl'
|
||||||
pkgname=efl
|
pkgname=efl
|
||||||
version=1.16.1
|
version=1.17.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="CXX= --enable-multisense --enable-image-loader-webp
|
configure_args="CXX= --enable-multisense --enable-image-loader-webp
|
||||||
--disable-systemd $(vopt_enable framebuffer fb) $(vopt_enable pulseaudio)
|
--disable-systemd $(vopt_enable framebuffer fb) $(vopt_enable pulseaudio)
|
||||||
|
@ -17,7 +17,7 @@ short_desc="Enlightenment Foundation Libraries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
||||||
checksum=acdff08f72f62bb838f2412de29d0828f9884c30033a3e873902709c78a06198
|
checksum=046ff2c5fe769d749278f9d3e5b85e25cb4d1070bd1b8b54ee6831d81739f3c5
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" automake gettext-devel libtool efl-devel"
|
hostmakedepends+=" automake gettext-devel libtool efl-devel"
|
||||||
|
@ -32,8 +32,8 @@ fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="framebuffer gles2 harfbuzz opengl pulseaudio wayland x11"
|
build_options="framebuffer gles2 harfbuzz opengl pulseaudio wayland x11"
|
||||||
# Enable harfbuzz, pulseaudio, wayland and x11 by default.
|
# Enable harfbuzz, pulseaudio and x11 by default.
|
||||||
build_options_default="harfbuzz pulseaudio x11 wayland"
|
build_options_default="harfbuzz pulseaudio x11"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*)
|
i686*|x86_64*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue