| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/app-emulation/wine/wine-9999.ebuild,v 1.17 2007/03/04 06:56:15 genone Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.18 2007/03/04 20:45:33 vapier Exp $ |
| 4 | |
4 | |
| 5 | EGIT_REPO_URI="git://source.winehq.org/git/wine.git" |
5 | EGIT_REPO_URI="git://source.winehq.org/git/wine.git" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic multilib git |
7 | inherit eutils flag-o-matic multilib git |
| 8 | |
8 | |
| … | |
… | |
| 20 | media-fonts/corefonts |
20 | media-fonts/corefonts |
| 21 | ncurses? ( >=sys-libs/ncurses-5.2 ) |
21 | ncurses? ( >=sys-libs/ncurses-5.2 ) |
| 22 | jack? ( media-sound/jack-audio-connection-kit ) |
22 | jack? ( media-sound/jack-audio-connection-kit ) |
| 23 | dbus? ( sys-apps/dbus ) |
23 | dbus? ( sys-apps/dbus ) |
| 24 | hal? ( sys-apps/hal ) |
24 | hal? ( sys-apps/hal ) |
| 25 | X? ( || ( ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu |
25 | X? ( |
| 26 | x11-libs/libXxf86dga x11-libs/libXxf86vm x11-apps/xmessage ) |
26 | x11-libs/libXrandr |
| 27 | virtual/x11 ) |
27 | x11-libs/libXi |
|
|
28 | x11-libs/libXmu |
|
|
29 | x11-libs/libXxf86vm |
|
|
30 | x11-apps/xmessage |
| 28 | ) |
31 | ) |
| 29 | arts? ( kde-base/arts ) |
32 | arts? ( kde-base/arts ) |
| 30 | alsa? ( media-libs/alsa-lib ) |
33 | alsa? ( media-libs/alsa-lib ) |
| 31 | esd? ( media-sound/esound ) |
34 | esd? ( media-sound/esound ) |
| 32 | nas? ( media-libs/nas ) |
35 | nas? ( media-libs/nas ) |
| … | |
… | |
| 93 | config_cache glut glut:glutMainLoop |
96 | config_cache glut glut:glutMainLoop |
| 94 | config_cache dbus dbus/dbus.h |
97 | config_cache dbus dbus/dbus.h |
| 95 | config_cache hal hal/libhal.h |
98 | config_cache hal hal/libhal.h |
| 96 | config_cache jpeg jpeglib.h |
99 | config_cache jpeg jpeglib.h |
| 97 | config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h |
100 | config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h |
| 98 | config_cache lcms lcms.h |
101 | config_cache lcms lcms.h lcms/lcms.h |
| 99 | |
102 | |
| 100 | strip-flags |
103 | strip-flags |
| 101 | |
104 | |
| 102 | use amd64 && multilib_toolchain_setup x86 |
105 | use amd64 && multilib_toolchain_setup x86 |
| 103 | |
106 | |