diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-26 17:04:27 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-26 17:04:27 +0000 |
commit | 5882d99b3c2b6798c28ece14090ee28bd0c2c4c8 (patch) | |
tree | aae05dd30e4b0b331fb8e4531a0c63ee47513b5d /media-sound/synaesthesia | |
parent | Prepared for modular X. (diff) | |
download | gentoo-2-5882d99b3c2b6798c28ece14090ee28bd0c2c4c8.tar.gz gentoo-2-5882d99b3c2b6798c28ece14090ee28bd0c2c4c8.tar.bz2 gentoo-2-5882d99b3c2b6798c28ece14090ee28bd0c2c4c8.zip |
Prepared for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r-- | media-sound/synaesthesia/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.3.ebuild | 18 |
2 files changed, 20 insertions, 5 deletions
diff --git a/media-sound/synaesthesia/ChangeLog b/media-sound/synaesthesia/ChangeLog index 8094089e87be..ebe8464515a1 100644 --- a/media-sound/synaesthesia/ChangeLog +++ b/media-sound/synaesthesia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/synaesthesia -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v 1.11 2005/07/25 19:13:44 dholm Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/ChangeLog,v 1.12 2006/01/26 17:04:27 ticho Exp $ + + 26 Jan 2006; Andrej Kacian <ticho@gentoo.org> synaesthesia-2.3.ebuild: + Prepared for modular X. 25 Jul 2005; David Holm <dholm@gentoo.org> synaesthesia-2.3.ebuild: Added to ~ppc. diff --git a/media-sound/synaesthesia/synaesthesia-2.3.ebuild b/media-sound/synaesthesia/synaesthesia-2.3.ebuild index dc5bfa4c94fe..2552e3810767 100644 --- a/media-sound/synaesthesia/synaesthesia-2.3.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.2 2005/07/25 19:13:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.3.ebuild,v 1.3 2006/01/26 17:04:27 ticho Exp $ inherit eutils @@ -13,11 +13,23 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="sdl svga esd" -DEPEND="virtual/x11 +DEPEND="|| ( ( + x11-proto/xproto + x11-libs/libXt + ) + virtual/x11 + ) esd? ( >=media-sound/esound-0.2.22 ) sdl? ( >=media-libs/libsdl-1.2.0 ) svga? ( >=media-libs/svgalib-1.4.3 )" +RDEPEND="${DEPEND} + || ( ( + x11-libs/libICE + ) + virtual/x11 + )" + src_unpack() { unpack ${A} cd ${S} |