]> Pileus Git - ~andy/sunrise/commitdiff
x11-misc/kinect-mouse: New Ebuild for bug 352549.
authorMatthew Schultz (mschultz) <mattsch@gmail.com>
Thu, 27 Jan 2011 16:11:19 +0000 (16:11 +0000)
committerMatthew Schultz (mschultz) <mattsch@gmail.com>
Thu, 27 Jan 2011 16:11:19 +0000 (16:11 +0000)
svn path=/sunrise/; revision=11735

x11-misc/kinect-mouse/ChangeLog [new file with mode: 0644]
x11-misc/kinect-mouse/Manifest [new file with mode: 0644]
x11-misc/kinect-mouse/kinect-mouse-0_p20101210.ebuild [new file with mode: 0644]
x11-misc/kinect-mouse/metadata.xml [new file with mode: 0644]

diff --git a/x11-misc/kinect-mouse/ChangeLog b/x11-misc/kinect-mouse/ChangeLog
new file mode 100644 (file)
index 0000000..ce4a802
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/kinect-mouse
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  27 Jan 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
+  +kinect-mouse-0_p20101210.ebuild, +metadata.xml:
+  New Ebuild for bug 352549.
+
diff --git a/x11-misc/kinect-mouse/Manifest b/x11-misc/kinect-mouse/Manifest
new file mode 100644 (file)
index 0000000..1677ee6
--- /dev/null
@@ -0,0 +1,4 @@
+DIST kinect-mouse-0_p20101210.tar.bz2 27567 RMD160 535716efdc1de3bde9fccbd36b2c498716a7c703 SHA1 7d84b686247e8095883b12f5e6da5bc8f25fd001 SHA256 f4ad0d659c9d597a1e8f5a2370c0599e0c247bb0638da8518442fb18fff120e3
+EBUILD kinect-mouse-0_p20101210.ebuild 734 RMD160 6cc214e49b9196025b2039fd021179e0d876c3cc SHA1 c196a3aff5d69288599c6b969b2c7af80ff1d5c8 SHA256 89ee1f9261841f225c0de48967f953d4c03732e7f695fae52697249eb61f423d
+MISC ChangeLog 265 RMD160 4879c3f256494a4a9efcacd74d01d8ec93a48db5 SHA1 d7d3276cb0d827d6fd991e17b18073b7d4b3685f SHA256 985a39535f3ccfb8507430654e6d2da9d28f00a87be939ce602fa13743b7656c
+MISC metadata.xml 351 RMD160 44660b0e49c8d40ed458811f0ae28e43cc6176c7 SHA1 37d3313298370858a8e926d16df47ce43d149f99 SHA256 eacb78daa17bb9426a73757055db391b7070987aa10ec80489bf20bd73df767a
diff --git a/x11-misc/kinect-mouse/kinect-mouse-0_p20101210.ebuild b/x11-misc/kinect-mouse/kinect-mouse-0_p20101210.ebuild
new file mode 100644 (file)
index 0000000..8425a9d
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit cmake-utils
+
+DESCRIPTION="A program that uses the libfreenect drivers to control mouse input"
+HOMEPAGE="https://github.com/Ooblik/Kinect-Mouse"
+SRC_URI="http://ompldr.org/vNzRldA/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/freeglut
+       virtual/opengl
+       x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXtst
+       x11-drivers/libfreenect"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+       elog "To start using the kinect as a mouse, execute the kmouse program."
+       elog "The kmouse program performs a left click when you hold the "
+       elog "cursor over something for a few seconds."
+}
diff --git a/x11-misc/kinect-mouse/metadata.xml b/x11-misc/kinect-mouse/metadata.xml
new file mode 100644 (file)
index 0000000..4c5183c
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>no-herd</herd>
+  <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+  <longdescription>This is a program to allow the control of the mouse by Microsoft's Kinect sensor</longdescription>
+</pkgmetadata>