From 2a0a63bca3edb508e085f8f46031a00fd828667d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 3 Jul 2009 19:54:48 +0300 Subject: modified: app-emulation/wine/wine-9999.ebuild renamed: dev-libs/ptlib/ptlib-2.6.2.ebuild -> dev-libs/ptlib/ptlib-2.6.3.ebuild modified: media-libs/gegl/gegl-0.0.9999.ebuild deleted: net-libs/opal/files/gcc-4.4.patch renamed: net-libs/opal/opal-3.6.2.ebuild -> net-libs/opal/opal-3.6.3.ebuild renamed: sys-apps/hal/hal-9999.ebuild -> sys-apps/hal/hal-0.5.9999.ebuild --- app-emulation/wine/wine-9999.ebuild | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 4baba0a..48f017f 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -4,20 +4,17 @@ EAPI="2" -inherit multilib +inherit multilib git autotools -IUSE="alsa cups dbus esd +gecko gnutls +hacks hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl +X xcomposite xinerama xml" +IUSE="alsa cups dbus esd +gecko gnutls +hacks hal jack jpeg lcms ldap nas ncurses +opengl oss png pulseaudio samba scanner ssl +X xcomposite xinerama xml" if use hacks ; then EGIT_REPO_URI="git://repo.or.cz/wine/hacks.git" -# EGIT_BRANCH="hacks" - inherit git SRC_URI="" KEYWORDS="" else EGIT_REPO_URI="git://source.winehq.org/git/wine.git" - inherit git SRC_URI="" KEYWORDS="" fi @@ -79,14 +76,14 @@ DEPEND="${RDEPEND} sys-devel/flex" src_unpack() { - if [[ ${PV} == "9999" ]] ; then - git_src_unpack - else - unpack ${MY_P}.tar.bz2 - fi + git_src_unpack cd ${S} # epatch ${FILESDIR}/bits.patch # epatch ${FILESDIR}/wined3d.diff + useq pulseaudio && epatch ${FILESDIR}/adding-pulseaudio-to-winecfg.patch + useq pulseaudio && epatch ${FILESDIR}/winepulse-0.17-configure.ac.patch + useq pulseaudio && epatch ${FILESDIR}/winepulse-0.28.patch + eautoreconf } src_prepare() { -- cgit v1.2.3