diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 16:12:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 16:12:13 +0000 |
commit | e5c6174bcbf007aef67adabde6032385eefca258 (patch) | |
tree | 1bc9223ecc4c32a7394c63d92eb3a1a5e7bf0b4f /app-emulation/wine | |
parent | Version bump to resolve ipv6 problems (#51721 #57355 #67654), segfaults (#481... (diff) | |
download | gentoo-2-e5c6174bcbf007aef67adabde6032385eefca258.tar.gz gentoo-2-e5c6174bcbf007aef67adabde6032385eefca258.tar.bz2 gentoo-2-e5c6174bcbf007aef67adabde6032385eefca258.zip |
USE=lcms support #70520.
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 52cd3985136f..e0dd697da8dd 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.82 2004/11/01 14:00:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.83 2004/11/09 16:12:13 vapier Exp $ + + 09 Nov 2004; Mike Frysinger <vapier@gentoo.org> wine-20041019-r3.ebuild: + USE=lcms support #70520. *wine-20041019-r3 (01 Nov 2004) diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index d48242b3df7c..eda9ed0a7a27 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.3 2004/11/02 23:45:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.4 2004/11/09 16:12:13 vapier Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-*" -IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses doc" +IUSE="X alsa arts cups debug nas opengl gif glut jack jpeg oss ncurses doc lcms" RDEPEND=">=media-libs/freetype-2.0.0 ncurses? ( >=sys-libs/ncurses-5.2 ) @@ -24,7 +24,8 @@ RDEPEND=">=media-libs/freetype-2.0.0 opengl? ( virtual/opengl ) gif? ( media-libs/libungif ) jpeg? ( media-libs/jpeg ) - glut? ( virtual/glut )" + glut? ( virtual/glut ) + lcms? ( media-libs/lcms )" DEPEND="${RDEPEND} >=sys-apps/sed-4 sys-devel/bison @@ -61,9 +62,11 @@ src_compile() { config_cache gif header_gif_lib_h config_cache glut lib_glut_glutMainLoop config_cache jpeg header_jpeglib_h - config_cache oss sys_soundcard_h header_machine_soundcard_h header_soundcard_h + config_cache oss header_sys_soundcard_h header_machine_soundcard_h header_soundcard_h + config_cache lcms header_lcms_h strip-flags + use lcms && append-flags -I${ROOT}/usr/include/lcms # $(use_enable amd64 win64) # USE=debug is broken in this release |