aboutsummaryrefslogtreecommitdiffstats
path: root/media-video/v4l2ucp/v4l2ucp-2.0.2.ebuild
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-09-25 14:36:11 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-09-25 14:36:11 +0200
commit1578cb007a7720bd7dc42c503080301992f2ccfb (patch)
tree5eb06b2bfdf6a273f1bbbb2f816dde2edc3a3503 /media-video/v4l2ucp/v4l2ucp-2.0.2.ebuild
parentc8d130044762aeb126ec64f188fc2950dd43f5df (diff)
downloadoverlay-1578cb007a7720bd7dc42c503080301992f2ccfb.tar.gz
overlay-1578cb007a7720bd7dc42c503080301992f2ccfb.tar.xz
overlay-1578cb007a7720bd7dc42c503080301992f2ccfb.zip
added media-video/v4l2ucp: A universal control panel for all Video for Linux Two (V4L2) devices.
Diffstat (limited to '')
-rw-r--r--media-video/v4l2ucp/v4l2ucp-2.0.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-video/v4l2ucp/v4l2ucp-2.0.2.ebuild b/media-video/v4l2ucp/v4l2ucp-2.0.2.ebuild
new file mode 100644
index 0000000..98ebcb0
--- /dev/null
+++ b/media-video/v4l2ucp/v4l2ucp-2.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit cmake-utils
+
+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=""
+
+DEPEND="x11-libs/qt-gui:4
+ media-libs/libv4l"