diff options
Diffstat (limited to 'app-emulation/wine/wine-1.3.15.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.15.ebuild | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/app-emulation/wine/wine-1.3.15.ebuild b/app-emulation/wine/wine-1.3.15.ebuild index a90ec00ffc24..123d0715dfac 100644 --- a/app-emulation/wine/wine-1.3.15.ebuild +++ b/app-emulation/wine/wine-1.3.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.13 2011/09/18 09:08:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.14 2011/12/02 23:32:04 vapier Exp $ EAPI="2" @@ -8,19 +8,16 @@ inherit eutils flag-o-matic multilib if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://source.winehq.org/git/wine.git" - inherit git-2 autotools + inherit git-2 SRC_URI="" #KEYWORDS="" else - AUTOTOOLS_AUTO_DEPEND="no" - inherit autotools MY_P="${PN}-${PV/_/-}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" S=${WORKDIR}/${MY_P} fi -pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; } GV="1.1.0" DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.org/" @@ -28,19 +25,18 @@ SRC_URI="${SRC_URI} gecko? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86.cab win64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab ) - ) - pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )" + )" LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal opencl +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jack jpeg lcms ldap mp3 nas ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 MLIB_DEPS="amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 - >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio?] + >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) openal? ( app-emulation/emul-linux-x86-sdl ) @@ -76,7 +72,6 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) cups? ( net-print/cups ) opencl? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) opengl? ( virtual/opengl ) - pulseaudio? ( media-sound/pulseaudio ) gsm? ( media-sound/gsm ) jpeg? ( virtual/jpeg ) ldap? ( net-nds/openldap ) @@ -93,7 +88,6 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) win32? ( ${MLIB_DEPS} ) xcomposite? ( x11-libs/libXcomposite )" DEPEND="${RDEPEND} - pulseaudio? ( ${AUTOTOOLS_DEPEND} ) X? ( x11-proto/inputproto x11-proto/xextproto @@ -118,11 +112,6 @@ src_unpack() { } src_prepare() { - use mousewarp && epatch "${FILESDIR}"/${PN}-1.3.14-mouse-warp.patch - if use pulseaudio ; then - EPATCH_OPTS=-p1 epatch `pulse_patches "${DISTDIR}"` - eautoreconf - fi epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726 epatch_user #282735 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die @@ -162,7 +151,6 @@ do_configure() { $(use_with oss) \ $(use_with png) \ $(use_with threads pthread) \ - $(use pulseaudio && use_with pulseaudio pulse) \ $(use_with scanner sane) \ $(use_enable test tests) \ $(use_with truetype freetype) \ |