diff options
author | 2011-04-30 06:26:23 +0000 | |
---|---|---|
committer | 2011-04-30 06:26:23 +0000 | |
commit | 7a98affb60e071c1584a786a873b3ded09ef77e1 (patch) | |
tree | 552f8ffd505e42336bc94b79087bad30a01debd2 /app-emulation/wine/wine-1.2.3.ebuild | |
parent | Adapted to actual gEDA tools suite (diff) | |
download | gentoo-2-7a98affb60e071c1584a786a873b3ded09ef77e1.tar.gz gentoo-2-7a98affb60e071c1584a786a873b3ded09ef77e1.tar.bz2 gentoo-2-7a98affb60e071c1584a786a873b3ded09ef77e1.zip |
Control libv4l dep via USE=v4l #364817 by Samuli Suominen.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.2.3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.2.3.ebuild b/app-emulation/wine/wine-1.2.3.ebuild index 90c23706beb3..865ca2290f47 100644 --- a/app-emulation/wine/wine-1.2.3.ebuild +++ b/app-emulation/wine/wine-1.2.3.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.2.3.ebuild,v 1.1 2011/04/26 20:31:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $ EAPI="2" @@ -30,7 +30,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -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" +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" RESTRICT="test" #72375 MLIB_DEPS="amd64? ( @@ -80,6 +80,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) scanner? ( media-gfx/sane-backends ) ssl? ( dev-libs/openssl ) png? ( media-libs/libpng ) + v4l? ( media-libs/libv4l ) !win64? ( ${MLIB_DEPS} ) win32? ( ${MLIB_DEPS} ) xcomposite? ( x11-libs/libXcomposite ) " @@ -152,6 +153,7 @@ do_configure() { $(use_with scanner sane) \ $(use_enable test tests) \ $(use_with truetype freetype) \ + $(use_with v4l) \ $(use_with X x) \ $(use_with xcomposite) \ $(use_with xinerama) \ |