diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 21:47:51 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-27 21:47:51 +0000 |
commit | 1d4c02c4dd23b704af90914857d922482e021323 (patch) | |
tree | b8d9d5584644e205f561fe09df6c21e1b7e1633e /media-sound/xmcd | |
parent | Added to ~hppa, ~ppc. (diff) | |
download | gentoo-2-1d4c02c4dd23b704af90914857d922482e021323.tar.gz gentoo-2-1d4c02c4dd23b704af90914857d922482e021323.tar.bz2 gentoo-2-1d4c02c4dd23b704af90914857d922482e021323.zip |
Ported dependencies for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound/xmcd')
-rw-r--r-- | media-sound/xmcd/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/xmcd/xmcd-3.3.2.ebuild | 21 |
2 files changed, 21 insertions, 7 deletions
diff --git a/media-sound/xmcd/ChangeLog b/media-sound/xmcd/ChangeLog index a1b462f0991e..f2ee9d7998fe 100644 --- a/media-sound/xmcd/ChangeLog +++ b/media-sound/xmcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/xmcd -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/ChangeLog,v 1.16 2005/08/24 16:18:30 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/ChangeLog,v 1.17 2006/01/27 21:47:51 ticho Exp $ + + 27 Jan 2006; Andrej Kacian <ticho@gentoo.org> xmcd-3.3.2.ebuild: + Ported dependencies for modular X. 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xmcd-3.3.2.ebuild: Little cleanups. diff --git a/media-sound/xmcd/xmcd-3.3.2.ebuild b/media-sound/xmcd/xmcd-3.3.2.ebuild index 88dfad153995..5be6979a978a 100644 --- a/media-sound/xmcd/xmcd-3.3.2.ebuild +++ b/media-sound/xmcd/xmcd-3.3.2.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/xmcd/xmcd-3.3.2.ebuild,v 1.13 2005/08/24 16:18:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.14 2006/01/27 21:47:51 ticho Exp $ inherit eutils @@ -19,13 +19,24 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" # block media-libs/libcddb for now, see bug #90945 -DEPEND="virtual/x11 - x11-libs/openmotif +RDEPEND="x11-libs/openmotif media-libs/flac !media-libs/libcddb + sys-libs/ncurses alsa? ( media-libs/alsa-lib ) encode? ( >=media-sound/lame-3.93.1 ) - vorbis? ( >=media-libs/libvorbis-1.0 )" + vorbis? ( >=media-libs/libvorbis-1.0 ) + || ( ( x11-libs/libXt + x11-libs/libXp ) + virtual/x11 )" + +DEPEND="${RDEPEND} + sys-apps/sed + || ( ( x11-misc/imake + x11-misc/gccmakedep + x11-proto/printproto + x11-proto/xextproto ) + virtual/x11 )" src_unpack() { unpack ${A} |