diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-01-31 19:48:10 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-01-31 19:48:10 +0000 |
commit | 2373f1fd05cc0795e5410034cb8ac6cc309501ae (patch) | |
tree | 9ab20b47e883a6472466a79a20ff0f54ec1ba967 /dev-games | |
parent | updated snapshot (diff) | |
download | gentoo-2-2373f1fd05cc0795e5410034cb8ac6cc309501ae.tar.gz gentoo-2-2373f1fd05cc0795e5410034cb8ac6cc309501ae.tar.bz2 gentoo-2-2373f1fd05cc0795e5410034cb8ac6cc309501ae.zip |
lcms used only by libmng. Removed
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 68f0ca264e62..32fa5d9b717a 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.19 2007/01/31 08:50:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.20 2007/01/31 19:48:10 tupone Exp $ + + 31 Jan 2007; <tupone@gentoo.org> crystalspace-1.0.ebuild: + lcms used only by libmng. Removed *crystalspace-1.0 (31 Jan 2007) diff --git a/dev-games/crystalspace/crystalspace-1.0.ebuild b/dev-games/crystalspace/crystalspace-1.0.ebuild index bb220e7cdcfe..76d17ef85754 100644 --- a/dev-games/crystalspace/crystalspace-1.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.1 2007/01/31 08:50:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.2 2007/01/31 19:48:10 tupone Exp $ MY_P=${PN}-src-${PV} @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="3ds alsa cal3d cegui cg java jpeg lcms mng ode perl png python sdl +IUSE="3ds alsa cal3d cegui cg java jpeg mng ode perl png python sdl truetype vorbis wxwindows" RDEPEND="virtual/opengl @@ -20,8 +20,7 @@ RDEPEND="virtual/opengl cg? ( media-gfx/nvidia-cg-toolkit ) ode? ( dev-games/ode ) cal3d? ( =media-libs/cal3d-0.11* ) - jpeg? ( media-libs/jpeg - lcms? ( media-libs/lcms ) ) + jpeg? ( media-libs/jpeg ) sdl? ( media-libs/libsdl ) vorbis? ( media-libs/libogg media-libs/libvorbis ) @@ -45,12 +44,12 @@ S="${WORKDIR}/${MY_P}" src_compile() { econf --enable-cpu-specific-optimizations=no \ + --without-lcms \ $(use_with perl) \ $(use_with python) \ $(use_with java) \ $(use_with png) \ $(use_with jpeg) \ - $(use_with lcms) \ $(use_with mng) \ $(use_with vorbis) \ $(use_with 3ds) \ |