diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-30 06:26:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-30 06:26:23 +0000 |
commit | c1d79f3c40ce47794aea1d1bb9b30c7019d68604 (patch) | |
tree | fc423c59fbfffd7d6b69329fb9c2e7f08cae60ca /app-emulation/wine/wine-1.3.13.ebuild | |
parent | Adapted to actual gEDA tools suite (diff) | |
download | historical-c1d79f3c40ce47794aea1d1bb9b30c7019d68604.tar.gz historical-c1d79f3c40ce47794aea1d1bb9b30c7019d68604.tar.bz2 historical-c1d79f3c40ce47794aea1d1bb9b30c7019d68604.zip |
Control libv4l dep via USE=v4l #364817 by Samuli Suominen.
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.3.13.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.13.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.13.ebuild b/app-emulation/wine/wine-1.3.13.ebuild index cd038e33b656..6928ad68903f 100644 --- a/app-emulation/wine/wine-1.3.13.ebuild +++ b/app-emulation/wine/wine-1.3.13.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.13.ebuild,v 1.1 2011/02/10 03:26:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $ EAPI="2" @@ -33,7 +33,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls 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 gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls 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? ( @@ -85,6 +85,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 ) " @@ -159,6 +160,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) \ |