diff options
Diffstat (limited to 'media-video/fame')
-rw-r--r-- | media-video/fame/fame-0.9.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-video/fame/fame-0.9.0.ebuild b/media-video/fame/fame-0.9.0.ebuild index 33e29ac620a3..12b89d162405 100644 --- a/media-video/fame/fame-0.9.0.ebuild +++ b/media-video/fame/fame-0.9.0.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/fame/fame-0.9.0.ebuild,v 1.4 2003/07/12 21:12:38 aliz Exp $ - -IUSE="mmx sse" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/fame/fame-0.9.0.ebuild,v 1.5 2003/08/07 04:13:19 vapier Exp $ DESCRIPTION="fame is a multimedia encoder, which captures video from a video4linux device, and optionnaly sound, for MPEG encoding." +HOMEPAGE="http://fame.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://fame.sourceforge.net" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" +IUSE="mmx sse" DEPEND="virtual/glibc >=media-libs/libfame-0.9.0" |