| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/Attic/cairo-1.12.2-r4.ebuild,v 1.1 2012/09/12 05:24:56 mattst88 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/Attic/cairo-1.12.2-r4.ebuild,v 1.2 2012/09/12 05:37:43 mattst88 Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic autotools |
7 | inherit eutils flag-o-matic autotools |
| 8 | |
8 | |
| … | |
… | |
| 27 | |
27 | |
| 28 | RDEPEND="media-libs/fontconfig |
28 | RDEPEND="media-libs/fontconfig |
| 29 | media-libs/freetype:2 |
29 | media-libs/freetype:2 |
| 30 | media-libs/libpng:0 |
30 | media-libs/libpng:0 |
| 31 | sys-libs/zlib |
31 | sys-libs/zlib |
| 32 | >=x11-libs/pixman-0.18.4 |
32 | >=x11-libs/pixman-0.22.0 |
| 33 | directfb? ( dev-libs/DirectFB ) |
33 | directfb? ( dev-libs/DirectFB ) |
| 34 | glib? ( >=dev-libs/glib-2.28.6:2 ) |
34 | glib? ( >=dev-libs/glib-2.28.6:2 ) |
| 35 | opengl? ( || ( media-libs/mesa[egl] media-libs/opengl-apple ) ) |
35 | opengl? ( || ( media-libs/mesa[egl] media-libs/opengl-apple ) ) |
| 36 | openvg? ( media-libs/mesa[openvg] ) |
36 | openvg? ( media-libs/mesa[openvg] ) |
| 37 | qt4? ( >=x11-libs/qt-gui-4.8:4 ) |
37 | qt4? ( >=x11-libs/qt-gui-4.8:4 ) |