summaryrefslogtreecommitdiff
blob: d58ec699d8840fa67fedc3b555335d107885785a (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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
		media-tv/ivtv"
RDEPEND="x11-proto/xextproto
		x11-proto/videoproto
		x11-proto/xproto
		x11-misc/imake
		>=x11-base/xorg-server-1.1.1-r4"
XDPVER="-1"
src_compile() {

	append-flags "-I/usr/src/linux/include"
	x-modular_src_compile
}