Lines 1-6
Link Here
|
1 |
# Copyright 1999-2009 Gentoo Foundation |
1 |
# Copyright 1999-2009 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-wm/enlightenment/enlightenment-1.0.0.ebuild,v 1.2 2009/07/03 01:12:53 vapier Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="2" |
6 |
if [[ ${PV} == *9999 ]] ; then |
6 |
if [[ ${PV} == *9999 ]] ; then |
Lines 21-30
Link Here
|
21 |
|
21 |
|
22 |
LICENSE="BSD" |
22 |
LICENSE="BSD" |
23 |
SLOT="0" |
23 |
SLOT="0" |
24 |
IUSE="doc dbus esd nls xcomposite xinerama xrandr" |
24 |
IUSE="doc dbus esd nls pango pulseaudio xcomposite xinerama xrandr" |
25 |
|
25 |
|
26 |
RDEPEND="esd? ( >=media-sound/esound-0.2.19 ) |
26 |
RDEPEND="esd? ( >=media-sound/esound-0.2.19 ) |
|
|
27 |
pulseaudio? ( media-sound/pulseaudio ) |
27 |
dbus? ( sys-apps/dbus ) |
28 |
dbus? ( sys-apps/dbus ) |
|
|
29 |
pango? ( x11-libs/pango ) |
28 |
=media-libs/freetype-2* |
30 |
=media-libs/freetype-2* |
29 |
>=media-libs/imlib2-1.3.0[X] |
31 |
>=media-libs/imlib2-1.3.0[X] |
30 |
x11-libs/libSM |
32 |
x11-libs/libSM |
Lines 66-81
Link Here
|
66 |
econf \ |
68 |
econf \ |
67 |
$(use_enable nls) \ |
69 |
$(use_enable nls) \ |
68 |
$(use_enable dbus) \ |
70 |
$(use_enable dbus) \ |
69 |
$(use_enable esd sound) \ |
71 |
$(use_enable pulseaudio sound-pulse) \ |
|
|
72 |
$(use_enable esd sound-esound) \ |
73 |
$(use_enable pango) \ |
70 |
$(use_enable xinerama) \ |
74 |
$(use_enable xinerama) \ |
71 |
$(use_enable xrandr) \ |
75 |
$(use_enable xrandr) \ |
72 |
$(use_enable xcomposite composite) \ |
76 |
$(use_enable xcomposite composite) \ |
73 |
--disable-docs \ |
77 |
--disable-docs \ |
74 |
--enable-upgrade \ |
78 |
--enable-zoom |
75 |
--enable-hints-ewmh \ |
|
|
76 |
--enable-fsstd \ |
77 |
--enable-zoom \ |
78 |
--with-imlib2 |
79 |
} |
79 |
} |
80 |
|
80 |
|
81 |
src_install() { |
81 |
src_install() { |