23 lines
496 B
Bash
23 lines
496 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=2
|
|
|
|
inherit cmake-utils eutils
|
|
|
|
DESCRIPTION="A universal control panel for all Video for Linux Two (V4L2) devices"
|
|
HOMEPAGE="http://v4l2ucp.sf.net/"
|
|
SRC_URI="mirror://sourceforge/v4l2ucp/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="media-libs/libv4l
|
|
dev-qt/qtgui:4"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
PATCHES=( "${FILESDIR}/${P}-videodev2.patch" )
|