| 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.90 2011/08/20 19:19:06 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.91 2011/08/20 19:23:56 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 | |
| … | |
… | |
| 29 | win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.msi ) |
29 | win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.msi ) |
| 30 | )" |
30 | )" |
| 31 | |
31 | |
| 32 | LICENSE="LGPL-2.1" |
32 | LICENSE="LGPL-2.1" |
| 33 | SLOT="0" |
33 | SLOT="0" |
| 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 hardened 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? ( |
| … | |
… | |
| 90 | x11-proto/inputproto |
90 | x11-proto/inputproto |
| 91 | x11-proto/xextproto |
91 | x11-proto/xextproto |
| 92 | x11-proto/xf86vidmodeproto |
92 | x11-proto/xf86vidmodeproto |
| 93 | ) |
93 | ) |
| 94 | xinerama? ( x11-proto/xineramaproto ) |
94 | xinerama? ( x11-proto/xineramaproto ) |
|
|
95 | !hardened? ( sys-devel/prelink ) |
| 95 | virtual/yacc |
96 | virtual/yacc |
| 96 | sys-devel/flex" |
97 | sys-devel/flex" |
| 97 | |
98 | |
| 98 | src_unpack() { |
99 | src_unpack() { |
| 99 | if use win64 ; then |
100 | if use win64 ; then |