primesense-nite-nonfree-0.1/0000755000000000000000000000000012146736512013010 5ustar primesense-nite-nonfree-0.1/debian/0000755000000000000000000000000012146737420014231 5ustar primesense-nite-nonfree-0.1/debian/postinst0000644000000000000000000000044212146723556016044 0ustar #!/bin/sh set -e case "$1" in configure) update-primesense-nite-nonfree --install --fast || true ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 primesense-nite-nonfree-0.1/debian/reportbug/0000755000000000000000000000000011570224172016235 5ustar primesense-nite-nonfree-0.1/debian/reportbug/script0000755000000000000000000000111611570224172017466 0ustar #!/bin/sh set +e PATH=/usr/sbin:/usr/bin:/sbin:/bin take_a_peek() { cat /etc/debian_version 2>&1 | sed -e "s,^,Debian version: ," dpkg --print-architecture 2>&1 | sed -e "s,^,Architecture: ," dpkg-query -W -f='${Version}\n' primesense-nite-nonfree 2>&1 | sed -e "s,^,Package version: ," #strings /usr/lib/primesense-nite-nonfree/FOO 2>&1 | grep LNX | sed -e "s,^,Adobe Flash Player version: ," echo "MD5 checksums:" md5sum /var/cache/primesense-nite-nonfree/* 2>&1 | sed -e "s,^,\t," md5sum /usr/lib/primesense-nite-nonfree/* 2>&1 | sed -e "s,^,\t," } take_a_peek >&3 2>&1 primesense-nite-nonfree-0.1/debian/copyright0000644000000000000000000000324211570224172016160 0ustar This package was debianized by Takuo KITAME on Mon, 3 Dec 2001 15:42:06 +0900. This package was debianized by Bart Martens on Wed, 15 Aug 2007 08:06:15 +0200. This package was adapted from flashplugin-nonfree by Cosimo Alfarano on Fri May 20 19:31:38 BST 2011 It is available for download at: http://ftp.debian.org/debian/pool/contrib/p/primesense-nite-nonfree/ Upstream author: Cosimo Alfarano Copyright: Copyright (C) 2006-2009 Bart Martens Copyright (C) 2011 Cosimo Alfarano License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is Copyright (C) 2006-2009 Bart Martens Copyright (C) 2011 Cosimo Alfarano and is licensed under the GPL version 2, see above. Note that this package does not contain any software from PrimeSense. All information regarding PrimeSense NITE modules can be found on this website: http://www.primesense.com/ primesense-nite-nonfree-0.1/debian/gbp.conf0000644000000000000000000000024511570224312015640 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True primesense-nite-nonfree-0.1/debian/changelog0000644000000000000000000000024512146736512016105 0ustar primesense-nite-nonfree (0.1) unstable; urgency=low * First release (Closes: #628402) -- Hans-Christoph Steiner Tue, 21 May 2013 13:22:39 -0400 primesense-nite-nonfree-0.1/debian/dirs0000644000000000000000000000010211570224172015101 0ustar var/cache/primesense-nite-nonfree usr/lib/primesense-nite-nonfree primesense-nite-nonfree-0.1/debian/prerm0000644000000000000000000000041511570224172015274 0ustar #!/bin/sh set -e case "$1" in remove|upgrade|deconfigure) update-primesense-nite-nonfree --uninstall || true ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 primesense-nite-nonfree-0.1/debian/control0000644000000000000000000000333612146736473015650 0ustar Source: primesense-nite-nonfree Section: contrib/devel Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Cosimo Alfarano , Hans-Christoph Steiner , Nobuhiro Iwamatsu Build-Depends: debhelper (>= 5), cdbs Standards-Version: 3.9.4 Homepage: http://wiki.debian.org/PrimeSenseNite Vcs-Git: git://git.debian.org/pkg-multimedia/primesense-nite-nonfree.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/primesense-nite-nonfree.git Package: primesense-nite-nonfree Architecture: i386 amd64 Depends: debconf | debconf-2.0, dpkg-dev, devscripts, wget, unzip, gnupg, libopenni-dev, openni-utils, ${misc:Depends}, ${shlibs:Depends} Suggests: osceleton Description: OpenNI module providing gesture and skeleton tracking This package will download the binary PrimeSense NITE modules for OpenNI and creates a Debian packages you can install. These modules provide two types of tracking to OpenNI: 'Control By Gesture' and 'Games for All'. 'Control By Gesture' is gesture tracking for using arm movements for navigating menus, it provides gesture tracking for things like push, click, circle, and wave. 'Games for All' is skeleton tracking for getting information on the position of all of the joints of the body. These two tracking modes are the most common kinds of tracking used with the Microsoft Kinect camera. . WARNING: Installing this Debian package causes the PrimeSense NITE modules to be downloaded from www.primesense.com The End User License Agreement of NITE modules is available at www.primesense.com. primesense-nite-nonfree-0.1/debian/manpages0000644000000000000000000000005011570224172015735 0ustar debian/update-primesense-nite-nonfree.8 primesense-nite-nonfree-0.1/debian/compat0000644000000000000000000000000211570224172015422 0ustar 5 primesense-nite-nonfree-0.1/debian/postrm0000644000000000000000000000024111570224172015470 0ustar #!/bin/sh set -e #echo "primesense-nite-nonfree postrm: $@" if [ "$1" = "purge" ] then rm -rf /var/cache/primsesense-nite-nonfree/* fi #DEBHELPER# exit 0 primesense-nite-nonfree-0.1/debian/update-primesense-nite-nonfree.80000644000000000000000000000334111570224172022337 0ustar .TH UPDATE-PRIMESENSE-NITE-NONFREE 8 "May 20, 2011" .SH NAME update-primesense-nite-nonfree \- program to get the newest PrimeSense NITE module .SH SYNOPSIS .B update-primesense-nite-nonfree .RI --install .br .B update-primesense-nite-nonfree .RI --uninstall .SH DESCRIPTION The program .B update-primesense-nite-nonfree takes care of downloading last minute information from Debian about suitable versions, removing the installed PrimeSense NITE module if it has been reported as insecure, or, if a newer suitable version is available, downloading a newer PrimeSense NITE modules and its installer from the PrimeSense download site, create a debian package from the downloaded package on the local system so that the installation of the package will comply with the DFSG. This won't install the generated package if the package is not installed yet, but will upgrade the package if the user has already a version installed. .PP A copy of the downloaded .tar.gz is saved in /var/cache/primesense-nite-nonfree for later reuse. .PP The program .B update-primesense-nite-nonfree is used in the .B postinst and .B prerm scripts of the primesense-nite-nonfrewe Debian package, but this program can also be run manually by root. .SH OPTIONS .TP .B \-\-install To install, update or remove PrimeSense NITE modules depending on downloaded last minute information from Debian about suitable versions. .TP .B \-\-uninstall To remove PrimeSense NITE .TP .B \-\-verbose Produce detailed information about what's happening. .TP .B \-\-quiet Produce no informational output. .SH SEE ALSO .TP .B http://wiki.debian.org/PrimeSenseNite If you subscribe to this wiki page, then you will receive updates via e-mail. .TP .B http://www.primesense.com/ The PrimeSense homepage. primesense-nite-nonfree-0.1/debian/primsesense-nite-nonfree.substvars0000644000000000000000000000001611570224172023123 0ustar misc:Depends= primesense-nite-nonfree-0.1/debian/rules0000755000000000000000000000066611570224172015314 0ustar #!/usr/bin/make -f PKG=nite SCPDEST="kalfa@ravel.debian.org:/home/kalfa/public_html/primesense-nonfree" include /usr/share/cdbs/1/rules/debhelper.mk publish-checksums: #for a in i386 amd64 ; do gpg --default-key 3B5821CC --armor --clearsign < ${PKG}.sha512.$$a.txt > ${PKG}.sha512.$$a.pgp.asc ; done ##cp ${PKG}.sha512.*.pgp.asc /var/www/flashplugin-nonfree/ #scp ${PKG}.sha512.*.pgp.asc ${SCPDEST} #rm -f ${PKG}.sha512.*.pgp.asc primesense-nite-nonfree-0.1/debian/install0000644000000000000000000000033311570224172015614 0ustar update-primesense-nite-nonfree usr/sbin/ primesense-nite-nonfree-make-deb usr/lib/primesense-nite-nonfree nite_debian_dir usr/share/primesense-nite-nonfree debian/reportbug/script usr/share/bug/primesense-nite-nonfree/ primesense-nite-nonfree-0.1/debian/source/0000755000000000000000000000000012146734212015525 5ustar primesense-nite-nonfree-0.1/debian/source/format0000644000000000000000000000001512146734212016734 0ustar 3.0 (native) primesense-nite-nonfree-0.1/primesense-nite-nonfree-make-deb0000755000000000000000000000411312146736512021141 0ustar #!/bin/bash -e test -n "$1" || (echo "`basename $0` " ; exit 1) test -f "$1" || (echo "`basename $0` " ; exit 1) ZIPBALL="$1" TARBALL=`unzip -lqq $ZIPBALL | awk '{print $4}'` BASE=`unzip -p $ZIPBALL | tar tvj | head -1 | awk '{print $6}'` ORIG_BASE="openni-modules-primesense-nite-nonfree.orig" DEB_BASE="openni-modules-primesense-nite-nonfree" TMPDIR="/tmp/primesense-nite.$$" CACHEDIR="/var/cache/primesense-nite-nonfree" function add_niReg() { TAG="#ADDREGISTRATION#" SRC="debian/postinst" DEST="`tempfile`" sed "s%${TAG}%niReg -r $1 $2\\n\t${TAG}%g" < ${SRC} > ${DEST} mv -f ${DEST} ${SRC} } function rm_niReg() { TAG="#RMREGISTRATION#" SRC="debian/prerm" DEST="`tempfile`" sed "s%${TAG}%niReg -u $1 $2\\n\t${TAG}%g" < ${SRC} > ${DEST} mv -f ${DEST} ${SRC} } CURDIR="`pwd`" mkdir ${TMPDIR} pushd ${TMPDIR} # Rename the content of the passed tarball in a Debian compliant way unzip -qq $ZIPBALL > /dev/null || (echo cannot unzip original package ; exit 1) tar xjf ${TARBALL} > /dev/null || (echo cannot untarbz2 original package ; exit 1) mv ${BASE} ${ORIG_BASE} cp -a ${ORIG_BASE} ${DEB_BASE} cp -a /usr/share/primesense-nite-nonfree/nite_debian_dir ${DEB_BASE}/debian unset BASE pushd ${DEB_BASE} for fdir in `ls -1 | grep Features` do for so in `ls -1 $fdir/Bin/lib*$LIBEXT` do base=`basename $so` add_niReg /usr/lib/$base /etc/primesense/$fdir rm_niReg /usr/lib/$base /etc/primesense/$fdir done done for hdir in `ls -1 | grep Hands` do for so in `ls -1 $hdir/Bin/lib*$LIBEXT` do base=`basename $so` add_niReg /usr/lib/$base /etc/primesense/$hdir rm_niReg /usr/lib/$base /etc/primesense/$hdir done done debuild --no-lintian -uc -us echo Copying .deb into ${CACHEDIR}. echo you can install the created package, as root with: echo echo -n "sudo dpkg -i " for deb in ../*.deb; do cp ${deb} ${CACHEDIR} echo -n "${CACHEDIR}/`basename ${deb}`" done echo popd > /dev/null # out of DEB_BASE popd > /dev/null # out of TMPDIR # clean up if [ "$CLEAN" != "no" ]; then echo "Package tree can be found at $TMPDIR" else test -d "${TMPDIR}" && rm -rf "${TMPDIR}" fi primesense-nite-nonfree-0.1/update-primesense-nite-nonfree0000755000000000000000000001230512146736512020760 0ustar #!/bin/sh # Copyright (C) 2006-2008 Bart Martens # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . #URL32="http://www.openni.org/downloadfiles/opennimodules/openni-compliant-middleware-binaries/latest-unstable/112-primesense-nite-unstable-build-for-ubuntu-10-10-x86-32-bit-v1-3-1/download" #URL64="http://www.openni.org/downloadfiles/opennimodules/openni-compliant-middleware-binaries/latest-unstable/112-primesense-nite-unstable-build-for-ubuntu-10-10-x86-64-bit-v1-3-1/download" #URL32="http://www.openni.org/downloads/nite-bin-linux-x86-v1.5.2.21.tar.bz2" #URL64="http://www.openni.org/downloads/nite-bin-linux-x64-v1.5.2.21.tar.bz2" URL32=http://www.openni.org/wp-content/uploads/2012/12/NITE-Bin-Linux-x86-v1.5.2.21.tar.zip URL32_SHA256SUM=8be3bf3b325ff6a3538381e8aacf2b7632a4dab422c1bd54ac7ee81d75a140e4 URL64=http://www.openni.org/wp-content/uploads/2012/12/NITE-Bin-Linux-x64-v1.5.2.21.tar.zip URL64_SHA256SUM=57cd7daa38e82321270179574c3a96b9e8e92348b4c7011c8d58af3d1b2fdb45 downloadedfilename=primesense-nite.tar.bz2.zip downloadedfile=/tmp/primesense-nite.tar.bz2.zip cachedir=/var/cache/primesense-nite-nonfree cachedfile=${cachedir}/$downloadedfilename set -e die_hard() { echo "ERROR: $1" echo "More information might be available at:" echo " http://wiki.debian.org/PrimeSenseNite" exit 1 } [ `whoami` = "root" ] || die_hard "must be root" show_usage() { echo "Usage:" echo " `basename $0` --install" echo " `basename $0` --uninstall" echo "Additional options:" echo " --verbose" echo " --quiet" exit 1 } basename=`basename $0` getopt_temp=`getopt -o iufvq --long install,uninstall,fast,verbose,quiet -n ${basename} -- "$@"` || show_usage eval set -- "$getopt_temp" || show_usage ACTION=none fast=no verbose=no quiet=no while [ true ] do case "$1" in -i|--install) ACTION="--install" shift ;; -u|--uninstall) ACTION="--uninstall" shift ;; -f|--fast) fast=yes shift ;; -v|--verbose) verbose=yes shift ;; -q|--quiet) quiet=yes shift ;; --) shift break ;; *) echo "Internal error!" exit 1 ;; esac done [ "$ACTION" != "none" -a $# -eq 0 ] || show_usage [ "$quiet" != "yes" ] || verbose=no [ "$verbose" != "yes" ] || echo "options : $getopt_temp" UNPACKDIR=`mktemp -d /tmp/primesense-nite-nonfree.XXXXXXXXXX` || die_hard "mktemp failed" echo "$UNPACKDIR" | grep -q "^/tmp/primesense-nite-nonfree\." || die_hard "paranoia" cd "$UNPACKDIR" || die_hard "cd failed" [ "$verbose" != "yes" ] || echo "temporary directory: $UNPACKDIR" do_cleanup() { [ "$verbose" != "yes" ] || echo "cleaning up temporary directory $UNPACKDIR ..." cd / echo "$UNPACKDIR" | grep -q "^/tmp/primesense-nite-nonfree\." || die_hard "paranoia" rm -rf "$UNPACKDIR" } die_hard_with_a_cleanup() { do_cleanup die_hard "$1" } case "$ACTION" in --install) [ "$verbose" != "yes" ] || echo "selected action = $ACTION" wgetquiet=' -q ' wgetfast='-t 3 -T 15 ' wgetalways=' -nd -P . ' wgetprogress=' -v --progress=dot:default ' wgetoptions="$wgetalways" [ "$fast" != "yes" ] || wgetoptions="$wgetoptions $wgetfast" if [ "$verbose" = "yes" ]; then wgetoptions="$wgetoptions $wgetprogress" echo "wgetoptions=$wgetoptions" else wgetoptions=" $wgetoptions $wgetquiet " fi if [ $(dpkg --print-architecture) = "amd64" ]; then downloadurl=${URL64} checksum=${URL64_SHA256SUM} else downloadurl=${URL32} checksum=${URL32_SHA256SUM} fi [ "$verbose" != "yes" ] || echo "downloading $downloadurl ..." wget $wgetoptions $downloadurl -O ${downloadedfile} \ || die_hard_with_a_cleanup "wget failed to download $downloadurl" echo "Checking integrity of downloaded file using sha256sum ..." checksum_file=${downloadedfile}.sha256 echo "$checksum $downloadedfile" > ${checksum_file} sha256sum -c ${checksum_file} || (echo checksum failed! try downloading again... ; exit 1) cp ${downloadedfile} ${cachedfile} [ "$verbose" != "yes" ] || echo "Creating .deb from $cachedfile ..." /usr/lib/primesense-nite-nonfree/primesense-nite-nonfree-make-deb ${cachedfile} [ "$verbose" != "yes" ] || echo "end of action $ACTION" ;; --uninstall) [ "$verbose" != "yes" ] || echo "selected action = $ACTION" PKG="openni-modules-primesense-nite-nonfree" test dpkg -l ${PKG} 2> /dev/null > /dev/null && ( echo -n "You have ${PKG} installed, this action won't " echo "uninstall anything you installed yourself." echo -n "Remove it manually if you don't want NITE anymore " echo "running as root:" echo echo "dpkg --purge ${PKG}" ) [ "$verbose" != "yes" ] || echo "end of action $ACTION" ;; *) do_cleanup show_usage ;; esac do_cleanup [ "$verbose" != "yes" ] || echo "end of update-flashplugin-nonfree" primesense-nite-nonfree-0.1/nite_debian_dir/0000755000000000000000000000000012146737137016113 5ustar primesense-nite-nonfree-0.1/nite_debian_dir/postinst0000755000000000000000000000032312146736512017716 0ustar #!/bin/sh if [ "$1" = "configure" ]; then #ADDREGISTRATION# # taken from the install.sh script included in the upstream binary tarball niLicense PrimeSense 0KOIk2JeIBYClPWVnMoRKn5cdY4= fi #DEBHELPER# primesense-nite-nonfree-0.1/nite_debian_dir/copyright0000644000000000000000000000205411570224172020035 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: primesense-nite-nonfree Maintainer: Cosimo Alfarano Source: http://wwww.openni.org/ Copyright: 2010-2011, PrimeSense Ltd. License: GPL-3+ License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA X-Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. primesense-nite-nonfree-0.1/nite_debian_dir/openni-module-primesense-nite-nonfree.debhelper.log0000644000000000000000000000004111570224172030042 0ustar dh_quilt_patch dh_auto_configure primesense-nite-nonfree-0.1/nite_debian_dir/changelog0000644000000000000000000000025512146734212017756 0ustar primesense-nite-nonfree (1.5.2.21-1) UNRELEASED; urgency=low * Initial release (Closes: #XXXXXX) -- Cosimo Alfarano Wed, 10 Nov 2010 15:40:08 -0500 primesense-nite-nonfree-0.1/nite_debian_dir/openni-module-primesense-nite-nonfree.docs0000644000000000000000000000002011573741457026272 0ustar Documentation/* primesense-nite-nonfree-0.1/nite_debian_dir/prerm0000755000000000000000000000022512146737137017165 0ustar #!/bin/sh if [ "$1" = "configure" ]; then echo # this is here to stop lintian shell-script-fails-syntax-check #RMREGISTRATION# fi #DEBHELPER# primesense-nite-nonfree-0.1/nite_debian_dir/control0000644000000000000000000000247412146736473017527 0ustar Source: primesense-nite-nonfree Priority: optional Maintainer: Cosimo Alfarano Build-Depends: debhelper (>= 7.0.50~), libopenni-dev (>= 1.1.0.41), openni-utils, fakeroot Standards-Version: 3.9.4 Homepage: http://www.openni.org Vcs-Git: git://git.debian.org/pkg-multimedia/primesense-nite-nonfree.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/primesense-nite-nonfree.git Package: openni-module-primesense-nite-nonfree Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libopenni-dev (>= 1.1.0.41) Description: binary OpenNI modules providing gesture and skeleton tracking This package was made from the binary PrimeSense NITE modules for OpenNI and creates a debian packages you can install. These modules provide two types of tracking to OpenNI: 'Control By Gesture' and 'Games for All'. 'Control By Gesture' is gesture tracking for using arm movements for navigating menus, it provides gesture tracking for things like push, click, circle, and wave. 'Games for All' is skeleton tracking for getting information on the position of all of the joints of the body. These two tracking modes are the most common kinds of tracking used with the Microsoft Kinect camera. . This package was generated by primesense-nite-nonfree. primesense-nite-nonfree-0.1/nite_debian_dir/compat0000644000000000000000000000000211570224172017277 0ustar 7 primesense-nite-nonfree-0.1/nite_debian_dir/rules0000755000000000000000000000343212146736512017171 0ustar #!/usr/bin/make -f PACKAGE = openni-module-primesense-nite-nonfree COMPILED_BASE = $(CURDIR) NITE_BASE = $(CURDIR)/debian/$(PACKAGE) prefix = /usr bindir = $(prefix)/bin libdir = $(prefix)/lib includedir = $(prefix)/include/nite sharedir = $(prefix)/share docdir = $(sharedir)/doc jardir = $(sharedir)/java etcdir = /etc/primesense logdir = /var/log/primesense/XnSensorServer usbruledir = /etc/udev/rules.d %: dh $@ override_dh_auto_install: install -d $(NITE_BASE)/$(libdir) install -p -m0644 $(COMPILED_BASE)/Bin/libXnVNite*.so \ $(NITE_BASE)/$(libdir) install -p -m0644 $(COMPILED_BASE)/Bin/libXnVCNITE*so \ $(NITE_BASE)/$(libdir) install -p -m0644 $(COMPILED_BASE)/Bin/libXnVNITE.jni*.so \ $(NITE_BASE)/$(libdir) install -d $(NITE_BASE)/$(includedir) install -p -m0644 $(COMPILED_BASE)/Include/* \ $(NITE_BASE)/$(includedir)/ install -d $(NITE_BASE)/$(jardir) install -p -m0644 $(COMPILED_BASE)/Bin/com.primesense.NITE.jar \ $(NITE_BASE)/$(jardir) $(foreach d, $(wildcard $(CURDIR)/Features* $(CURDIR)/Hands*), \ echo $(d) $(notdir $(d));) $(foreach d, $(wildcard $(CURDIR)/Features* $(CURDIR)/Hands*), \ install -d $(NITE_BASE)/$(etcdir)/$(notdir $(d));) $(foreach d, $(wildcard $(CURDIR)/Features* $(CURDIR)/Hands*), \ install -p $(d)/Data/* $(NITE_BASE)/$(etcdir)/$(notdir $(d));) $(foreach d, $(wildcard $(CURDIR)/Features* $(CURDIR)/Hands*), \ install -p $(d)/Bin/lib*.so $(NITE_BASE)/$(libdir);) install -d $(NITE_BASE)/$(bindir) $(foreach f, $(wildcard $(CURDIR)/Features*/Bin/XnVSceneServer*), \ install -p $(f) $(NITE_BASE)/$(bindir);) # if [ -f /usr/bin/gmcs ]; then \ # for net in $(MONO_DLLS); do \ # gacutil -i $(net) -package 2.0 \ # #netdll=$(shell basename $(net)) \ # #echo $(netdll) >> $(NITE_BASE)/$(etcdir)/XnVNITE.net.dll.list \ # done \ # fi primesense-nite-nonfree-0.1/README0000644000000000000000000000010611570224172013657 0ustar Please read the information at: http://wiki.debian.org/PrimeSenseNite