diff options
author | Matthew Schultz (mschultz) <mattsch@gmail.com> | 2011-01-27 16:11:19 +0000 |
---|---|---|
committer | Matthew Schultz (mschultz) <mattsch@gmail.com> | 2011-01-27 16:11:19 +0000 |
commit | 678f87092211184c08b73e0f0afaa0a59c5e7627 (patch) | |
tree | 9650f89451a631c4f3f47691d4ff63a91a7b1f52 /x11-misc | |
parent | x11-drivers/libfreenect: Added several use flags and added library support fo... (diff) | |
download | sunrise-reviewed-678f87092211184c08b73e0f0afaa0a59c5e7627.tar.gz sunrise-reviewed-678f87092211184c08b73e0f0afaa0a59c5e7627.tar.bz2 sunrise-reviewed-678f87092211184c08b73e0f0afaa0a59c5e7627.zip |
x11-misc/kinect-mouse: New Ebuild for bug 352549.
svn path=/sunrise/; revision=11735
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/kinect-mouse/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/kinect-mouse/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/kinect-mouse/kinect-mouse-0_p20101210.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/kinect-mouse/metadata.xml | 7 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-misc/kinect-mouse/ChangeLog b/x11-misc/kinect-mouse/ChangeLog new file mode 100644 index 000000000..ce4a80203 --- /dev/null +++ b/x11-misc/kinect-mouse/ChangeLog @@ -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 index 000000000..1677ee6a8 --- /dev/null +++ b/x11-misc/kinect-mouse/Manifest @@ -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 index 000000000..8425a9dd3 --- /dev/null +++ b/x11-misc/kinect-mouse/kinect-mouse-0_p20101210.ebuild @@ -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 index 000000000..4c5183c99 --- /dev/null +++ b/x11-misc/kinect-mouse/metadata.xml @@ -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> |