Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
libfreenect (1:0.5.1) unstable; urgency=low

* Version bump
* Headers are installed to ${PREFIX}/usr/include/libfreenect/
* OpenNI2 driver is installed by default

-- Benn Snyder <[email protected]> Sun, 09 Nov 2014 12:00:28 -0700

libfreenect (1:0.3.0-0ubuntu1~saucy) saucy; urgency=low

* OpenNI2-FreenectDriver is now part of libfreenect #358
* Chunk processing for performance-critical applications (@wizgrav) #351
* Video rotation feature in glview (@teknotus) #234
* Fixes to C++ wrapper #286 #295 #339

-- Benn Snyder <[email protected]> Wed, 12 Feb 2014 22:30:22 -0400

libfreenect (1:0.2.1-0ubuntu1~saucy) saucy; urgency=low

* Make freenect_flag a real flags enum (@nneonneo) #342
* Error reporting for failed subdevice initialization (@jdcole) #270
* Enumeration updates in C# wrapper #285
* Fixes to C++ wrapper and fakenect #349 #205

-- Benn Snyder <[email protected]> Wed, 12 Feb 2014 22:29:22 -0400

libfreenect (1:0.2.0-0ubuntu1~raring) raring; urgency=low

* Kinect for Windows and Kinect for Xbox 360 Model 1473 support #325
* Camera Flags - Auto Exposure, Auto White Balance, Raw Color, & Mirror #332
* Fixes to the C++ and ActionScript wrappers #266 #310 #334

* Newly supported hardware models and upgraded firmware may be unstable on OSX. If you plan to use a Kinect on OSX, **do not** connect it to an XBox.
* Depth and Video streams may now be mirrored (horizontal flip) in hardware, but the IR stream cannot be mirrored due to hardware limitations.

-- Benn Snyder <[email protected]> Tue, 30 July 2013 20:49:22 -0400

libfreenect (1:0.1.1.3-0ubuntu2~oneiric) oneiric; urgency=low

* add libfreenect-demos package
* bump version to 0.1.1.3 using git unstable snapshot from 2011-11-07

-- Florian Echtler <[email protected]> Mon, 07 Nov 2011 12:44:10 +0100

libfreenect (1:0.1.1.2-0ubuntu1~lucid) lucid; urgency=low

* update to Oneiric Ocelot, bump version to 1:0.1.1.2
(overriding the outdated package from oneiric)

-- Florian Echtler <[email protected]> Sun, 16 Oct 2011 22:26:49 +0200

libfreenect (0.1.1-0ubuntu5~natty) natty; urgency=low

* moved include files to /usr/include

-- Florian Echtler <[email protected]> Sun, 18 Sep 2011 18:39:55 +0200

libfreenect (0.1.1-0ubuntu4~natty) natty; urgency=low

* lib/lib64 fix

-- Florian Echtler <[email protected]> Sun, 18 Sep 2011 17:48:35 +0200

libfreenect (0.1.1-0ubuntu3~natty) natty; urgency=low

* more missing builddeps

-- Florian Echtler <[email protected]> Sun, 18 Sep 2011 17:37:54 +0200

libfreenect (0.1.1-0ubuntu2~natty) natty; urgency=low

* fix builddeps, use debhelper cmake macros

-- Florian Echtler <[email protected]> Sun, 18 Sep 2011 15:29:34 +0200

libfreenect (0.1.1-0ubuntu1~natty) natty; urgency=medium

* Package built with CMake

-- OpenKinect <[email protected]> Sun, 18 Sep 2011 13:28:33 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
25 changes: 25 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Source: libfreenect
Section: devel
Priority: optional
DM-Upload-Allowed: yes
Maintainer: OpenKinect <[email protected]>
Build-Depends: debhelper, cdbs, cmake, libusb-1.0-0-dev, freeglut3-dev (>= 2.6.0), libxi-dev, libxmu-dev
Standards-Version: 3.9.2
Homepage: http://www.openkinect.org/

Package: libfreenect
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0, freeglut3 (>= 2.6.0)
Description: libfreenect library for using Kinect - library files

Package: libfreenect-dev
Architecture: any
Section: libdevel
Depends: libfreenect (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0-dev
Description: libfreenect library for using Kinect - development headers

Package: libfreenect-demos
Architecture: any
Section: libdevel
Depends: libfreenect (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: libfreenect library for using Kinect - demo binaries
5 changes: 5 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
LICENSE
=======

This is an installer created using CPack (http://www.cmake.org). No license provided.

1 change: 1 addition & 0 deletions debian/libfreenect-demos.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/bin/* usr/bin/
5 changes: 5 additions & 0 deletions debian/libfreenect-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
usr/include/libfreenect/*.hpp usr/include/libfreenect/
usr/include/libfreenect/*.h usr/include/libfreenect/
usr/lib*/libfreenect.so usr/lib/
usr/lib*/libfreenect_sync.so usr/lib/
usr/lib*/pkgconfig/* usr/lib/pkgconfig/
1 change: 1 addition & 0 deletions debian/libfreenect-openni2.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/OpenNI2-FreenectDriver/libFreenectDriver.so usr/lib/OpenNI2/Drivers/
2 changes: 2 additions & 0 deletions debian/libfreenect.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib*/libfreenect_sync.so.* usr/lib/
usr/lib*/libfreenect.so.* usr/lib/
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_CMAKE_EXTRA_FLAGS="-DBUILD_OPENNI2_DRIVER=ON"
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk #Cmake stuff

1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)