| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-1.4.1.ebuild,v 1.7 2012/10/26 16:46:37 tetromino Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.8 2012/12/26 22:19:44 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils flag-o-matic multilib pax-utils |
7 | inherit autotools eutils flag-o-matic multilib pax-utils |
| 8 | |
8 | |
| … | |
… | |
| 27 | win64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) |
27 | win64? ( mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) |
| 28 | )" |
28 | )" |
| 29 | |
29 | |
| 30 | LICENSE="LGPL-2.1" |
30 | LICENSE="LGPL-2.1" |
| 31 | SLOT="0" |
31 | SLOT="0" |
| 32 | IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" |
32 | IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" |
| 33 | REQUIRED_USE="elibc_glibc? ( threads )" #286560 |
33 | REQUIRED_USE="elibc_glibc? ( threads )" #286560 |
| 34 | RESTRICT="test" #72375 |
34 | RESTRICT="test" #72375 |
| 35 | |
35 | |
| 36 | MLIB_DEPS="amd64? ( |
36 | MLIB_DEPS="amd64? ( |
| 37 | truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
37 | truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) |
| … | |
… | |
| 98 | x11-proto/inputproto |
98 | x11-proto/inputproto |
| 99 | x11-proto/xextproto |
99 | x11-proto/xextproto |
| 100 | x11-proto/xf86vidmodeproto |
100 | x11-proto/xf86vidmodeproto |
| 101 | ) |
101 | ) |
| 102 | xinerama? ( x11-proto/xineramaproto ) |
102 | xinerama? ( x11-proto/xineramaproto ) |
| 103 | !hardened? ( sys-devel/prelink ) |
103 | prelink? ( sys-devel/prelink ) |
| 104 | virtual/pkgconfig |
104 | virtual/pkgconfig |
| 105 | virtual/yacc |
105 | virtual/yacc |
| 106 | sys-devel/flex" |
106 | sys-devel/flex" |
| 107 | |
107 | |
| 108 | src_unpack() { |
108 | src_unpack() { |