blob: f4ca0315bf39b67a2cdb4af81f1ea2a2981d8386 (
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
30
31
32
33
34
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild,v 1.5 2008/12/12 05:03:01 beandog Exp $
inherit flag-o-matic x-modular
DESCRIPTION="X.Org driver for TV-out on ivtvdev cards"
HOMEPAGE="http://ivtvdriver.org/"
SRC_URI="http://dl.ivtvdriver.org/xf86-video-ivtv/${P}.tar.gz"
LICENSE="X11"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="x11-base/xorg-server
x11-misc/imake
|| ( media-tv/ivtv
media-tv/ivtv-utils )"
RDEPEND="x11-proto/xextproto
x11-proto/videoproto
x11-proto/xproto
>=x11-base/xorg-server-1.1.1-r4"
XDPVER="-1"
src_compile() {
append-flags "-I/usr/src/linux/include"
x-modular_src_compile
}
src_install() {
x-modular_src_install
dodoc README || die "Failed to install doc"
}
|