| 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-1.2.3.ebuild,v 1.1 2011/04/26 20:31:37 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.2 2011/04/30 06:26:23 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 | |
| … | |
… | |
| 28 | gecko? ( mirror://sourceforge/wine/wine_gecko-${GV}.cab ) |
28 | gecko? ( mirror://sourceforge/wine/wine_gecko-${GV}.cab ) |
| 29 | pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )" |
29 | pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )" |
| 30 | |
30 | |
| 31 | LICENSE="LGPL-2.1" |
31 | LICENSE="LGPL-2.1" |
| 32 | SLOT="0" |
32 | SLOT="0" |
| 33 | IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml" |
33 | IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" |
| 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 ) |
| 38 | X? ( |
38 | X? ( |
| … | |
… | |
| 78 | samba? ( >=net-fs/samba-3.0.25 ) |
78 | samba? ( >=net-fs/samba-3.0.25 ) |
| 79 | xml? ( dev-libs/libxml2 dev-libs/libxslt ) |
79 | xml? ( dev-libs/libxml2 dev-libs/libxslt ) |
| 80 | scanner? ( media-gfx/sane-backends ) |
80 | scanner? ( media-gfx/sane-backends ) |
| 81 | ssl? ( dev-libs/openssl ) |
81 | ssl? ( dev-libs/openssl ) |
| 82 | png? ( media-libs/libpng ) |
82 | png? ( media-libs/libpng ) |
|
|
83 | v4l? ( media-libs/libv4l ) |
| 83 | !win64? ( ${MLIB_DEPS} ) |
84 | !win64? ( ${MLIB_DEPS} ) |
| 84 | win32? ( ${MLIB_DEPS} ) |
85 | win32? ( ${MLIB_DEPS} ) |
| 85 | xcomposite? ( x11-libs/libXcomposite ) " |
86 | xcomposite? ( x11-libs/libXcomposite ) " |
| 86 | DEPEND="${RDEPEND} |
87 | DEPEND="${RDEPEND} |
| 87 | pulseaudio? ( ${AUTOTOOLS_DEPEND} ) |
88 | pulseaudio? ( ${AUTOTOOLS_DEPEND} ) |
| … | |
… | |
| 150 | $(use_with threads pthread) \ |
151 | $(use_with threads pthread) \ |
| 151 | $(use pulseaudio && use_with pulseaudio pulse) \ |
152 | $(use pulseaudio && use_with pulseaudio pulse) \ |
| 152 | $(use_with scanner sane) \ |
153 | $(use_with scanner sane) \ |
| 153 | $(use_enable test tests) \ |
154 | $(use_enable test tests) \ |
| 154 | $(use_with truetype freetype) \ |
155 | $(use_with truetype freetype) \ |
|
|
156 | $(use_with v4l) \ |
| 155 | $(use_with X x) \ |
157 | $(use_with X x) \ |
| 156 | $(use_with xcomposite) \ |
158 | $(use_with xcomposite) \ |
| 157 | $(use_with xinerama) \ |
159 | $(use_with xinerama) \ |
| 158 | $(use_with xml) \ |
160 | $(use_with xml) \ |
| 159 | $(use_with xml xslt) \ |
161 | $(use_with xml xslt) \ |