diff options
-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} |