| 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/Attic/wine-1.2.1.ebuild,v 1.12 2011/09/18 09:08:12 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.2.1.ebuild,v 1.13 2011/12/02 23:32:04 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 | |
| … | |
… | |
| 23 | pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } |
23 | pulse_patches() { echo "$1"/winepulse-{0.36,0.35-configure.ac,0.38-winecfg}.patch ; } |
| 24 | GV="1.0.0-x86" |
24 | GV="1.0.0-x86" |
| 25 | DESCRIPTION="free implementation of Windows(tm) on Unix" |
25 | DESCRIPTION="free implementation of Windows(tm) on Unix" |
| 26 | HOMEPAGE="http://www.winehq.org/" |
26 | HOMEPAGE="http://www.winehq.org/" |
| 27 | SRC_URI="${SRC_URI} |
27 | SRC_URI="${SRC_URI} |
| 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` )" |
|
|
| 30 | |
29 | |
| 31 | LICENSE="LGPL-2.1" |
30 | LICENSE="LGPL-2.1" |
| 32 | SLOT="0" |
31 | SLOT="0" |
| 33 | IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened 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" |
32 | IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hardened 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 |
33 | RESTRICT="test" #72375 |