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 | e33aee523ce8830ac7c1407bf2c08065c58ff738 (patch) | |
tree | aeeefb7d29a3b69cf2a3599939bcc20060c87612 /app-emulation | |
parent | Version bump to resolve ipv6 problems (#51721 #57355 #67654), segfaults (#481... (diff) | |
download | historical-e33aee523ce8830ac7c1407bf2c08065c58ff738.tar.gz historical-e33aee523ce8830ac7c1407bf2c08065c58ff738.tar.bz2 historical-e33aee523ce8830ac7c1407bf2c08065c58ff738.zip |
USE=lcms support #70520.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 11 |
3 files changed, 13 insertions, 17 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/Manifest b/app-emulation/wine/Manifest index 815e2fe6c8a8..c2dd37741891 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -1,10 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 0a1ee9b91537e642fd6cff9ea3c2e01d ChangeLog 14842 +MD5 6fede03c9c66735890f0715f9942b40d ChangeLog 14945 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 MD5 0b8a40b373bf8ab6c0368dd5a64f5449 wine-20040716.ebuild 3443 -MD5 c8f272efc47c3da862f2df8bf301d14b wine-20041019-r3.ebuild 2767 +MD5 9fe9928642dace5f6e531d696512de41 wine-20041019-r3.ebuild 2892 MD5 7e2481a2dab7a420547cf06c307bf7b1 wine-20041019.ebuild 3769 MD5 9dbf73d557110996f187b6ed6ae4f7ea files/20041019-load-wrappers.patch 1333 MD5 1668a758aa2007cb99a773b3c5c844c9 files/winearts-kdecvs-fix.patch 325 @@ -13,10 +10,3 @@ MD5 23ff2a3980929ae4a6f02161bd875b55 files/digest-wine-20041019-r3 67 MD5 64c9b939319110b4f44ef6f431262181 files/digest-wine-20041019 212 MD5 b1893ef0ed5c38dabcbea9fcc3d35f59 files/digest-wine-20040716 212 MD5 db29ae371718f3db0a915e65dc76f6f2 files/20041019-no-stack.patch 286 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBiBwoHTu7gpaalycRAg/XAKCIQZowVl3+YVfvtc8wtEBWt1WGnACg2FzS -aO3MJD29100QHZUs4znHnMU= -=milC ------END PGP SIGNATURE----- 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 |