diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-05 23:12:25 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-05 23:12:25 +0000 |
commit | 51c239363022b799766e7b87f67ccf1f9444f0ea (patch) | |
tree | 3bdebc65bca956d7468f4222b75a21f5e35ca5eb /media-libs/cogl/cogl-1.10.4.ebuild | |
parent | Drop direct ffmpeg and libav dependency, virtual should now provide minimum r... (diff) | |
download | gentoo-2-51c239363022b799766e7b87f67ccf1f9444f0ea.tar.gz gentoo-2-51c239363022b799766e7b87f67ccf1f9444f0ea.tar.bz2 gentoo-2-51c239363022b799766e7b87f67ccf1f9444f0ea.zip |
Update to EAPI5 and enable subslots.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-libs/cogl/cogl-1.10.4.ebuild')
-rw-r--r-- | media-libs/cogl/cogl-1.10.4.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-libs/cogl/cogl-1.10.4.ebuild b/media-libs/cogl/cogl-1.10.4.ebuild index 09e1268a57a1..92f877bac717 100644 --- a/media-libs/cogl/cogl-1.10.4.ebuild +++ b/media-libs/cogl/cogl-1.10.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.10.4.ebuild,v 1.2 2012/10/10 11:52:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.10.4.ebuild,v 1.3 2012/12/05 23:12:24 tetromino Exp $ -EAPI="4" +EAPI="5" CLUTTER_LA_PUNT="yes" # Inherit gnome2 after clutter to download sources from gnome.org @@ -12,7 +12,7 @@ DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures" HOMEPAGE="http://www.clutter-project.org/" LICENSE="LGPL-2.1+ FDL-1.1+" -SLOT="1.0" +SLOT="1.0/10" IUSE="doc examples +introspection +opengl gles2 +pango" KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86" @@ -43,7 +43,7 @@ DEPEND="${COMMON_DEPEND} media-libs/mesa[classic] )" # Need classic mesa swrast for tests, llvmpipe causes a test failure -pkg_setup() { +src_prepare() { DOCS="NEWS README" EXAMPLES="examples/{*.c,*.jpg}" # XXX: think about kms-egl, gles, quartz, sdl, wayland @@ -60,10 +60,9 @@ pkg_setup() { --enable-glib --enable-deprecated $(use_enable introspection) - $(use_enable pango cogl-pango)" -} + $(use_enable pango cogl-pango) + $(use_enable doc gtk-doc)" -src_prepare() { # USE=doc build failure; in 1.12.x; bug #436308 epatch "${FILESDIR}/${PN}-1.10.4-cogl-clipping.xml.patch" gnome2_src_prepare |