diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-08-06 19:31:02 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-08-06 19:31:02 +0000 |
commit | 0acafd23cbac205ec708411cb950fc2c549c2dfa (patch) | |
tree | d8b722877a81da2d60138cafc31c638afb083940 /dev-libs/ecore | |
parent | clean up (diff) | |
download | gentoo-2-0acafd23cbac205ec708411cb950fc2c549c2dfa.tar.gz gentoo-2-0acafd23cbac205ec708411cb950fc2c549c2dfa.tar.bz2 gentoo-2-0acafd23cbac205ec708411cb950fc2c549c2dfa.zip |
Version bump
(Portage version: 2.2.0_alpha193-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/ecore')
-rw-r--r-- | dev-libs/ecore/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ecore/ecore-1.7.8.ebuild | 232 |
2 files changed, 238 insertions, 1 deletions
diff --git a/dev-libs/ecore/ChangeLog b/dev-libs/ecore/ChangeLog index 9fc28e026260..c6aad694dd67 100644 --- a/dev-libs/ecore/ChangeLog +++ b/dev-libs/ecore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/ecore # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ChangeLog,v 1.19 2013/05/20 10:22:46 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ChangeLog,v 1.20 2013/08/06 19:31:02 tommy Exp $ + +*ecore-1.7.8 (06 Aug 2013) + + 06 Aug 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +ecore-1.7.8.ebuild: + Version bump *ecore-1.7.7 (20 May 2013) diff --git a/dev-libs/ecore/ecore-1.7.8.ebuild b/dev-libs/ecore/ecore-1.7.8.ebuild new file mode 100644 index 000000000000..c944ffe3d922 --- /dev/null +++ b/dev-libs/ecore/ecore-1.7.8.ebuild @@ -0,0 +1,232 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ecore-1.7.8.ebuild,v 1.1 2013/08/06 19:31:02 tommy Exp $ + +EAPI=2 + +#virtualx is required for tests, which are currently broken +#inherit virtualx +inherit enlightenment eutils + +DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer" +SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 opengl sdl ssl static-libs +threads tslib wayland +X xcb xinerama xprint xscreensaver" + +RDEPEND=">=dev-libs/eina-1.7.8 + ares? ( net-dns/c-ares ) + glib? ( dev-libs/glib ) + curl? ( net-misc/curl ) + gnutls? ( net-libs/gnutls ) + !gnutls? ( ssl? ( dev-libs/openssl ) ) + evas? ( + >=media-libs/evas-1.7.8[directfb?,fbcon?,opengl?,X?,xcb?] + opengl? ( virtual/opengl ) + wayland? ( + >=media-libs/evas-1.7.8[directfb?,fbcon?,gles?,opengl?,wayland?,X?,xcb?] + ) + ) + directfb? ( >=dev-libs/DirectFB-0.9.16 ) + tslib? ( x11-libs/tslib ) + sdl? ( media-libs/libsdl ) + wayland? ( dev-libs/wayland ) + X? ( + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrender + x11-libs/libXtst + xinerama? ( x11-libs/libXinerama x11-libs/libXrandr ) + xprint? ( x11-libs/libXp ) + xscreensaver? ( x11-libs/libXScrnSaver ) + ) + !X? ( xcb? ( x11-libs/xcb-util ) )" +DEPEND="${RDEPEND}" + +#tests depend on temp data from eina WORKDIR +RESTRICT=test + +#src_prepare() { +# sed -i "s:1.7.7:1.7.6:g" configure.ac +# eautoreconf +#} + +src_configure() { + local SSL_FLAGS="" EVAS_FLAGS="" X_FLAGS="" + + if use gnutls; then + if use ssl; then + einfo "You have enabled both 'ssl' and 'gnutls', so we will use" + einfo "gnutls and not openssl for ecore-con support" + fi + SSL_FLAGS=" + --disable-openssl + --enable-gnutls + " + elif use ssl; then + SSL_FLAGS=" + --enable-openssl + --disable-gnutls + " + else + SSL_FLAGS=" + --disable-openssl + --disable-gnutls + " + fi + + local x_or_xcb="" + if use X; then + x_or_xcb="X" + elif use xcb; then + x_or_xcb="xcb" + fi + + if use evas; then + + if use opengl && [[ -z "$x_or_xcb" ]]; then + ewarn "Ecore/Evas usage of OpenGL requires X11." + ewarn "Compile dev-libs/ecore with USE=X or xcb." + ewarn "Compiling without opengl support." + EVAS_FLAGS+=" + --disable-ecore-evas-software-x11 + --disable-ecore-evas-software-16-x11 + " + else + EVAS_FLAGS+=" + --enable-ecore-evas-software-x11 + --enable-ecore-evas-software-16-x11 + " + fi + EVAS_FLAGS+=" + $(use_enable directfb ecore-evas-directfb) + $(use_enable fbcon ecore-evas-fb) + $(use_enable opengl ecore-evas-opengl-x11) + " + if use wayland ; then + EVAS_FLAGS+=" + --enable-ecore-evas-wayland-shm + " + if use gles ; then + EVAS_FLAGS+=" + --enable-ecore-evas-wayland-egl + " + else + EVAS_FLAGS+=" + --enable-ecore-evas-wayland-egl + " + fi + else + EVAS_FLAGS+=" + --disable-ecore-evas-wayland-egl + --disable-ecore-evas-wayland-shm + " + fi + else + EVAS_FLAGS+=" + --disable-ecore-evas-directfb + --disable-ecore-evas-fb + --disable-ecore-evas-software-x11 + --disable-ecore-evas-software-16-x11 + --disable-ecore-evas-opengl-x11 + --disable-ecore-evas-wayland-egl + --disable-ecore-evas-wayland-shm + " + if use opengl; then + ewarn "Ecore usage of OpenGL is dependent on media-libs/evas." + ewarn "Compile dev-libs/ecore with USE=evas." + fi + fi + + if use X; then + if use xcb; then + ewarn "You have enabled both 'X' and 'xcb', so we will use" + ewarn "X as it's considered the most stable for ecore-x" + fi + X_FLAGS=" + --enable-ecore-x + --disable-ecore-x-xcb + " + + elif use xcb; then + X_FLAGS=" + --enable-ecore-x + --enable-ecore-x-xcb + " + else + X_FLAGS=" + --disable-ecore-x + --disable-ecore-x-xcb + " + fi + + if [[ ! -z "$x_or_xcb" ]]; then + X_FLAGS+=" + $(use_enable xinerama ecore-x-xinerama) + $(use_enable xprint ecore-x-xprint) + $(use_enable xscreensaver ecore-x-screensaver) + " + else + X_FLAGS+=" + --disable-ecore-x-xinerama + --disable-ecore-x-xprint + --disable-ecore-x-screensaver + " + fi + + if use tslib && ! use fbcon; then + ewarn "Ecore just uses tslib for framebuffer input." + ewarn "Compile dev-libs/ecore with USE=fbcon." + fi + + MY_ECONF=" + --enable-ecore-con + --enable-ecore-ipc + --enable-ecore-file + --enable-ecore-imf + --enable-ecore-input + --disable-ecore-win32 + --disable-ecore-wince + --disable-ecore-evas-software-gdi + --disable-ecore-evas-software-ddraw + --disable-ecore-evas-direct3d + --disable-ecore-evas-opengl-glew + --disable-ecore-evas-software-16-ddraw + --disable-ecore-evas-software-16-wince + --disable-ecore_imf_scim + $(use_enable ares cares) + $(use_enable curl) + $(use_enable directfb ecore-directfb) + $(use_enable doc) + $(use_enable examples build-examples) + $(use_enable examples install-examples) + $(use_enable evas ecore-evas) + $(use_enable evas ecore-input-evas) + $(use_enable evas ecore-imf-evas) + $(use_enable evas ecore-evas-software-buffer) + $(use_enable fbcon ecore-fb) + $(use_enable glib) + $(use_enable inotify) + $(use_enable ipv6) + $(use_enable sdl ecore-sdl) + $(use_enable test tests) + $(use_enable threads posix-threads) + $(use_enable tslib) + $(use_enable wayland ecore-wayland) + $(use_enable X xim) + ${SSL_FLAGS} + ${EVAS_FLAGS} + ${X_FLAGS} + " + enlightenment_src_configure +} + +src_test() { + Xemake check +} |