blob: d2a20c91fa3e1b10b3f1933e0829962b4c13456c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-0.5.0.030.ebuild,v 1.1 2006/07/16 05:29:42 vapier Exp $
inherit enlightenment
DESCRIPTION="graphical layout and animation library"
HOMEPAGE="http://www.enlightenment.org/pages/edje.html"
DEPEND=">=dev-libs/eet-0.9.9
>=x11-libs/evas-0.9.9
>=media-libs/imlib2-1.2.0
>=x11-libs/ecore-0.9.9
>=dev-libs/embryo-0.9.1"
|