mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/expedite: remove package
As noticed with the last version bump [1], expedite is not actively maintained by upstream [2]. [1] http://lists.busybox.net/pipermail/buildroot/2018-September/231763.html [2] https://sourceforge.net/p/enlightenment/mailman/message/36428571 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
63aadf1009
commit
addcc3932c
@ -145,6 +145,13 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2018.11"
|
comment "Legacy options removed in 2018.11"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_EXPEDITE
|
||||||
|
bool "expedite package has been removed"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
expedite is not actively maintained anymore.
|
||||||
|
https://sourceforge.net/p/enlightenment/mailman/message/36428571
|
||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
|
config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
|
||||||
bool "mesa3d opengl texture float option removed"
|
bool "mesa3d opengl texture float option removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
@ -1771,7 +1771,6 @@ F: package/aubio/
|
|||||||
F: package/bullet/
|
F: package/bullet/
|
||||||
F: package/efl/
|
F: package/efl/
|
||||||
F: package/enlightenment/
|
F: package/enlightenment/
|
||||||
F: package/expedite/
|
|
||||||
F: package/flare-engine/
|
F: package/flare-engine/
|
||||||
F: package/flare-game/
|
F: package/flare-game/
|
||||||
F: package/irrlicht/
|
F: package/irrlicht/
|
||||||
|
@ -260,7 +260,6 @@ endmenu
|
|||||||
menu "Graphic libraries and applications (graphic/text)"
|
menu "Graphic libraries and applications (graphic/text)"
|
||||||
|
|
||||||
comment "Graphic applications"
|
comment "Graphic applications"
|
||||||
source "package/expedite/Config.in"
|
|
||||||
source "package/fswebcam/Config.in"
|
source "package/fswebcam/Config.in"
|
||||||
source "package/ghostscript/Config.in"
|
source "package/ghostscript/Config.in"
|
||||||
source "package/glmark2/Config.in"
|
source "package/glmark2/Config.in"
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
config BR2_PACKAGE_EXPEDITE
|
|
||||||
bool "expedite"
|
|
||||||
depends on BR2_PACKAGE_EFL
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
|
||||||
help
|
|
||||||
Expedite is the official Evas benchmark tool. It can test
|
|
||||||
different engines, such as X11, XRender, OpenGL (also ES
|
|
||||||
variant), SDL, DirectFB and so on. Its tests are quite
|
|
||||||
extensive, trying to reproduce real world usage cases.
|
|
||||||
|
|
||||||
comment "expedite needs a toolchain w/ C++"
|
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
|
@ -1,3 +0,0 @@
|
|||||||
# locally computed
|
|
||||||
sha256 5f621a3cb70fae943893e256722cc7f7b0c4357035da7cc3cbbbb83e4ec1eb9a expedite-6a69955e71a00a720e1b0a9bc7b64dd3dd5673db.tar.gz
|
|
||||||
sha256 0f024d9d9ddd18f94a4800d72e72d2ca198e9479c02b21afb9cacc2923ef2f2b COPYING
|
|
@ -1,24 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# expedite
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
EXPEDITE_VERSION = 6a69955e71a00a720e1b0a9bc7b64dd3dd5673db
|
|
||||||
EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
|
|
||||||
EXPEDITE_SITE_METHOD = git
|
|
||||||
EXPEDITE_LICENSE = BSD-2-Clause
|
|
||||||
EXPEDITE_LICENSE_FILES = COPYING
|
|
||||||
|
|
||||||
EXPEDITE_DEPENDENCIES = host-efl host-pkgconf efl
|
|
||||||
|
|
||||||
# There is no configure script in the git tree.
|
|
||||||
EXPEDITE_AUTORECONF = YES
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_EFL_X_XLIB),y)
|
|
||||||
EXPEDITE_CONF_OPTS += --with-x=$(STAGING_DIR) \
|
|
||||||
--x-includes=$(STAGING_DIR)/usr/include \
|
|
||||||
--x-libraries=$(STAGING_DIR)/usr/lib
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
|
Loading…
x
Reference in New Issue
Block a user