diff options
author | 2011-03-29 12:45:09 +0000 | |
---|---|---|
committer | 2011-03-29 12:45:09 +0000 | |
commit | 78011cabc7027ffd57c4e2484cac226e2e087c92 (patch) | |
tree | bbfd33ad5022077dd9471e33abf86aa0d81bdae6 | |
parent | Drop support for internal only mp3lib, always link to external ffmpeg so all ... (diff) | |
download | historical-78011cabc7027ffd57c4e2484cac226e2e087c92.tar.gz historical-78011cabc7027ffd57c4e2484cac226e2e087c92.tar.bz2 historical-78011cabc7027ffd57c4e2484cac226e2e087c92.zip |
Fix gtk+ slot deps
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
-rw-r--r-- | media-video/vmaid/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/vmaid/vmaid-2.2.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-video/vmaid/ChangeLog b/media-video/vmaid/ChangeLog index d65c6c118069..2383791fb385 100644 --- a/media-video/vmaid/ChangeLog +++ b/media-video/vmaid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vmaid -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.8 2009/05/19 15:01:46 matsuu Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.9 2011/03/29 12:45:09 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> vmaid-2.2.0.ebuild: + Fix gtk+ slot deps 19 May 2009; MATSUU Takuto <matsuu@gentoo.org> -vmaid-2.0.6.ebuild, -vmaid-2.1.2.ebuild, -vmaid-2.1.7.ebuild, +vmaid-2.2.0.ebuild: diff --git a/media-video/vmaid/vmaid-2.2.0.ebuild b/media-video/vmaid/vmaid-2.2.0.ebuild index f8b4ca1b9668..910840e32967 100644 --- a/media-video/vmaid/vmaid-2.2.0.ebuild +++ b/media-video/vmaid/vmaid-2.2.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild,v 1.1 2009/05/19 15:01:46 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.0.ebuild,v 1.2 2011/03/29 12:45:09 angelos Exp $ + +EAPI=1 DESCRIPTION="Video maid is the AVI file editor" HOMEPAGE="http://vmaid.sourceforge.jp/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="alsa ao mime win32codecs" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 ao? ( media-libs/libao ) !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) ) mime? ( x11-misc/shared-mime-info ) |