| 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/Attic/wine-1.2.2.ebuild,v 1.16 2012/05/12 21:12:51 tetromino Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.2.2.ebuild,v 1.17 2012/06/10 03:24:21 tetromino Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 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/${PN}/Wine%20Gecko/${GV}/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 elibc_glibc 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" |
33 | IUSE="alsa capi cups custom-cflags dbus elibc_glibc 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" |