| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.87 2011/08/07 13:25:43 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.88 2011/08/14 19:57:19 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic multilib |
7 | inherit eutils flag-o-matic multilib |
| 8 | |
8 | |
| … | |
… | |
| 34 | IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" |
34 | IUSE="alsa capi cups custom-cflags dbus fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" |
| 35 | RESTRICT="test" #72375 |
35 | RESTRICT="test" #72375 |
| 36 | |
36 | |
| 37 | MLIB_DEPS="amd64? ( |
37 | MLIB_DEPS="amd64? ( |
| 38 | truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
38 | truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
|
|
39 | X? ( |
| 39 | X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
40 | >=app-emulation/emul-linux-x86-xlibs-2.1 |
|
|
41 | >=app-emulation/emul-linux-x86-soundlibs-2.1 |
|
|
42 | ) |
| 40 | openal? ( app-emulation/emul-linux-x86-sdl ) |
43 | openal? ( app-emulation/emul-linux-x86-sdl ) |
| 41 | opengl? ( app-emulation/emul-linux-x86-opengl ) |
44 | opengl? ( app-emulation/emul-linux-x86-opengl ) |
| 42 | v4l? ( app-emulation/emul-linux-x86-medialibs ) |
45 | v4l? ( app-emulation/emul-linux-x86-medialibs ) |
| 43 | app-emulation/emul-linux-x86-baselibs |
46 | app-emulation/emul-linux-x86-baselibs |
| 44 | >=sys-kernel/linux-headers-2.6 |
47 | >=sys-kernel/linux-headers-2.6 |