diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-04-19 10:28:21 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-04-19 10:28:21 +0000 |
commit | d699fc03d93419427ef3ba083fdb4447d280d385 (patch) | |
tree | 54f4e1af727bfc210aa250f89353971ac0fa20b0 /media-sound/acast/acast-0.18.ebuild | |
parent | Remove retired developer from metadata.xml. (diff) | |
download | gentoo-2-d699fc03d93419427ef3ba083fdb4447d280d385.tar.gz gentoo-2-d699fc03d93419427ef3ba083fdb4447d280d385.tar.bz2 gentoo-2-d699fc03d93419427ef3ba083fdb4447d280d385.zip |
Removed deprecated use flag oggvorbis
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound/acast/acast-0.18.ebuild')
-rw-r--r-- | media-sound/acast/acast-0.18.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/acast/acast-0.18.ebuild b/media-sound/acast/acast-0.18.ebuild index 6de550bd0f31..fe8b7db93dbd 100644 --- a/media-sound/acast/acast-0.18.ebuild +++ b/media-sound/acast/acast-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/acast-0.18.ebuild,v 1.1 2005/03/16 20:06:40 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/acast/acast-0.18.ebuild,v 1.2 2005/04/19 10:28:21 zaheerm Exp $ inherit gnome2 DESCRIPTION="Webcasting app for GNOME" @@ -9,7 +9,7 @@ SRC_URI="http://live.hujjat.org/acast/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="oggvorbis encode gnome" +IUSE="vorbis encode gnome" SLOT="0" RDEPEND=">=x11-libs/gtk+-2.4 @@ -19,8 +19,8 @@ RDEPEND=">=x11-libs/gtk+-2.4 >=media-libs/gst-plugins-0.8.8 >=media-plugins/gst-plugins-gnomevfs-0.8.8 >=media-plugins/gst-plugins-shout2-0.8.8 - oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.8 - >=media-plugins/gst-plugins-ogg-0.8.8 ) + vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.8 + >=media-plugins/gst-plugins-ogg-0.8.8 ) encode? ( >=media-plugins/gst-plugins-lame-0.8.8 ) gnome? ( >=gnome-base/libgnomeui-2.6.0 >=gnome-extra/gnome-media-2.6.0 )" |