summaryrefslogtreecommitdiff
blob: c4c2338316e968666d4cc681031d2e68f012959d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/rte/rte-0.5.1-r1.ebuild,v 1.2 2005/08/29 23:28:04 vanquirius Exp $

IUSE="esd alsa divx4linux"

DESCRIPTION="Real Time Encoder"
SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
HOMEPAGE="http://zapping.sourceforge.net/"

DEPEND="esd? ( media-sound/esound )
	alsa? ( media-libs/alsa-lib )
	divx4linux? ( ~media-libs/divx4linux-20020418 )"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 -sparc"

src_compile() {

	econf `use_with divx4linux` || die
	make || die
}

src_install () {

	einstall || die
	dodoc AUTHORS COPYING ChangeLog NEWS README
}